aboutsummaryrefslogtreecommitdiffstats
path: root/test/evp_test.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove BIO_seek/BIO_tell from evp_test.cDr. Stephen Henson2017-01-051-15/+36
* evp_test: when function and reason strings aren't available, just skipRichard Levitte2016-12-161-0/+6
* Add function and reason checking to evp_testDr. Stephen Henson2016-12-141-4/+58
* Additional error tests in evp_test.cDr. Stephen Henson2016-12-101-6/+16
* Skipping tests in evp_test leaks memoryTodd Short2016-11-211-19/+20
* Fix the evp_test Ctrl keyword processingRichard Levitte2016-11-101-4/+12
* Check for bad filename in evp_testRich Salz2016-08-121-0/+4
* Copyright consolidation 02/10Rich Salz2016-05-171-49/+5
* test/evp_test.c: exercise in-place encryption.Andy Polyakov2016-05-161-19/+35
* test/evp_test.c: exercise different combinations of data misalignment.Andy Polyakov2016-05-061-24/+55
* Make string_to_hex/hex_to_string publicRich Salz2016-04-181-1/+1
* test/[dane|evp_]test.c: BIO-fy file I/O.Andy Polyakov2016-04-071-11/+11
* Fix no-scryptMatt Caswell2016-03-211-4/+11
* Fix no-desMatt Caswell2016-03-181-0/+8
* Fix no-cmacMatt Caswell2016-03-181-3/+8
* Generalise KDF test in evp_test.cDr. Stephen Henson2016-03-021-30/+2
* Add Ctrl keyword to KDF test in evp_testDr. Stephen Henson2016-03-021-1/+2
* Clean up the tests for auto-init/de-initMatt Caswell2016-02-091-7/+1