aboutsummaryrefslogtreecommitdiff
path: root/test/evp_extra_test2.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-09Copyright year updatesRichard Levitte1-1/+1
2024-01-01gate calling of evp_method_id on having a non-zero name idNeil Horman1-0/+19
2023-09-07Copyright year updatesMatt Caswell1-1/+1
2023-06-14configure: introduce no-ecx to remove ECX related featureYi Li1-0/+8
2023-05-17Fix stack corruption in ui_readBernd Edlinger1-0/+48
2023-04-03FFC cleanupsslontis1-0/+56
2023-03-01Fix FFC mdprop setting bugs.slontis1-0/+43
2022-11-25Add test for EVP_PKEY_Q_keygenTomas Mraz1-0/+16
2022-11-18evp_extra_test2: Test DH param checks with non-NULL libctxTomas Mraz1-0/+7
2022-11-11Add test for generating safeprime DH parametersTomas Mraz1-0/+25
2022-11-02Add d2i_PUBKEY_ex_fp and d2i_PUBKEY_ex_bio.slontis1-0/+30
2022-10-17Add missing include for DH_get0_priv_key()Tomas Mraz1-0/+2
2022-09-16Add documentation and test for EVP_PBE_alg_addDaniel Fiala1-0/+31
2022-07-20Coverity 1507372: explicit null dereferencePauli1-3/+2
2022-07-18Test that we generate a short private key for known DH primeTomas Mraz1-0/+10
2022-05-09Add a testcase for OSSL_PROVIDER_unload() being fully effectiveTomas Mraz1-0/+37
2022-05-03Update copyright yearMatt Caswell1-1/+1
2022-02-03Fix EVP todata and fromdata when used with selection of EVP_PKEY_PUBLIC_KEY.slontis1-0/+152
2022-01-19test: add digest context dup testsPauli1-0/+16
2021-11-24Add test for copying uninitialized EVP_MD_CTXTomas Mraz1-0/+17
2021-11-23Add test for EVP_PKEY_sign_init_ex with RSA PSS paddingTomas Mraz1-3/+39
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz1-1/+1
2021-05-26Add negative test cases for PEM_read_bio_PrivateKeyTomas Mraz1-0/+36
2021-05-20test/evp_extra_test2.c: Try EVP_PKEY_export() with a legacy RSA keyRichard Levitte1-7/+33
2021-05-20Test d2i_PrivateKey_bio() does not add errors to stack when decoding a X25519...Shane Lontis1-10/+33
2021-05-13Implement pem_read_key directly through OSSL_DECODERTomas Mraz1-1/+8
2021-05-13Export/import flags for FFC params changed to seperate fields.Shane Lontis1-16/+3
2021-05-10Fix i2d_PKCS8PrivateKey_nid_bio() regression.Shane Lontis1-0/+37
2021-04-22Fix potential NULL dereference in OSSL_PARAM_get_utf8_string()Tomas Mraz1-1/+1
2021-04-15Add EVP_PKEY_todata() and EVP_PKEY_export() functions.Shane Lontis1-1/+368
2021-03-11Update copyright yearMatt Caswell1-1/+1
2021-03-03evp_extra_test2: Remove TODO 3.0Tomas Mraz1-1/+1
2021-02-19Fix d2i_AutoPrivateKey_ex so that is uses the new decoder (and producesShane Lontis1-3/+81
2020-12-10Use adapted test_get_libctx() for simpler test setup and better error reportingDr. David von Oheimb1-7/+1
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre1-7/+7
2020-10-08Set mark and pop error in d2i_PrivateKey_exDaniel Bevenius1-0/+23
2020-06-28TEST: Add test to exercise OPENSSL_CTX_set0_default()Richard Levitte1-7/+45
2020-06-19Add a test for d2i_AutoPrivateKey_ex with a non-default libctxMatt Caswell1-0/+237