summaryrefslogtreecommitdiffstats
path: root/test/evp_extra_test.c
AgeCommit message (Expand)Author
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
2019-09-12Fix no-dsaMatt Caswell
2019-09-11Add EVP_CIPHER_CTX_tag_length()Shane Lontis
2019-09-09Revise EVP_PKEY param handlingMatt Caswell
2019-09-04New function EVP_CIPHER_free()Richard Levitte
2019-09-04New function EVP_MD_free()Richard Levitte
2019-08-19cipher cleanups.Shane Lontis
2019-07-02Fix TyposAntoine Cœur
2019-06-28Rename EVP_MD_upref/EVP_CIPHER_upref to EVP_MD_up_ref/EVP_CIPHER_up_refMatt Caswell
2019-06-25EC only uses approved curves in FIPS mode.Shane Lontis
2019-06-17Add the function OPENSSL_thread_stop_ex()Matt Caswell
2019-06-07Fixed typo in code comment.David Makepeace
2019-04-04Test that we can use the FIPS providerMatt Caswell
2019-04-03Add a test for EVP_MD_block_size()Matt Caswell
2019-04-03Add an EVP_MD_CTX_md() testMatt Caswell
2019-03-30fixed public range check in ec_GF2m_simple_oct2pointShane Lontis
2019-03-21Add a test for EVP_MD_fetchMatt Caswell
2019-01-31Fix a crash in reuse of i2d_X509_PUBKEYBernd Edlinger
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte
2018-10-29Add a test where we reuse the EVP_PKEY_CTX for two HKDF test runsMatt Caswell
2018-09-10test/evp_extra_test.c: fix null pointer dereferenceDr. Matthias St. Pierre
2018-09-07Add test case for SM2 evp verificationJack Lloyd