summaryrefslogtreecommitdiff
path: root/test/evp_extra_test2.c
Commit message (Expand)AuthorAgeFilesLines
* Fix stack corruption in ui_readBernd Edlinger2023-05-171-0/+48
* FFC cleanupsslontis2023-04-031-0/+56
* Fix FFC mdprop setting bugs.slontis2023-03-011-0/+43
* Add test for EVP_PKEY_Q_keygenTomas Mraz2022-11-251-0/+16
* evp_extra_test2: Test DH param checks with non-NULL libctxTomas Mraz2022-11-181-0/+7
* Add test for generating safeprime DH parametersTomas Mraz2022-11-111-0/+25
* Add d2i_PUBKEY_ex_fp and d2i_PUBKEY_ex_bio.slontis2022-11-021-0/+30
* Add missing include for DH_get0_priv_key()Tomas Mraz2022-10-171-0/+2
* Add documentation and test for EVP_PBE_alg_addDaniel Fiala2022-09-161-0/+31
* Coverity 1507372: explicit null dereferencePauli2022-07-201-3/+2
* Test that we generate a short private key for known DH primeTomas Mraz2022-07-181-0/+10
* Add a testcase for OSSL_PROVIDER_unload() being fully effectiveTomas Mraz2022-05-091-0/+37
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Fix EVP todata and fromdata when used with selection of EVP_PKEY_PUBLIC_KEY.slontis2022-02-031-0/+152
* test: add digest context dup testsPauli2022-01-191-0/+16
* Add test for copying uninitialized EVP_MD_CTXTomas Mraz2021-11-241-0/+17
* Add test for EVP_PKEY_sign_init_ex with RSA PSS paddingTomas Mraz2021-11-231-3/+39
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-1/+1
* Add negative test cases for PEM_read_bio_PrivateKeyTomas Mraz2021-05-261-0/+36
* test/evp_extra_test2.c: Try EVP_PKEY_export() with a legacy RSA keyRichard Levitte2021-05-201-7/+33
* Test d2i_PrivateKey_bio() does not add errors to stack when decoding a X25519...Shane Lontis2021-05-201-10/+33
* Implement pem_read_key directly through OSSL_DECODERTomas Mraz2021-05-131-1/+8
* Export/import flags for FFC params changed to seperate fields.Shane Lontis2021-05-131-16/+3
* Fix i2d_PKCS8PrivateKey_nid_bio() regression.Shane Lontis2021-05-101-0/+37
* Fix potential NULL dereference in OSSL_PARAM_get_utf8_string()Tomas Mraz2021-04-221-1/+1
* Add EVP_PKEY_todata() and EVP_PKEY_export() functions.Shane Lontis2021-04-151-1/+368
* Update copyright yearMatt Caswell2021-03-111-1/+1
* evp_extra_test2: Remove TODO 3.0Tomas Mraz2021-03-031-1/+1
* Fix d2i_AutoPrivateKey_ex so that is uses the new decoder (and producesShane Lontis2021-02-191-3/+81
* Use adapted test_get_libctx() for simpler test setup and better error reportingDr. David von Oheimb2020-12-101-7/+1
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-7/+7
* Set mark and pop error in d2i_PrivateKey_exDaniel Bevenius2020-10-081-0/+23
* TEST: Add test to exercise OPENSSL_CTX_set0_default()Richard Levitte2020-06-281-7/+45
* Add a test for d2i_AutoPrivateKey_ex with a non-default libctxMatt Caswell2020-06-191-0/+237