]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/evp/evp_test.c
Skip unsupported digests in evp_test
[thirdparty/openssl.git] / crypto / evp / evp_test.c
2015-02-27  Dr. Stephen HensonSkip unsupported digests in evp_test
2015-02-27  Dr. Stephen HensonSkip unsupported ciphers in evp_test.
2015-02-27  Dr. Stephen HensonAdd algorithm skip support.
2015-02-22  Andy Polyakovevp/evp_test.c: avoid crashes when referencing uninitia...
2015-02-13  Dr. Stephen Hensonremove unused method declaration
2015-02-13  Dr. Stephen HensonAdd leak detection, fix leaks.
2015-02-13  Dr. Stephen HensonEVP_PKEY support for evp_test
2015-02-13  Dr. Stephen HensonMAC support for evp_test
2015-02-13  Dr. Stephen HensonReturn error code is any tests fail.
2015-02-10  Dr. Stephen HensonNew evp_test updates.
2015-02-10  Dr. Stephen HensonInitial version of new evp_test program.
2015-02-02  Rich SalzDead code cleanup: #if 0 dropped from tests
2015-01-29  Richard Levitteclang on Linux x86_64 complains about unreachable code.
2015-01-28  Matt CaswellRationalise testing of AEAD modes
2015-01-28  Matt CaswellHarmonise use of EVP_CTRL_GET_TAG/EVP_CTRL_SET_TAG...
2015-01-28  Matt CaswellReplace EVP_CTRL_OCB_SET_TAGLEN with EVP_CTRL_SET_TAG...
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2014-12-08  Matt CaswellAdded OPENSSL_NO_OCB guards
2014-12-08  Matt CaswellAdd tests for OCB mode
2014-07-01  Dr. Stephen HensonTest copying of contexts in evp_test.
2013-07-17  Dr. Stephen HensonEVP support for wrapping algorithms.
2013-04-06  Ben LaurieFix warnings.
2013-03-06  Dr. Stephen HensonGCM and CCM test support
2011-09-01  Dr. Stephen HensonPR: 2588
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.