Codebase list hashalot / run/6775e112-96b7-4ce6-8402-96ae3910ce35/main ChangeLog
run/6775e112-96b7-4ce6-8402-96ae3910ce35/main

Tree @run/6775e112-96b7-4ce6-8402-96ae3910ce35/main (Download .tar.gz)

ChangeLog @run/6775e112-96b7-4ce6-8402-96ae3910ce35/mainraw · history · blame

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