commit | 3009458e2f63b84e9631dfbf8b5c7cb38b2b283c | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Mon Aug 14 14:05:53 2000 +0000 |
committer | Richard Levitte <levitte@openssl.org> | Mon Aug 14 14:05:53 2000 +0000 |
tree | b115b61e15485ab1dc8f250e8a996cb52117c788 | |
parent | 5ce42a7e68956b313bc98e85e843d561fb06b6e9 [diff] [blame] |
MD4 implemented. Assar Westerlund provided the digest code itself and the test utility, I added the bits to get a EVP interface, the command line utility and the speed test
diff --git a/CHANGES b/CHANGES index d6a276b..188ec8b 100644 --- a/CHANGES +++ b/CHANGES
@@ -4,6 +4,9 @@ Changes between 0.9.5a and 0.9.6 [xx XXX 2000] + *) MD4 implemented. + [Assar Westerlund <assar@assaris.sics.se>, Richard Levitte] + *) Add the arguments -CAfile and -CApath to the pkcs12 utility. [Richard Levitte]