summaryrefslogtreecommitdiffstats
path: root/test/evp_test.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add rc2 ciphers to default providerShane Lontis2019-10-081-0/+17
* Add rc5 ciphers to default providerShane Lontis2019-10-031-0/+17
* Consistent naming for context gettable param queries .Pauli2019-09-271-2/+2
* Modernise the ERR functionality further (new functions and deprecations)Richard Levitte2019-09-121-3/+1
* test/evp_test.c: try fetching algorithmsRichard Levitte2019-09-121-2/+16
* Fix test error if scrypt is disabledPaul Yang2019-09-121-1/+2
* Coverity 1453632 & 1453635: Null pointer dereferences (FORWARD_NULL)Pauli2019-09-111-2/+3
* Coverity 1414465: Resource leaks (RESOURCE_LEAK)Pauli2019-09-111-1/+3
* Test updates in light of the KDF switchoverPauli2019-09-061-22/+35
* OSSL_PARAM_construct_utf8_string computes the string length.Pauli2019-09-041-4/+2
* Coverty fixes for MACsRichard Levitte2019-08-271-3/+5
* Get rid of the diversity of names for MAC parametersRichard Levitte2019-08-241-5/+23
* test/evp_test.c: distinguish parsing errors from processing errorsRichard Levitte2019-08-231-7/+7
* Test for out-of-bounds write when requesting zero bytes from shakePatrick Steuer2019-08-181-0/+22
* Adapt the MAC tests, and tests for other things that use EVP_MACRichard Levitte2019-08-151-86/+73
* Properly process the "Availablein" keyword for evp_testMatt Caswell2019-08-011-2/+1
* test/evp_test.c: modify to use OSSL_PROVIDER_available()Richard Levitte2019-07-261-25/+35
* Remove function name from errorsRich Salz2019-07-161-17/+10
* test/evp_test.c: [ciphers] Test that we get back the same IV we gaveRichard Levitte2019-07-111-0/+8
* Add X9.42 KDF.Shane Lontis2019-07-091-2/+16
* Fix a leak in evp_testMatt Caswell2019-07-011-1/+3
* Move digests to providersShane Lontis2019-06-041-1/+27
* Allow specifying the tag after AAD in CCM modeTobias Nießen2019-05-081-9/+20
* Added EVP_KDF (similiar to the EVP_MAC)Shane Lontis2019-05-031-4/+5
* Copy RSA-PSS saltlen in EVP_PKEY_CTX_dup.David Benjamin2019-04-261-0/+26
* Added new EVP/KDF API.David Makepeace2019-02-131-10/+142
* Updated test command line parsing to support commmon commandsShane Lontis2019-02-111-3/+3
* blake2: add evpmac test vectorsAntoine Salon2019-02-061-4/+22
* Fix CID 1434549: Unchecked return value in test/evp_test.cFdaSilvaYY2019-01-081-9/+12
* Add RFC5297 AES-SIV supportTodd Short2018-12-111-26/+41
* Following the license change, modify the boilerplates in test/Richard Levitte2018-12-061-1/+1
* KMAC implementation using EVP_MACShane Lontis2018-11-131-0/+16
* GMAC implementationPauli2018-11-041-0/+18
* test/evp_test.c: Fixed strcmp() fault in mac_test_init()Richard Levitte2018-10-291-1/+2
* test/evp_test.c: don't misuse pkey_test_ctrl() in mac_test_run()Richard Levitte2018-10-291-6/+27
* Adapt test/evp_test.c to deal with available EVP_MACsRichard Levitte2018-10-291-20/+172
* Trivial test improvementsTobias Nießen2018-09-181-2/+2
* test/evp_test.c: make it possible to use controls with MAC testsRichard Levitte2018-09-091-1/+22
* Add a helper routine so that evp_test can compare memory without producingPauli2018-08-191-38/+61
* Fix no-sm2Matt Caswell2018-06-201-22/+7
* Move SM2 algos to SM2 specific PKEY methodJack Lloyd2018-06-191-0/+5
* Use void in all function definitions that do not take any argumentsKurt Roeckx2018-05-111-1/+1
* Update copyright yearMatt Caswell2018-03-201-1/+1
* Fix no-sm2Matt Caswell2018-03-191-0/+23
* Fix no-ecMatt Caswell2018-03-191-1/+1
* Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()Matt Caswell2018-03-151-4/+4
* Add PrivateKeyRaw and PublicKeyRaw support to evp_testMatt Caswell2018-03-151-2/+45
* Update the tests to use the new EVP_PKEY_new_private_key() functionMatt Caswell2018-03-151-22/+8
* Don't assume shared key length matches expected lengthDr. Stephen Henson2017-10-121-1/+4
* Fix no-scryptMatt Caswell2017-08-251-0/+7