aboutsummaryrefslogtreecommitdiff
path: root/test/evp_test.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-06blake2: add evpmac test vectorsAntoine Salon1-4/+22
2019-01-08Fix CID 1434549: Unchecked return value in test/evp_test.cFdaSilvaYY1-9/+12
2018-12-12Add RFC5297 AES-SIV supportTodd Short1-26/+41
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte1-1/+1
2018-11-14KMAC implementation using EVP_MACShane Lontis1-0/+16
2018-11-05GMAC implementationPauli1-0/+18
2018-10-29test/evp_test.c: Fixed strcmp() fault in mac_test_init()Richard Levitte1-1/+2
2018-10-29test/evp_test.c: don't misuse pkey_test_ctrl() in mac_test_run()Richard Levitte1-6/+27
2018-10-29Adapt test/evp_test.c to deal with available EVP_MACsRichard Levitte1-20/+172
2018-09-18Trivial test improvementsTobias Nießen1-2/+2
2018-09-09test/evp_test.c: make it possible to use controls with MAC testsRichard Levitte1-1/+22
2018-08-20Add a helper routine so that evp_test can compare memory without producingPauli1-38/+61
2018-06-20Fix no-sm2Matt Caswell1-22/+7
2018-06-19Move SM2 algos to SM2 specific PKEY methodJack Lloyd1-0/+5
2018-05-11Use void in all function definitions that do not take any argumentsKurt Roeckx1-1/+1
2018-03-20Update copyright yearMatt Caswell1-1/+1
2018-03-19Fix no-sm2Matt Caswell1-0/+23
2018-03-19Fix no-ecMatt Caswell1-1/+1
2018-03-15Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()Matt Caswell1-4/+4
2018-03-15Add PrivateKeyRaw and PublicKeyRaw support to evp_testMatt Caswell1-2/+45
2018-03-15Update the tests to use the new EVP_PKEY_new_private_key() functionMatt Caswell1-22/+8
2017-10-12Don't assume shared key length matches expected lengthDr. Stephen Henson1-1/+4
2017-08-25Fix no-scryptMatt Caswell1-0/+7
2017-08-22Fix ctype arguments.Pauli1-1/+1
2017-08-12Add EVP_DigestFinalXOF, interface to extendable-output functions, XOFs.Andy Polyakov1-4/+18
2017-08-03Allow use of long name for KDFsDr. Stephen Henson1-1/+5
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli1-10/+9
2017-07-19Add keygen test to evp_testDr. Stephen Henson1-0/+112
2017-07-14Fix some issues raise by coverity in the tests.Pauli1-3/+11
2017-06-19Update tests to avoid printf to stdout/stderr when running as test cases.Pauli1-4/+4
2017-06-05Use common STANZA for bn and exp testsRich Salz1-231/+108
2017-05-26test/evp_test.c: improve output in case of errors.Andy Polyakov1-146/+145
2017-05-23Revise evp_test parser; make like bn_testRich Salz1-662/+709
2017-05-20move comments to same line as fieldsDr. Stephen Henson1-16/+9
2017-05-20Add test support for "oneshot" versions EVP_DigestSign, EVP_DigestVerify.Dr. Stephen Henson1-9/+94
2017-05-20Add tests in evp_test for EVP_Digest{Sign,Verify}{Init,Update,Final}Dr. Stephen Henson1-0/+187
2017-05-19Add support for multiple update calls in evp_testDr. Stephen Henson1-21/+144
2017-05-12Add "Title" directive to evp_testRich Salz1-2/+5
2017-05-11evp_test: use the test file name as the test titleRichard Levitte1-0/+1
2017-05-11Use compare_mem wrapperRich Salz1-47/+29
2017-05-11Address some feedbackRich Salz1-6/+9
2017-05-11Convert of evp_test to frameworkRich Salz1-595/+551
2017-04-25evp_test.c: Add PrivPubKeyPair testsRich Salz1-0/+130
2017-04-16Catch EC_R_UNKNOWN_GROUP in check_unsupported()Rich Salz1-0/+12
2017-03-17Fixed PKCS5_PBKDF2_HMAC() to adhere to the documentation.Péter Budai1-1/+12
2017-02-28Avoid buffer underflow in evp_test.Pauli1-3/+3
2017-02-08Call EVP_CipherFinal in CCM mode for tests.Dr. Stephen Henson1-7/+3
2017-02-01Add support for parameterized SipHashTodd Short1-1/+8
2017-01-29test/evp_test.c: If no algorithm was specified, don't try to check for DESRichard Levitte1-1/+1
2017-01-25Adjust in and in_len instead of donelenMatt Caswell1-7/+8