Delete MD2 from algorithm tables as in 0.9.8-stable. However since this is
[openssl.git] / crypto / evp / evp_test.c
2009-03-03 Ben LaurieUse the right length (reported by Quanhong Wang).
2008-11-02 Dr. Stephen HensonFix warnings: printf format mismatches on 64 bit platforms.
2008-08-06 Geoff ThorpeRemove the dual-callback scheme for numeric and pointer...
2008-07-03 Geoff ThorpeRevert my earlier CRYPTO_THREADID commit, I will commit...
2008-03-28 Geoff ThorpeThere was a need to support thread ID types that couldn...
2007-04-23 Bodo MöllerAdd SEED encryption algorithm.
2006-06-09 Bodo MöllerCamellia cipher, contributed by NTT
2005-05-31 Nils Larschchanges from 0.9.8
2004-07-12 Richard LevitteI think it could be a good thing to know what went...
2003-01-30 Richard LevitteAdd the possibility to build without the ENGINE framework.
2002-12-06 Richard LevitteSome compilers are quite picky about non-void functions...
2002-12-01 Richard LevitteEXIT() needs to be in a function that returns int.
2002-11-28 Richard LevitteHave all tests use EXIT() to exit rather than exit...
2002-06-03 Richard Levitteuse sstrsep() to get the proper type to aoti().
2002-05-31 Richard LevitteMake it possible to give vectors only for decryption...
2002-05-15 Dr. Stephen HensonZero cipher_data in EVP_CIPHER_CTX_cleanup
2002-02-20 Richard Levittegcc figures that the format specifier %2x means unsigne...
2002-02-14 Bodo Möllerdon't call OPENSSL_config(), this does not make any...
2002-01-18 Ben LaurieConstification, add config to /dev/crypto.
2001-11-06 Dr. Stephen HensonWin32 fixes.
2001-10-17 Dr. Stephen HensonModify EVP cipher behaviour in a similar way
2001-10-16 Dr. Stephen HensonRetain compatibility of EVP_DigestInit() and EVP_Digest...
2001-09-25 Geoff ThorpeThis changes EVP's cipher and digest code to hook via...
2001-09-25 Geoff ThorpeThis commits changes to various parts of libcrypto...
2001-09-14 Geoff Thorpe'evp_test' needs to initialise and cleanup EVP_CIPHER_C...
2001-09-04 Ulf Möllerstrsep implementation to allow the file to compile...
2001-09-01 Ulf Möllerundo, didn't work
2001-09-01 Ulf Möller*** empty log message ***
2001-09-01 Ulf Möllerstrsep implementation to allow the file to compile...
2001-08-26 Ben LaurieTest digests.
2001-08-18 Ben LaurieAdd AES tests.
2001-08-18 Ben LaurieAdd EVP test program.