summaryrefslogtreecommitdiffstats
path: root/test/evp_test.c
AgeCommit message (Expand)Author
2019-08-18Test for out-of-bounds write when requesting zero bytes from shakePatrick Steuer
2019-08-15Adapt the MAC tests, and tests for other things that use EVP_MACRichard Levitte
2019-08-01Properly process the "Availablein" keyword for evp_testMatt Caswell
2019-07-26test/evp_test.c: modify to use OSSL_PROVIDER_available()Richard Levitte
2019-07-16Remove function name from errorsRich Salz
2019-07-11test/evp_test.c: [ciphers] Test that we get back the same IV we gaveRichard Levitte
2019-07-09Add X9.42 KDF.Shane Lontis
2019-07-01Fix a leak in evp_testMatt Caswell
2019-06-04Move digests to providersShane Lontis
2019-05-08Allow specifying the tag after AAD in CCM modeTobias Nießen
2019-05-03Added EVP_KDF (similiar to the EVP_MAC)Shane Lontis
2019-04-26Copy RSA-PSS saltlen in EVP_PKEY_CTX_dup.David Benjamin
2019-02-13Added new EVP/KDF API.David Makepeace
2019-02-11Updated test command line parsing to support commmon commandsShane Lontis
2019-02-06blake2: add evpmac test vectorsAntoine Salon
2019-01-08Fix CID 1434549: Unchecked return value in test/evp_test.cFdaSilvaYY
2018-12-12Add RFC5297 AES-SIV supportTodd Short
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte
2018-11-14KMAC implementation using EVP_MACShane Lontis
2018-11-05GMAC implementationPauli
2018-10-29test/evp_test.c: Fixed strcmp() fault in mac_test_init()Richard Levitte
2018-10-29test/evp_test.c: don't misuse pkey_test_ctrl() in mac_test_run()Richard Levitte
2018-10-29Adapt test/evp_test.c to deal with available EVP_MACsRichard 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