aboutsummaryrefslogtreecommitdiff
path: root/test/evp_extra_test.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-03"Downgrade" provider-native keys to legacy where neededRichard Levitte1-0/+13
2020-08-29Extend test_CMAC_keygen in evp_extra_testMatt Caswell1-4/+51
2020-08-29Fix evp_extra_test to not assume that HMAC is legacyMatt Caswell1-2/+4
2020-08-11Add tests for new EVP_CIPHER_CTX IV accessorsBenjamin Kaduk1-0/+113
2020-08-09Add EVP signature with libctx methods.Shane Lontis1-2/+3
2020-07-22EVP: deprecate the EVP_X_meth_ functions.Pauli1-0/+13
2020-07-08Fix CID 1465213: Integer handling issues (evp_extra_test.c)Shane Lontis1-4/+4
2020-06-24test: add test for generation of random data in chunks.Pauli1-0/+33
2020-06-23property: Move global default properties to the library context.Pauli1-0/+30
2020-06-02TEST: Test i2d_PKCS8PrivateKey_bio() and PEM_write_bio_PKCS8PrivateKey()Richard Levitte1-0/+35
2020-05-28test HKDF with empty IKMBenjamin Kaduk1-0/+42
2020-05-28Add a test for fetching EVP_PKEY style algs without a providerMatt Caswell1-0/+42
2020-05-14test/evp_extra_test.c: Add OPENSSL_NO_CMAC around CMAC testRichard Levitte1-0/+4
2020-05-14test/evp_extra_test.c: Add test for CMAC keygen with a NULL engineRichard Levitte1-0/+22
2020-05-04Add some tests for the newly added raw private/public key functionsMatt Caswell1-11/+42
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte1-2/+2
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-04-17TEST: Add a test of keygen with an empty template in test/evp_extra_test.cRichard Levitte1-0/+42
2020-03-23Make it possible to easily specify a libctx for EVP_DigestSign*Matt Caswell1-1/+2
2020-02-22test/evp_extra_test.c: adapt for RSA signature testsRichard Levitte1-41/+89
2020-02-12DSA: fix the DSA parameter logic in test.Pauli1-4/+7
2020-02-04Don't pass a digest-size to signature implementationsRichard Levitte1-10/+11
2020-01-31Add support for DH 'modp' group parameters (RFC 3526)Shane Lontis1-7/+17
2020-01-28test_evp_extra_test.c: don't rely on exact parameter positionRichard Levitte1-13/+10
2020-01-19APPS & TEST: Eliminate as much use of EVP_PKEY_size() as possibleRichard Levitte1-7/+1
2020-01-13Add a test for HMAC via EVP_DigestSign*Matt Caswell1-24/+61
2019-12-23Fix evp_extra_test with no-dhMatt Caswell1-0/+4
2019-12-16Test that EVP_PKEY_set1_DH() correctly identifies the DH typeMatt Caswell1-0/+38
2019-11-29Add a test for NULL chunks in encrypt/decryptMatt Caswell1-0/+69
2019-11-11Fix no-dsaMatt Caswell1-1/+9
2019-11-05Minimal adaptation of tests back to how it was beforeRichard Levitte1-5/+2
2019-10-17Don't abuse the API when that's not what is testedRichard Levitte1-6/+11
2019-10-11Add a test for EVP_Digest[Sign|Verify]* with a BIO MDMatt Caswell1-16/+134
2019-10-03Add a test for the newly added md params codeMatt Caswell1-0/+32
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre1-1/+1
2019-09-15Add fips module integrity checkShane Lontis1-334/+2
2019-09-12Fix no-dsaMatt Caswell1-0/+4
2019-09-11Add EVP_CIPHER_CTX_tag_length()Shane Lontis1-0/+3
2019-09-09Revise EVP_PKEY param handlingMatt Caswell1-0/+114
2019-09-04New function EVP_CIPHER_free()Richard Levitte1-5/+5
2019-09-04New function EVP_MD_free()Richard Levitte1-5/+5
2019-08-19cipher cleanups.Shane Lontis1-0/+166
2019-07-02Fix TyposAntoine Cœur1-1/+1
2019-06-28Rename EVP_MD_upref/EVP_CIPHER_upref to EVP_MD_up_ref/EVP_CIPHER_up_refMatt Caswell1-2/+2
2019-06-25EC only uses approved curves in FIPS mode.Shane Lontis1-2/+2
2019-06-17Add the function OPENSSL_thread_stop_ex()Matt Caswell1-0/+5
2019-06-07Fixed typo in code comment.David Makepeace1-1/+1
2019-04-04Test that we can use the FIPS providerMatt Caswell1-18/+68
2019-04-03Add a test for EVP_MD_block_size()Matt Caswell1-3/+10
2019-04-03Add an EVP_MD_CTX_md() testMatt Caswell1-1/+2