summaryrefslogtreecommitdiffstats
path: root/test/evp_test.c
AgeCommit message (Expand)Author
2020-06-11The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*Pauli
2020-06-11kdf: make function naming consistent.Pauli
2020-05-28Fail if we fail to fetch the EVP_KEYMGMTMatt Caswell
2020-05-27Rename EVP_PKEY_cmp() to EVP_PKEY_eq() and EVP_PKEY_cmp_parameters() to EVP_P...Dr. David von Oheimb
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-23Update copyright yearMatt Caswell
2020-03-12test/evp_test.c: fix keygen_test_run()Richard Levitte
2020-02-21Params: add argument to the _from_text calls to indicate if the param exists.Pauli
2020-02-03Fix common test framework optionsMatt Caswell
2020-02-02Adapt tests for SM2 changes.Richard Levitte
2020-01-19mdc2: use evp_test instead of a separate test application.Pauli
2019-11-18Fix Use after free when copying cipher ctxShane Lontis
2019-10-23Add KRB5KDF from RFC 3961Simo Sorce
2019-10-17EVP: add name traversal functions to all fetchable typesRichard Levitte
2019-10-08Add rc2 ciphers to default providerShane Lontis
2019-10-03Add rc5 ciphers to default providerShane Lontis
2019-09-27Consistent naming for context gettable param queries .Pauli
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