summaryrefslogtreecommitdiffstats
path: root/test/evp_test.c
AgeCommit message (Expand)Author
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
2016-12-16evp_test: when function and reason strings aren't available, just skipRichard Levitte
2016-12-14Add function and reason checking to evp_testDr. Stephen Henson
2016-12-10Additional error tests in evp_test.cDr. Stephen Henson
2016-11-21Skipping tests in evp_test leaks memoryTodd Short
2016-11-10Fix the evp_test Ctrl keyword processingRichard Levitte
2016-08-12Check for bad filename in evp_testRich Salz
2016-05-17Copyright consolidation 02/10Rich Salz
2016-05-16test/evp_test.c: exercise in-place encryption.Andy Polyakov
2016-05-06test/evp_test.c: exercise different combinations of data misalignment.Andy Polyakov
2016-04-18Make string_to_hex/hex_to_string publicRich Salz
2016-04-07test/[dane|evp_]test.c: BIO-fy file I/O.Andy Polyakov
2016-03-21Fix no-scryptMatt Caswell
2016-03-18Fix no-desMatt Caswell
2016-03-18Fix no-cmacMatt Caswell
2016-03-02Generalise KDF test in evp_test.cDr. Stephen Henson
2016-03-02Add Ctrl keyword to KDF test in evp_testDr. Stephen Henson
2016-02-09Clean up the tests for auto-init/de-initMatt Caswell
2016-02-05If memory debugging enabled return error on leaks.Dr. Stephen Henson
2016-01-30handle "Ctrl" in separate functionDr. Stephen Henson
2016-01-30Add support for EVP_PKEY_derive in evp_testDr. Stephen Henson
2016-01-30fix warningDr. Stephen Henson
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-19Add TLS1-PRF test support to evp_testDr. Stephen Henson
2016-01-11Enable/disable crypto-mdebug just like other featuresViktor Dukhovni
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-12-11Adapt EVP tests to the opaque EVP_ENCODE_CTXRichard Levitte