summaryrefslogtreecommitdiffstats
path: root/test/evptests.txt
AgeCommit message (Expand)Author
2017-04-28Ensure blank lines between tests.Rich Salz
2017-04-25evp_test.c: Add PrivPubKeyPair testsRich Salz
2017-04-14Reformat evptests.txtNicola Tuveri
2017-04-14ecdhtest.c: move co-factor ECDH KATs to evptestsNicola Tuveri
2017-04-12ecdhtest.c: move KATs to evptests.txtNicola Tuveri
2017-04-12ecdhtest.c: move NAMED CURVES TESTS to evptests.txtNicola Tuveri
2017-03-17Fixed PKCS5_PBKDF2_HMAC() to adhere to the documentation.Péter Budai
2017-03-15Add additional RSA-PSS and RSA-OAEP tests.Dr. Stephen Henson
2017-02-28Revert rc4test removal, it performs additional tests not in evptests.txtDr. Stephen Henson
2017-02-28Remove more redundant tests: md4, md5, rmd, rc4, p5_crpt2Dr. Stephen Henson
2017-02-28Remove wp_test.c: exactly the same tests are in evptests.txtDr. Stephen Henson
2017-02-21Implementation of the ARIA cipher as described in RFC 5794.Pauli
2017-02-01Add support for parameterized SipHashTodd Short
2017-01-24Add support for Poly1305 in EVP_PKEYTodd Short
2017-01-18Defines and strings for special salt length values, add testsDr. Stephen Henson
2017-01-18additional PSS tests for -1 and invalid salt lengthDr. Stephen Henson
2017-01-08add test for invalid key parametersDr. Stephen Henson
2017-01-08add PSS key testsDr. Stephen Henson
2017-01-01Add RSA decrypt and OAEP tests.Dr. Stephen Henson
2017-01-01evptests.txt is not a shell scriptDr. Stephen Henson
2016-12-14Add function and reason checking to evp_testDr. Stephen Henson
2016-12-12x86_64 assembly pack: add AVX512 ChaCha20 and Poly1305 code paths.Andy Polyakov
2016-12-10Additional error tests in evp_test.cDr. Stephen Henson
2016-12-09Add RSA PSS testsDr. Stephen Henson
2016-11-25test/evptests.txt: add regression test for false carry in ctr128.c.Andy Polyakov
2016-11-10test/evptests.txt: add negative tests for AEAD ciphers.Andy Polyakov
2016-11-09Following the changes to HKDF to accept a mode, add some tests for thisMatt Caswell
2016-11-07Improve RSA test coverage.David Benjamin
2016-11-07Implement RSASSA-PKCS1-v1_5 as specified.David Benjamin
2016-08-13Update X25519 key format in evptests.txtDr. Stephen Henson
2016-06-23RT2867: des_ede3_cfb1 ignored "size in bits" flagRich Salz
2016-06-14modes/asm/ghashp8-ppc.pl: improve performance by 2.7x.Andy Polyakov
2016-06-14test/evptests.txt: add more XTS tests.Andy Polyakov
2016-06-01Add final(?) set of copyrights.Rich Salz
2016-03-31crypto/blake2: make lowest-level function handle multiple blocks..Andy Polyakov
2016-03-11Review commentsKurt Roeckx
2016-03-11Add blake2 support.Bill Cox
2016-03-03GH355: Implement HKDFAlessandro Ghedini
2016-03-02Convert PRF tests to use CtrlDr. Stephen Henson
2016-02-28Add X25519 test vectors from RFC7748 6.1Dr. Stephen Henson
2016-02-10x86[_64] assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov
2016-02-01Use PKCS#8 format EC key so test is skipped with no-ecDr. Stephen Henson
2016-01-30Add test data for ECDHDr. Stephen Henson
2016-01-19add TLS1-PRF testsDr. Stephen Henson
2015-12-10x86[_64] assembly pack: add optimized AES-NI OCB subroutines.Andy Polyakov
2015-12-10evp/c_allc.c: wire ChaCha20-Poly1305 and add tests.Andy Polyakov
2015-09-17base64 decode: check for high bitEmilia Kasper
2015-09-17RT3757: base64 encoding bugsEmilia Kasper
2015-08-24More test cases.Dr. Stephen Henson
2015-05-26Add PBE tests.Dr. Stephen Henson