aboutsummaryrefslogtreecommitdiffstats
path: root/test/evp_extra_test2.c
Commit message (Expand)AuthorAgeFilesLines
* 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