aboutsummaryrefslogtreecommitdiffstats
path: root/test/evp_extra_test.c
Commit message (Expand)AuthorAgeFilesLines
* Don't test a deprecated function in a no-deprecated buildMatt Caswell2020-11-271-2/+2
* Add test for no reset after DigestFinal_ex and DigestFinalXOFTomas Mraz2020-11-261-0/+46
* test: changes resulting from moving the entropy source out of the FIPS providerPauli2020-11-201-1/+1
* Deprecate RSA harderRichard Levitte2020-11-181-35/+38
* test/evp_extra_test.c: Modify to reflect provider support in test_EVP_PKEY_checkRichard Levitte2020-11-071-2/+2
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-8/+8
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-5/+4
* Extend the SM2 asym cipher testMatt Caswell2020-09-251-18/+50
* Clean up some SM2 related TODOs in the testsMatt Caswell2020-09-251-7/+0
* TEST: Remove use of EVP_PKEY_set_alias_type() in test/evp_extra_test.cRichard Levitte2020-09-251-14/+1
* Add SM2 signature algorithm to default providerPaul Yang2020-09-221-32/+29
* TEST: Add a test of EC key generation with encoding specRichard Levitte2020-09-121-0/+78
* Fix test/evp_extra_test.cRichard Levitte2020-09-081-13/+39
* "Downgrade" provider-native keys to legacy where neededRichard Levitte2020-09-031-0/+13
* Extend test_CMAC_keygen in evp_extra_testMatt Caswell2020-08-291-4/+51
* Fix evp_extra_test to not assume that HMAC is legacyMatt Caswell2020-08-291-2/+4
* Add tests for new EVP_CIPHER_CTX IV accessorsBenjamin Kaduk2020-08-111-0/+113
* Add EVP signature with libctx methods.Shane Lontis2020-08-091-2/+3
* EVP: deprecate the EVP_X_meth_ functions.Pauli2020-07-221-0/+13
* Fix CID 1465213: Integer handling issues (evp_extra_test.c)Shane Lontis2020-07-081-4/+4
* test: add test for generation of random data in chunks.Pauli2020-06-241-0/+33
* property: Move global default properties to the library context.Pauli2020-06-231-0/+30
* TEST: Test i2d_PKCS8PrivateKey_bio() and PEM_write_bio_PKCS8PrivateKey()Richard Levitte2020-06-021-0/+35
* test HKDF with empty IKMBenjamin Kaduk2020-05-281-0/+42
* Add a test for fetching EVP_PKEY style algs without a providerMatt Caswell2020-05-281-0/+42
* test/evp_extra_test.c: Add OPENSSL_NO_CMAC around CMAC testRichard Levitte2020-05-141-0/+4
* test/evp_extra_test.c: Add test for CMAC keygen with a NULL engineRichard Levitte2020-05-141-0/+22
* Add some tests for the newly added raw private/public key functionsMatt Caswell2020-05-041-11/+42
* Rename FIPS_MODE to FIPS_MODULERichard Levitte2020-04-281-2/+2
* Update copyright yearMatt Caswell2020-04-231-1/+1
* TEST: Add a test of keygen with an empty template in test/evp_extra_test.cRichard Levitte2020-04-171-0/+42
* Make it possible to easily specify a libctx for EVP_DigestSign*Matt Caswell2020-03-231-1/+2
* test/evp_extra_test.c: adapt for RSA signature testsRichard Levitte2020-02-221-41/+89
* DSA: fix the DSA parameter logic in test.Pauli2020-02-121-4/+7
* Don't pass a digest-size to signature implementationsRichard Levitte2020-02-041-10/+11
* Add support for DH 'modp' group parameters (RFC 3526)Shane Lontis2020-01-311-7/+17
* test_evp_extra_test.c: don't rely on exact parameter positionRichard Levitte2020-01-281-13/+10
* APPS & TEST: Eliminate as much use of EVP_PKEY_size() as possibleRichard Levitte2020-01-191-7/+1
* Add a test for HMAC via EVP_DigestSign*Matt Caswell2020-01-131-24/+61
* Fix evp_extra_test with no-dhMatt Caswell2019-12-231-0/+4
* Test that EVP_PKEY_set1_DH() correctly identifies the DH typeMatt Caswell2019-12-161-0/+38
* Add a test for NULL chunks in encrypt/decryptMatt Caswell2019-11-291-0/+69
* Fix no-dsaMatt Caswell2019-11-111-1/+9
* Minimal adaptation of tests back to how it was beforeRichard Levitte2019-11-051-5/+2
* Don't abuse the API when that's not what is testedRichard Levitte2019-10-171-6/+11
* Add a test for EVP_Digest[Sign|Verify]* with a BIO MDMatt Caswell2019-10-111-16/+134
* Add a test for the newly added md params codeMatt Caswell2019-10-031-0/+32
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Add fips module integrity checkShane Lontis2019-09-151-334/+2
* Fix no-dsaMatt Caswell2019-09-121-0/+4