summaryrefslogtreecommitdiffstats
path: root/crypto/evp/asymcipher.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* evp: add params arguments to init functionsPauli2021-03-111-5/+16
* Update copyright yearMatt Caswell2021-03-111-1/+1
* Fix reason code: EVP_R_OPERATON_NOT_INITIALIZEDPedro Monreal2021-03-111-2/+2
* EVP_PKEY_CTX_get/settable_params: pass provider operation contextTomas Mraz2021-03-031-2/+2
* Don't hold a lock when calling a callback in ossl_namemap_doall_namesMatt Caswell2021-02-241-4/+6
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-15/+13
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-2/+2
* EVP: use evp_pkey_ctx_is_legacy() to find what implementation to useRichard Levitte2020-10-011-1/+1
* Add EVP_ASYM_CIPHER_gettable_ctx_params() and EVP_ASYM_CIPHER_settable_ctx_pa...Shane Lontis2020-09-251-0/+21
* Add self tests for rsa encryptionShane Lontis2020-09-161-0/+446