aboutsummaryrefslogtreecommitdiff
path: root/doc/crypto/crypto.pod
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-08-14 14:05:53 +0000
committerRichard Levitte <levitte@openssl.org>2000-08-14 14:05:53 +0000
commit3009458e2f63b84e9631dfbf8b5c7cb38b2b283c (patch)
treeb115b61e15485ab1dc8f250e8a996cb52117c788 /doc/crypto/crypto.pod
parent5ce42a7e68956b313bc98e85e843d561fb06b6e9 (diff)
downloadopenssl-3009458e2f63b84e9631dfbf8b5c7cb38b2b283c.zip
openssl-3009458e2f63b84e9631dfbf8b5c7cb38b2b283c.tar.gz
openssl-3009458e2f63b84e9631dfbf8b5c7cb38b2b283c.tar.bz2
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
Diffstat (limited to 'doc/crypto/crypto.pod')
-rw-r--r--doc/crypto/crypto.pod5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/crypto/crypto.pod b/doc/crypto/crypto.pod
index 4b9ceac..07ba7e5 100644
--- a/doc/crypto/crypto.pod
+++ b/doc/crypto/crypto.pod
@@ -40,8 +40,9 @@ L<x509(3)|x509(3)>, L<x509v3(3)|x509v3(3)>
=item AUTHENTICATION CODES, HASH FUNCTIONS
-L<hmac(3)|hmac(3)>, L<md2(3)|md2(3)>, L<md5(3)|md5(3)>, L<mdc2(3)|mdc2(3)>,
-L<ripemd(3)|ripemd(3)>, L<sha(3)|sha(3)>
+L<hmac(3)|hmac(3)>, L<md2(3)|md2(3)>, L<md4(3)|md4(3)>,
+L<md5(3)|md5(3)>, L<mdc2(3)|mdc2(3)>, L<ripemd(3)|ripemd(3)>,
+L<sha(3)|sha(3)>
=item AUXILIARY FUNCTIONS