summaryrefslogtreecommitdiffstats
path: root/crypto/evp/evp_test.c
AgeCommit message (Expand)Author
2015-03-20Fix memory leak.Dr. Stephen Henson
2015-03-04add RIPEMD160 whirlpool testsDr. Stephen Henson
2015-02-27reformat evp_test.cDr. Stephen Henson
2015-02-27Add OCB support and test vectors for evp_test.Dr. Stephen Henson
2015-02-27Skip unsupported digests in evp_testDr. Stephen Henson
2015-02-27Skip unsupported ciphers in evp_test.Dr. Stephen Henson
2015-02-27Add algorithm skip support.Dr. Stephen Henson
2015-02-22evp/evp_test.c: avoid crashes when referencing uninitialized pointers.Andy Polyakov
2015-02-13remove unused method declarationDr. Stephen Henson
2015-02-13Add leak detection, fix leaks.Dr. Stephen Henson
2015-02-13EVP_PKEY support for evp_testDr. Stephen Henson
2015-02-13MAC support for evp_testDr. Stephen Henson
2015-02-13Return error code is any tests fail.Dr. Stephen Henson
2015-02-10New evp_test updates.Dr. Stephen Henson
2015-02-10Initial version of new evp_test program.Dr. Stephen Henson
2015-02-02Dead code cleanup: #if 0 dropped from testsRich Salz
2015-01-29clang on Linux x86_64 complains about unreachable code.Richard Levitte
2015-01-28Rationalise testing of AEAD modesMatt Caswell
2015-01-28Harmonise use of EVP_CTRL_GET_TAG/EVP_CTRL_SET_TAG/EVP_CTRL_SET_IVLENMatt Caswell
2015-01-28Replace EVP_CTRL_OCB_SET_TAGLEN with EVP_CTRL_SET_TAG for consistency withMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-08Added OPENSSL_NO_OCB guardsMatt Caswell
2014-12-08Add tests for OCB modeMatt Caswell
2014-07-01Test copying of contexts in evp_test.Dr. Stephen Henson
2013-07-17EVP support for wrapping algorithms.Dr. Stephen Henson
2013-04-06Fix warnings.Ben Laurie
2013-03-06GCM and CCM test supportDr. Stephen Henson
2011-09-01PR: 2588Dr. Stephen Henson
2009-03-03Use the right length (reported by Quanhong Wang).Ben Laurie
2008-11-02Fix warnings: printf format mismatches on 64 bit platforms.Dr. Stephen Henson
2008-08-06Remove the dual-callback scheme for numeric and pointer thread IDs,Geoff Thorpe
2008-07-03Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedGeoff Thorpe
2008-03-28There was a need to support thread ID types that couldn't be reliably castGeoff Thorpe
2007-04-23Add SEED encryption algorithm.Bodo Möller
2006-06-09Camellia cipher, contributed by NTTBodo Möller
2005-05-31changes from 0.9.8Nils Larsch
2004-07-12I think it could be a good thing to know what went wrong with the tests...Richard Levitte
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte
2002-12-06Some compilers are quite picky about non-void functions that don't returnRichard Levitte
2002-12-01EXIT() needs to be in a function that returns int.Richard Levitte
2002-11-28Have all tests use EXIT() to exit rather than exit(), since the latter doesn'tRichard Levitte
2002-06-03use sstrsep() to get the proper type to aoti().Richard Levitte
2002-05-31Make it possible to give vectors only for decryption or encryption.Richard Levitte
2002-05-15Zero cipher_data in EVP_CIPHER_CTX_cleanupDr. Stephen Henson
2002-02-20gcc figures that the format specifier %2x means unsigned int, so let'sRichard Levitte
2002-02-14don't call OPENSSL_config(), this does not make any sense during "make test"Bodo Möller
2002-01-18Constification, add config to /dev/crypto.Ben Laurie
2001-11-06Win32 fixes.Dr. Stephen Henson
2001-10-17Modify EVP cipher behaviour in a similar wayDr. Stephen Henson
2001-10-16Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson