summaryrefslogtreecommitdiffstats
path: root/test/evp_extra_test2.c
AgeCommit message (Expand)Author
2024-04-09Copyright year updatesRichard Levitte
2024-01-01gate calling of evp_method_id on having a non-zero name idNeil Horman
2023-09-07Copyright year updatesMatt Caswell
2023-06-14configure: introduce no-ecx to remove ECX related featureYi Li
2023-05-17Fix stack corruption in ui_readBernd Edlinger
2023-04-03FFC cleanupsslontis
2023-03-01Fix FFC mdprop setting bugs.slontis
2022-11-25Add test for EVP_PKEY_Q_keygenTomas Mraz
2022-11-18evp_extra_test2: Test DH param checks with non-NULL libctxTomas Mraz
2022-11-11Add test for generating safeprime DH parametersTomas Mraz
2022-11-02Add d2i_PUBKEY_ex_fp and d2i_PUBKEY_ex_bio.slontis
2022-10-17Add missing include for DH_get0_priv_key()Tomas Mraz
2022-09-16Add documentation and test for EVP_PBE_alg_addDaniel Fiala
2022-07-20Coverity 1507372: explicit null dereferencePauli
2022-07-18Test that we generate a short private key for known DH primeTomas Mraz
2022-05-09Add a testcase for OSSL_PROVIDER_unload() being fully effectiveTomas Mraz
2022-05-03Update copyright yearMatt Caswell
2022-02-03Fix EVP todata and fromdata when used with selection of EVP_PKEY_PUBLIC_KEY.slontis
2022-01-19test: add digest context dup testsPauli
2021-11-24Add test for copying uninitialized EVP_MD_CTXTomas Mraz
2021-11-23Add test for EVP_PKEY_sign_init_ex with RSA PSS paddingTomas Mraz
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-26Add negative test cases for PEM_read_bio_PrivateKeyTomas Mraz
2021-05-20test/evp_extra_test2.c: Try EVP_PKEY_export() with a legacy RSA keyRichard Levitte
2021-05-20Test d2i_PrivateKey_bio() does not add errors to stack when decoding a X25519...Shane Lontis
2021-05-13Implement pem_read_key directly through OSSL_DECODERTomas Mraz
2021-05-13Export/import flags for FFC params changed to seperate fields.Shane Lontis
2021-05-10Fix i2d_PKCS8PrivateKey_nid_bio() regression.Shane Lontis
2021-04-22Fix potential NULL dereference in OSSL_PARAM_get_utf8_string()Tomas Mraz
2021-04-15Add EVP_PKEY_todata() and EVP_PKEY_export() functions.Shane Lontis
2021-03-11Update copyright yearMatt Caswell
2021-03-03evp_extra_test2: Remove TODO 3.0Tomas Mraz
2021-02-19Fix d2i_AutoPrivateKey_ex so that is uses the new decoder (and producesShane Lontis
2020-12-10Use adapted test_get_libctx() for simpler test setup and better error reportingDr. David von Oheimb
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-08Set mark and pop error in d2i_PrivateKey_exDaniel Bevenius
2020-06-28TEST: Add test to exercise OPENSSL_CTX_set0_default()Richard Levitte
2020-06-19Add a test for d2i_AutoPrivateKey_ex with a non-default libctxMatt Caswell