aboutsummaryrefslogtreecommitdiffstats
path: root/test/evp_test.c
Commit message (Expand)AuthorAgeFilesLines
* Following the license change, modify the boilerplates in test/Richard Levitte2018-12-061-1/+1
* KMAC implementation using EVP_MACShane Lontis2018-11-141-0/+16
* GMAC implementationPauli2018-11-051-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-201-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-221-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-271-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-141-3/+11
* Update tests to avoid printf to stdout/stderr when running as test cases.Pauli2017-06-191-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
* Address some feedbackRich Salz2017-05-111-6/+9
* Convert of evp_test to frameworkRich Salz2017-05-111-595/+551
* evp_test.c: Add PrivPubKeyPair testsRich Salz2017-04-251-0/+130
* Catch EC_R_UNKNOWN_GROUP in check_unsupported()Rich Salz2017-04-161-0/+12
* Fixed PKCS5_PBKDF2_HMAC() to adhere to the documentation.Péter Budai2017-03-171-1/+12
* Avoid buffer underflow in evp_test.Pauli2017-02-281-3/+3
* Call EVP_CipherFinal in CCM mode for tests.Dr. Stephen Henson2017-02-081-7/+3
* Add support for parameterized SipHashTodd Short2017-02-011-1/+8
* test/evp_test.c: If no algorithm was specified, don't try to check for DESRichard Levitte2017-01-291-1/+1
* Adjust in and in_len instead of donelenMatt Caswell2017-01-251-7/+8
* Fix the overlapping check for fragmented "Update" operationsMatt Caswell2017-01-251-3/+0
* Update evp_test to make sure passing partial block to "Update" is okMatt Caswell2017-01-251-16/+85
* Add support for Poly1305 in EVP_PKEYTodd Short2017-01-241-0/+7