File: ChangeLog

package info (click to toggle)
hashalot 0.3-8
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 468 kB
  • ctags: 174
  • sloc: ansic: 1,544; sh: 713; makefile: 16
file content (54 lines) | stat: -rw-r--r-- 1,433 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
2004-04-28  Ben Slusky  <sluskyb@paranoiacs.org>

	* Fixed a bug that caused hashes containing zero bytes to be
	  printed wrong in hexadecimal

	* Added -n option to specifiy the output length

	* Rewrote check.sh script --- now uses -x option (much cleaner
	  that way) and standard test vectors


2004-04-24  Ben Slusky  <sluskyb@paranoiacs.org>

	* Mention the '-x' option in the help message
	  (thanks to James H. Cloos Jr.)

	* Fix error message from ln when trying to re-install hashalot
	  (thanks to Ruben Garcia)


2004-03-15  Matthias Urlichs  <smurf@smurf.noris.de>

	 * forgot to erase the passphrase from memory when using a salt

	 * manpage created
	

2004-02-08  Ben Slusky  <sluskyb@paranoiacs.org>

	Added option to print hash in hexadecimal


2003-12-07  Ben Slusky  <sluskyb@paranoiacs.org>

	Added support for salted passphrases


2003-12-07  Fruhwirth Clemens  <clemens@endorphin.org>

	Ancient versions of util-linux (especially the kerneli.org/debian
	tree) used to truncate the rmd160 hashing output to 16 bytes. Here
	is a patch to enable hashalot to immitate this behaviour so it
	can be successfully used with losetup like
	hashalot rmd160compat | losetup -e ...


2003-08-22  Herbert Valerio Riedel  <hvr@gnu.org>

	* check.sh: added simple testcases for "make check"/"make distcheck"

	* hashalot.c: added missing #include's, zero memory containing
	  sensitive information

	* autotool'ified package