summaryrefslogtreecommitdiffstats
path: root/crypto/evp/evp_test.c
AgeCommit message (Expand)Author
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
2001-09-25This changes EVP's cipher and digest code to hook via the ENGINE support.Geoff Thorpe
2001-09-25This commits changes to various parts of libcrypto required by the recentGeoff Thorpe
2001-09-14'evp_test' needs to initialise and cleanup EVP_CIPHER_CTX structures. Also,Geoff Thorpe
2001-09-04strsep implementation to allow the file to compile on non-BSD systemsUlf Möller
2001-09-01undo, didn't workUlf Möller
2001-09-01*** empty log message ***Ulf Möller
2001-09-01strsep implementation to allow the file to compile on non-BSD systemsUlf Möller
2001-08-26Test digests.Ben Laurie
2001-08-18Add AES tests.Ben Laurie
2001-08-18Add EVP test program.Ben Laurie