]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/evp/evp_test.c
Have all tests use EXIT() to exit rather than exit(), since the latter doesn't
[thirdparty/openssl.git] / crypto / evp / evp_test.c
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.