summaryrefslogtreecommitdiffstats
path: root/test/evp_test.c
AgeCommit message (Expand)Author
2019-08-23test/evp_test.c: distinguish parsing errors from processing errorsRichard Levitte
2019-08-18Test for out-of-bounds write when requesting zero bytes from shakePatrick Steuer
2019-05-08Allow specifying the tag after AAD in CCM modeTobias Nießen
2019-01-08Fix CID 1434549: Unchecked return value in test/evp_test.cFdaSilvaYY
2018-10-29test/evp_test.c: don't misuse pkey_test_ctrl() in mac_test_run()Richard Levitte
2018-09-18Trivial test improvementsTobias Nießen
2018-09-09test/evp_test.c: make it possible to use controls with MAC testsRichard Levitte
2018-08-20Add a helper routine so that evp_test can compare memory without producingPauli
2018-06-20Fix no-sm2Matt Caswell
2018-06-19Move SM2 algos to SM2 specific PKEY methodJack Lloyd
2018-05-11Use void in all function definitions that do not take any argumentsKurt Roeckx
2018-03-20Update copyright yearMatt Caswell
2018-03-19Fix no-sm2Matt Caswell
2018-03-19Fix no-ecMatt Caswell
2018-03-15Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()Matt Caswell
2018-03-15Add PrivateKeyRaw and PublicKeyRaw support to evp_testMatt Caswell
2018-03-15Update the tests to use the new EVP_PKEY_new_private_key() functionMatt Caswell
2017-10-12Don't assume shared key length matches expected lengthDr. Stephen Henson
2017-08-25Fix no-scryptMatt Caswell
2017-08-22Fix ctype arguments.Pauli
2017-08-12Add EVP_DigestFinalXOF, interface to extendable-output functions, XOFs.Andy Polyakov
2017-08-03Allow use of long name for KDFsDr. Stephen Henson
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli
2017-07-19Add keygen test to evp_testDr. Stephen Henson
2017-07-14Fix some issues raise by coverity in the tests.Pauli
2017-06-19Update tests to avoid printf to stdout/stderr when running as test cases.Pauli
2017-06-05Use common STANZA for bn and exp testsRich Salz
2017-05-26test/evp_test.c: improve output in case of errors.Andy Polyakov
2017-05-23Revise evp_test parser; make like bn_testRich Salz
2017-05-20move comments to same line as fieldsDr. Stephen Henson
2017-05-20Add test support for "oneshot" versions EVP_DigestSign, EVP_DigestVerify.Dr. Stephen Henson
2017-05-20Add tests in evp_test for EVP_Digest{Sign,Verify}{Init,Update,Final}Dr. Stephen Henson
2017-05-19Add support for multiple update calls in evp_testDr. Stephen Henson
2017-05-12Add "Title" directive to evp_testRich Salz
2017-05-11evp_test: use the test file name as the test titleRichard Levitte
2017-05-11Use compare_mem wrapperRich Salz
2017-05-11Address some feedbackRich Salz
2017-05-11Convert of evp_test to frameworkRich Salz
2017-04-25evp_test.c: Add PrivPubKeyPair testsRich Salz
2017-04-16Catch EC_R_UNKNOWN_GROUP in check_unsupported()Rich Salz
2017-03-17Fixed PKCS5_PBKDF2_HMAC() to adhere to the documentation.Péter Budai
2017-02-28Avoid buffer underflow in evp_test.Pauli
2017-02-08Call EVP_CipherFinal in CCM mode for tests.Dr. Stephen Henson
2017-02-01Add support for parameterized SipHashTodd Short
2017-01-29test/evp_test.c: If no algorithm was specified, don't try to check for DESRichard Levitte
2017-01-25Adjust in and in_len instead of donelenMatt Caswell
2017-01-25Fix the overlapping check for fragmented "Update" operationsMatt Caswell
2017-01-25Update evp_test to make sure passing partial block to "Update" is okMatt Caswell
2017-01-24Add support for Poly1305 in EVP_PKEYTodd Short
2017-01-05Remove BIO_seek/BIO_tell from evp_test.cDr. Stephen Henson