CVSROOT: /cvs Module name: src Changes by: l...@cvs.openbsd.org 2014/03/24 22:29:49
Modified files: regress/lib/libskey: skeytest.c Log message: Update the libskey regression tests: - Remove the MD4 data sets since MD4 has been removed from base - Add new data sets for RMD-160 (suggested by millert@) - Ensure that the default algorithm is "md5" (as documented on the skey man pages) - Ensure that skey_set_algorithm() will not blindly accept an unsupported algorithm - Ensure that skey_set_algorithm() recognizes the algorithms in the provided data set - Ensure that skey_get_algorithm() returns the algorithm set by skey_set_algorithm() looks good to millert@