summaryrefslogtreecommitdiffstats
path: root/test/evp_test.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove function name from errorsRich Salz2019-07-161-17/+10
* test/evp_test.c: [ciphers] Test that we get back the same IV we gaveRichard Levitte2019-07-111-0/+8
* Add X9.42 KDF.Shane Lontis2019-07-091-2/+16
* Fix a leak in evp_testMatt Caswell2019-07-011-1/+3
* Move digests to providersShane Lontis2019-06-041-1/+27
* Allow specifying the tag after AAD in CCM modeTobias Nießen2019-05-081-9/+20
* Added EVP_KDF (similiar to the EVP_MAC)Shane Lontis2019-05-031-4/+5
* Copy RSA-PSS saltlen in EVP_PKEY_CTX_dup.David Benjamin2019-04-261-0/+26
* Added new EVP/KDF API.David Makepeace2019-02-131-10/+142
* Updated test command line parsing to support commmon commandsShane Lontis2019-02-111-3/+3
* blake2: add evpmac test vectorsAntoine Salon2019-02-061-4/+22
* Fix CID 1434549: Unchecked return value in test/evp_test.cFdaSilvaYY2019-01-081-9/+12
* Add RFC5297 AES-SIV supportTodd Short2018-12-111-26/+41
* Following the license change, modify the boilerplates in test/Richard Levitte2018-12-061-1/+1
* KMAC implementation using EVP_MACShane Lontis2018-11-131-0/+16
* GMAC implementationPauli2018-11-041-0/+18
* test/evp_test.c: Fixed strcmp() fault in mac_test_init()Richard Levitte2018-10-291-1/+2
* test/evp_test.c: don't misuse pkey_test_ctrl() in mac_test_run()Richard Levitte2018-10-291-6/+27
* Adapt test/evp_test.c to deal with available EVP_MACsRichard Levitte2018-10-291-20/+172
* Trivial test improvementsTobias Nießen2018-09-181-2/+2
* test/evp_test.c: make it possible to use controls with MAC testsRichard Levitte2018-09-091-1/+22
* Add a helper routine so that evp_test can compare memory without producingPauli2018-08-191-38/+61
* Fix no-sm2Matt Caswell2018-06-201-22/+7
* Move SM2 algos to SM2 specific PKEY methodJack Lloyd2018-06-191-0/+5
* Use void in all function definitions that do not take any argumentsKurt Roeckx2018-05-111-1/+1
* Update copyright yearMatt Caswell2018-03-201-1/+1
* Fix no-sm2Matt Caswell2018-03-191-0/+23
* Fix no-ecMatt Caswell2018-03-191-1/+1
* Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()Matt Caswell2018-03-151-4/+4
* Add PrivateKeyRaw and PublicKeyRaw support to evp_testMatt Caswell2018-03-151-2/+45
* Update the tests to use the new EVP_PKEY_new_private_key() functionMatt Caswell2018-03-151-22/+8
* Don't assume shared key length matches expected lengthDr. Stephen Henson2017-10-121-1/+4
* Fix no-scryptMatt Caswell2017-08-251-0/+7
* Fix ctype arguments.Pauli2017-08-211-1/+1
* Add EVP_DigestFinalXOF, interface to extendable-output functions, XOFs.Andy Polyakov2017-08-121-4/+18
* Allow use of long name for KDFsDr. Stephen Henson2017-08-031-1/+5
* Update the test framework so that the need for test_main is removed. EverythingPauli2017-07-261-10/+9
* Add keygen test to evp_testDr. Stephen Henson2017-07-191-0/+112
* Fix some issues raise by coverity in the tests.Pauli2017-07-131-3/+11
* Update tests to avoid printf to stdout/stderr when running as test cases.Pauli2017-06-201-4/+4
* Use common STANZA for bn and exp testsRich Salz2017-06-051-231/+108
* test/evp_test.c: improve output in case of errors.Andy Polyakov2017-05-261-146/+145
* Revise evp_test parser; make like bn_testRich Salz2017-05-231-662/+709
* move comments to same line as fieldsDr. Stephen Henson2017-05-201-16/+9
* Add test support for "oneshot" versions EVP_DigestSign, EVP_DigestVerify.Dr. Stephen Henson2017-05-201-9/+94
* Add tests in evp_test for EVP_Digest{Sign,Verify}{Init,Update,Final}Dr. Stephen Henson2017-05-201-0/+187
* Add support for multiple update calls in evp_testDr. Stephen Henson2017-05-191-21/+144
* Add "Title" directive to evp_testRich Salz2017-05-121-2/+5
* evp_test: use the test file name as the test titleRichard Levitte2017-05-111-0/+1
* Use compare_mem wrapperRich Salz2017-05-111-47/+29