aboutsummaryrefslogtreecommitdiff
path: root/crypto/evp/evp_test.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-03Use the right length (reported by Quanhong Wang).Ben Laurie1-5/+5
2008-11-02Fix warnings: printf format mismatches on 64 bit platforms.Dr. Stephen Henson1-2/+2
2008-08-06Remove the dual-callback scheme for numeric and pointer thread IDs,Geoff Thorpe1-1/+1
2008-07-03Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedGeoff Thorpe1-1/+1
2008-03-28There was a need to support thread ID types that couldn't be reliably castGeoff Thorpe1-1/+1
2007-04-23Add SEED encryption algorithm.Bodo Möller1-0/+7
2006-06-09Camellia cipher, contributed by NTTBodo Möller1-0/+7
2005-05-31changes from 0.9.8Nils Larsch1-0/+22
2004-07-12I think it could be a good thing to know what went wrong with the tests...Richard Levitte1-0/+9
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte1-0/+9
2002-12-06Some compilers are quite picky about non-void functions that don't returnRichard Levitte1-0/+1
2002-12-01EXIT() needs to be in a function that returns int.Richard Levitte1-11/+16
2002-11-28Have all tests use EXIT() to exit rather than exit(), since the latter doesn'tRichard Levitte1-20/+23
2002-06-03use sstrsep() to get the proper type to aoti().Richard Levitte1-2/+2
2002-05-31Make it possible to give vectors only for decryption or encryption.Richard Levitte1-62/+79
2002-05-15Zero cipher_data in EVP_CIPHER_CTX_cleanupDr. Stephen Henson1-0/+4
2002-02-20gcc figures that the format specifier %2x means unsigned int, so let'sRichard Levitte1-1/+1
2002-02-14don't call OPENSSL_config(), this does not make any sense during "make test"Bodo Möller1-0/+2
2002-01-18Constification, add config to /dev/crypto.Ben Laurie1-0/+2
2001-11-06Win32 fixes.Dr. Stephen Henson1-1/+1
2001-10-17Modify EVP cipher behaviour in a similar wayDr. Stephen Henson1-4/+4
2001-10-16Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson1-2/+2
2001-09-25This changes EVP's cipher and digest code to hook via the ENGINE support.Geoff Thorpe1-0/+8
2001-09-25This commits changes to various parts of libcrypto required by the recentGeoff Thorpe1-11/+2
2001-09-14'evp_test' needs to initialise and cleanup EVP_CIPHER_CTX structures. Also,Geoff Thorpe1-2/+12
2001-09-04strsep implementation to allow the file to compile on non-BSD systemsUlf Möller1-2/+33
2001-09-01undo, didn't workUlf Möller1-34/+3
2001-09-01*** empty log message ***Ulf Möller1-1/+1
2001-09-01strsep implementation to allow the file to compile on non-BSD systemsUlf Möller1-2/+33
2001-08-26Test digests.Ben Laurie1-20/+86
2001-08-18Add AES tests.Ben Laurie1-4/+4
2001-08-18Add EVP test program.Ben Laurie1-0/+255