aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/evp_test.c
Commit message (Expand)AuthorAgeFilesLines
* Stop symlinking, move files to intended directoryRichard Levitte2015-03-311-1255/+0
* free NULL cleanupRich Salz2015-03-281-6/+3
* Fix memory leak.Dr. Stephen Henson2015-03-201-4/+16
* add RIPEMD160 whirlpool testsDr. Stephen Henson2015-03-041-2/+15
* reformat evp_test.cDr. Stephen Henson2015-02-271-9/+9
* Add OCB support and test vectors for evp_test.Dr. Stephen Henson2015-02-271-19/+19
* Skip unsupported digests in evp_testDr. Stephen Henson2015-02-271-1/+8
* Skip unsupported ciphers in evp_test.Dr. Stephen Henson2015-02-271-1/+7
* Add algorithm skip support.Dr. Stephen Henson2015-02-271-18/+53
* evp/evp_test.c: avoid crashes when referencing uninitialized pointers.Andy Polyakov2015-02-221-0/+2
* remove unused method declarationDr. Stephen Henson2015-02-131-1/+1
* Add leak detection, fix leaks.Dr. Stephen Henson2015-02-131-6/+14
* EVP_PKEY support for evp_testDr. Stephen Henson2015-02-131-0/+272
* MAC support for evp_testDr. Stephen Henson2015-02-131-2/+166
* Return error code is any tests fail.Dr. Stephen Henson2015-02-131-0/+2
* New evp_test updates.Dr. Stephen Henson2015-02-101-4/+53
* Initial version of new evp_test program.Dr. Stephen Henson2015-02-101-476/+567
* Dead code cleanup: #if 0 dropped from testsRich Salz2015-02-021-3/+0
* clang on Linux x86_64 complains about unreachable code.Richard Levitte2015-01-291-1/+0
* Rationalise testing of AEAD modesMatt Caswell2015-01-281-29/+5
* Harmonise use of EVP_CTRL_GET_TAG/EVP_CTRL_SET_TAG/EVP_CTRL_SET_IVLENMatt Caswell2015-01-281-10/+11
* Replace EVP_CTRL_OCB_SET_TAGLEN with EVP_CTRL_SET_TAG for consistency withMatt Caswell2015-01-281-4/+2
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-511/+452
* Added OPENSSL_NO_OCB guardsMatt Caswell2014-12-081-0/+4
* Add tests for OCB modeMatt Caswell2014-12-081-11/+24
* Test copying of contexts in evp_test.Dr. Stephen Henson2014-07-011-36/+51
* EVP support for wrapping algorithms.Dr. Stephen Henson2013-07-171-1/+20
* Fix warnings.Ben Laurie2013-04-061-1/+3
* GCM and CCM test supportDr. Stephen Henson2013-03-061-14/+196
* PR: 2588Dr. Stephen Henson2011-09-011-0/+1
* Use the right length (reported by Quanhong Wang).Ben Laurie2009-03-031-5/+5
* Fix warnings: printf format mismatches on 64 bit platforms.Dr. Stephen Henson2008-11-021-2/+2
* Remove the dual-callback scheme for numeric and pointer thread IDs,Geoff Thorpe2008-08-061-1/+1
* Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedGeoff Thorpe2008-07-031-1/+1
* There was a need to support thread ID types that couldn't be reliably castGeoff Thorpe2008-03-281-1/+1
* Add SEED encryption algorithm.Bodo Möller2007-04-231-0/+7
* Camellia cipher, contributed by NTTBodo Möller2006-06-091-0/+7
* changes from 0.9.8Nils Larsch2005-05-311-0/+22
* I think it could be a good thing to know what went wrong with the tests...Richard Levitte2004-07-121-0/+9
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-301-0/+9
* Some compilers are quite picky about non-void functions that don't returnRichard Levitte2002-12-061-0/+1
* EXIT() needs to be in a function that returns int.Richard Levitte2002-12-011-11/+16
* Have all tests use EXIT() to exit rather than exit(), since the latter doesn'tRichard Levitte2002-11-281-20/+23
* use sstrsep() to get the proper type to aoti().Richard Levitte2002-06-031-2/+2
* Make it possible to give vectors only for decryption or encryption.Richard Levitte2002-05-311-62/+79
* Zero cipher_data in EVP_CIPHER_CTX_cleanupDr. Stephen Henson2002-05-151-0/+4
* gcc figures that the format specifier %2x means unsigned int, so let'sRichard Levitte2002-02-201-1/+1
* don't call OPENSSL_config(), this does not make any sense during "make test"Bodo Möller2002-02-141-0/+2
* Constification, add config to /dev/crypto.Ben Laurie2002-01-181-0/+2
* Win32 fixes.Dr. Stephen Henson2001-11-061-1/+1