Copyright consolidation 04/10
[openssl.git] / crypto / evp / m_md4.c
2016-05-17 Rich SalzCopyright consolidation 04/10
2016-03-20 Rich SalzRemove #error from include files.
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-12-07 Richard LevitteAdd inclusion of internal/evp_int.h to all crypto/...
2015-12-07 Richard LevitteAdjust all accesses to EVP_MD_CTX to use accessor funct...
2015-12-02 Dr. Stephen HensonRemove legacy sign/verify from EVP_MD.
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2005-07-16 Nils Larschmake
2004-05-15 Andy Polyakovsize_t-fication of message digest APIs. We should size_...
2004-04-19 Geoff Thorpe(oops) Apologies all, that last header-cleanup commit...
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_MD4.
2001-10-10 Richard LevitteAdd support for md4WithRSAEncryption.
2001-09-07 Ben LaurieAdd a cleanup function for MDs.
2001-09-02 Ben LaurieMake MD functions take EVP_MD_CTX * instead of void...
2001-07-30 Ben LaurieReally add the EVP and all of the DES changes.
2001-03-09 Dr. Stephen HensonChange the EVP_somecipher() and EVP_somedigest()
2001-02-19 Richard LevitteMake all configuration macros available for application...
2000-08-18 Richard LevitteNULL is not an integer...
2000-08-14 Richard LevitteMD4 implemented. Assar Westerlund provided the digest...