summaryrefslogtreecommitdiffstats
path: root/test/evp_extra_test.c
AgeCommit message (Expand)Author
2020-12-19Fix 'no-deprecated'Richard Levitte
2020-11-27Don't test a deprecated function in a no-deprecated buildMatt Caswell
2020-11-26Add test for no reset after DigestFinal_ex and DigestFinalXOFTomas Mraz
2020-11-20test: changes resulting from moving the entropy source out of the FIPS providerPauli
2020-11-18Deprecate RSA harderRichard Levitte
2020-11-07test/evp_extra_test.c: Modify to reflect provider support in test_EVP_PKEY_checkRichard Levitte
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-09-25Extend the SM2 asym cipher testMatt Caswell
2020-09-25Clean up some SM2 related TODOs in the testsMatt Caswell
2020-09-25TEST: Remove use of EVP_PKEY_set_alias_type() in test/evp_extra_test.cRichard Levitte
2020-09-22Add SM2 signature algorithm to default providerPaul Yang
2020-09-12TEST: Add a test of EC key generation with encoding specRichard Levitte
2020-09-08Fix test/evp_extra_test.cRichard Levitte
2020-09-03"Downgrade" provider-native keys to legacy where neededRichard Levitte
2020-08-29Extend test_CMAC_keygen in evp_extra_testMatt Caswell
2020-08-29Fix evp_extra_test to not assume that HMAC is legacyMatt Caswell
2020-08-11Add tests for new EVP_CIPHER_CTX IV accessorsBenjamin Kaduk
2020-08-09Add EVP signature with libctx methods.Shane Lontis
2020-07-22EVP: deprecate the EVP_X_meth_ functions.Pauli
2020-07-08Fix CID 1465213: Integer handling issues (evp_extra_test.c)Shane Lontis
2020-06-24test: add test for generation of random data in chunks.Pauli
2020-06-23property: Move global default properties to the library context.Pauli
2020-06-02TEST: Test i2d_PKCS8PrivateKey_bio() and PEM_write_bio_PKCS8PrivateKey()Richard Levitte
2020-05-28test HKDF with empty IKMBenjamin Kaduk
2020-05-28Add a test for fetching EVP_PKEY style algs without a providerMatt Caswell
2020-05-14test/evp_extra_test.c: Add OPENSSL_NO_CMAC around CMAC testRichard Levitte
2020-05-14test/evp_extra_test.c: Add test for CMAC keygen with a NULL engineRichard Levitte
2020-05-04Add some tests for the newly added raw private/public key functionsMatt Caswell
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte
2020-04-23Update copyright yearMatt Caswell
2020-04-17TEST: Add a test of keygen with an empty template in test/evp_extra_test.cRichard Levitte
2020-03-23Make it possible to easily specify a libctx for EVP_DigestSign*Matt Caswell
2020-02-22test/evp_extra_test.c: adapt for RSA signature testsRichard Levitte
2020-02-12DSA: fix the DSA parameter logic in test.Pauli
2020-02-04Don't pass a digest-size to signature implementationsRichard Levitte
2020-01-31Add support for DH 'modp' group parameters (RFC 3526)Shane Lontis
2020-01-28test_evp_extra_test.c: don't rely on exact parameter positionRichard Levitte
2020-01-19APPS & TEST: Eliminate as much use of EVP_PKEY_size() as possibleRichard Levitte
2020-01-13Add a test for HMAC via EVP_DigestSign*Matt Caswell
2019-12-23Fix evp_extra_test with no-dhMatt Caswell
2019-12-16Test that EVP_PKEY_set1_DH() correctly identifies the DH typeMatt Caswell
2019-11-29Add a test for NULL chunks in encrypt/decryptMatt Caswell
2019-11-11Fix no-dsaMatt Caswell
2019-11-05Minimal adaptation of tests back to how it was beforeRichard Levitte
2019-10-17Don't abuse the API when that's not what is testedRichard Levitte
2019-10-11Add a test for EVP_Digest[Sign|Verify]* with a BIO MDMatt Caswell
2019-10-03Add a test for the newly added md params codeMatt Caswell
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-15Add fips module integrity checkShane Lontis