aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/evp_test.c
Commit message (Expand)AuthorAgeFilesLines
* 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