summaryrefslogtreecommitdiffstats
path: root/test/evp_test.c
AgeCommit message (Expand)Author
2019-09-12Modernise the ERR functionality further (new functions and deprecations)Richard Levitte
2019-09-12test/evp_test.c: try fetching algorithmsRichard Levitte
2019-09-12Fix test error if scrypt is disabledPaul Yang
2019-09-11Coverity 1453632 & 1453635: Null pointer dereferences (FORWARD_NULL)Pauli
2019-09-11Coverity 1414465: Resource leaks (RESOURCE_LEAK)Pauli
2019-09-06Test updates in light of the KDF switchoverPauli
2019-09-04OSSL_PARAM_construct_utf8_string computes the string length.Pauli
2019-08-27Coverty fixes for MACsRichard Levitte
2019-08-24Get rid of the diversity of names for MAC parametersRichard Levitte
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-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