summaryrefslogtreecommitdiffstats
path: root/crypto/evp/evptests.txt
AgeCommit message (Collapse)Author
2015-03-20Add AES unwrap test with invalid key.Dr. Stephen Henson
This tests the unwrap algorithm with an invalid key. The result should be rejected without returning any plaintext. Reviewed-by: Emilia Käsper <emilia@openssl.org>
2015-03-04add RIPEMD160 whirlpool testsDr. Stephen Henson
Add RIPEMD160 and whirlpool test data. Add Count keyword to repeatedly call EVP_DigestUpate. Reviewed-by: Matt Caswell <matt@openssl.org>
2015-02-27Add OCB support and test vectors for evp_test.Dr. Stephen Henson
Reviewed-by: Matt Caswell <matt@openssl.org>
2015-02-27add MD4 test dataDr. Stephen Henson
Reviewed-by: Matt Caswell <matt@openssl.org>
2015-02-14More RSA tests.Dr. Stephen Henson
Reviewed-by: Andy Polyakov <appro@openssl.org>
2015-02-13Add EVP_PKEY test data.Dr. Stephen Henson
Add some EVP_PKEY test data for sign and verify tests including failure cases. Reviewed-by: Richard Levitte <levitte@openssl.org>
2015-02-13Add CMAC test data.Dr. Stephen Henson
Reviewed-by: Richard Levitte <levitte@openssl.org>
2015-02-13Add HMAC test data.Dr. Stephen Henson
Reviewed-by: Richard Levitte <levitte@openssl.org>
2015-02-11Add Camellia CTR mode.Andy Polyakov
Reviewed-by: Rich Salz <rsalz@openssl.org>
2015-02-10Add new test file.Dr. Stephen Henson
Reviewed-by: Andy Polyakov <appro@openssl.org>
2014-12-08Add tests for OCB modeMatt Caswell
Reviewed-by: Tim Hudson <tjh@openssl.org>
2014-07-18RFC 5649 support.Dr. Stephen Henson
Add support for RFC5649 key wrapping with padding. Add RFC5649 tests to evptests.txt Based on PR#3434 contribution by Petr Spacek <pspacek@redhat.com>. EVP support and minor changes added by Stephen Henson. Doxygen comment block updates by Tim Hudson. Reviewed-by: Tim Hudson <tjh@openssl.org>
2013-07-17EVP support for wrapping algorithms.Dr. Stephen Henson
Add support for key wrap algorithms via EVP interface. Generalise AES wrap algorithm and add to modes, making existing AES wrap algorithm a special case. Move test code to evptests.txt
2013-04-04evptests.txt: add XTS test vectorsAndy Polyakov
2013-03-29Add AES-NI GCM stitch.Andy Polyakov
2013-03-06evptests.txt: additional GCM test vectors.Andy Polyakov
2013-03-06GCM and CCM test supportDr. Stephen Henson
Add code to support GCM an CCM modes in evp_test. On encrypt this will compare the expected ciphertext and tag. On decrypt it will compare the expected plaintext: tag comparison is done internally. Add a simple CCM test case and convert all tests from crypto/modes/gcm128.c
2010-02-23Add AES counter mode to EVP.Andy Polyakov
2007-04-23Add SEED encryption algorithm.Bodo Möller
PR: 1503 Submitted by: KISA Reviewed by: Bodo Moeller
2006-06-09Camellia cipher, contributed by NTTBodo Möller
Submitted by: Masashi Fujita Reviewed by: Bodo Moeller
2002-05-31Add the AES test vectors from NIST document SP800-38A.Richard Levitte
2002-01-26Remove blanks at begin of empty lines irritating epv_test.cLutz Jänicke
2002-01-24Keep the NIST AES vectors that were there previously.Richard Levitte
2002-01-21Use FIPS-197 vectors for AES. The NIST vectors were constructed byRichard Levitte
reencrypting or redecrypting the ciphertext 10000 times, which of course gives higly different results.
2002-01-21Add more of the NIST test vectors for AES.Richard Levitte
For some reason, they give incorrect results with the OpenSSL implementation. I wonder why...
2001-09-14Add a SHA1 test to evptests.txt - only the MD5 hash algorithm was beingGeoff Thorpe
tested previously.
2001-08-26Test digests.Ben Laurie
2001-08-22More tests.Ben Laurie
2001-08-18Add AES tests.Ben Laurie
2001-08-18Add EVP test program.Ben Laurie