summaryrefslogtreecommitdiffstats
path: root/test/evp_extra_test.c
AgeCommit message (Expand)Author
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
2018-09-07Support setting SM2 IDPaul Yang
2018-09-06Key zeroization fix for EVP_SealInit + added simple testShane Lontis
2018-06-20Update copyright yearMatt Caswell
2018-06-19Move SM2 algos to SM2 specific PKEY methodJack Lloyd
2018-06-08Fix no-ecMatt Caswell
2018-06-08Add a test for the raw private/public key gettersMatt Caswell
2017-12-08Fix no-ecBenjamin Kaduk
2017-11-20Support public key and param check in EVP interfacePaul Yang
2017-09-14Support EVP_PKEY_meth_remove and pmeth internal cleanupPaul Yang