MD4 implemented. Assar Westerlund provided the digest code itself and the test utili...
authorRichard Levitte <levitte@openssl.org>
Mon, 14 Aug 2000 14:05:53 +0000 (14:05 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 14 Aug 2000 14:05:53 +0000 (14:05 +0000)
commit3009458e2f63b84e9631dfbf8b5c7cb38b2b283c
treeb115b61e15485ab1dc8f250e8a996cb52117c788
parent5ce42a7e68956b313bc98e85e843d561fb06b6e9
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
40 files changed:
CHANGES
Makefile.org
apps/Makefile.ssl
apps/dgst.c
apps/progs.h
apps/progs.pl
apps/speed.c
crypto/asn1/Makefile.ssl
crypto/bio/Makefile.ssl
crypto/err/Makefile.ssl
crypto/evp/Makefile.ssl
crypto/evp/c_alld.c
crypto/evp/evp.h
crypto/evp/m_md4.c [new file with mode: 0644]
crypto/hmac/Makefile.ssl
crypto/md4/Makefile.ssl [new file with mode: 0644]
crypto/md4/md4.c [new file with mode: 0644]
crypto/md4/md4.h [new file with mode: 0644]
crypto/md4/md4_dgst.c [new file with mode: 0644]
crypto/md4/md4_locl.h [new file with mode: 0644]
crypto/md4/md4_one.c [new file with mode: 0644]
crypto/md4/md4s.cpp [new file with mode: 0644]
crypto/md4/md4test.c [new file with mode: 0644]
crypto/objects/obj_dat.h
crypto/objects/obj_mac.h
crypto/pem/Makefile.ssl
crypto/pkcs12/Makefile.ssl
crypto/pkcs7/Makefile.ssl
crypto/rsa/Makefile.ssl
crypto/x509/Makefile.ssl
crypto/x509v3/Makefile.ssl
doc/crypto/crypto.pod
doc/crypto/md5.pod
ssl/Makefile.ssl
test/Makefile.ssl
util/libeay.num
util/mk1mf.pl
util/mkdef.pl
util/mkfiles.pl
util/sp-diff.pl