aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/evp_test.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Modify EVP cipher behaviour in a similar wayDr. Stephen Henson2001-10-171-4/+4
* Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson2001-10-161-2/+2
* This changes EVP's cipher and digest code to hook via the ENGINE support.Geoff Thorpe2001-09-251-0/+8
* This commits changes to various parts of libcrypto required by the recentGeoff Thorpe2001-09-251-11/+2
* 'evp_test' needs to initialise and cleanup EVP_CIPHER_CTX structures. Also,Geoff Thorpe2001-09-141-2/+12
* strsep implementation to allow the file to compile on non-BSD systemsUlf Möller2001-09-041-2/+33
* undo, didn't workUlf Möller2001-09-011-34/+3
* *** empty log message ***Ulf Möller2001-09-011-1/+1
* strsep implementation to allow the file to compile on non-BSD systemsUlf Möller2001-09-011-2/+33
* Test digests.Ben Laurie2001-08-261-20/+86
* Add AES tests.Ben Laurie2001-08-181-4/+4
* Add EVP test program.Ben Laurie2001-08-181-0/+255