Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | evp: add params arguments to init functions | Pauli | 2021-03-11 | 1 | -5/+16 |
* | Update copyright year | Matt Caswell | 2021-03-11 | 1 | -1/+1 |
* | Fix reason code: EVP_R_OPERATON_NOT_INITIALIZED | Pedro Monreal | 2021-03-11 | 1 | -2/+2 |
* | EVP_PKEY_CTX_get/settable_params: pass provider operation context | Tomas Mraz | 2021-03-03 | 1 | -2/+2 |
* | Don't hold a lock when calling a callback in ossl_namemap_doall_names | Matt Caswell | 2021-02-24 | 1 | -4/+6 |
* | Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call | Richard Levitte | 2020-11-13 | 1 | -15/+13 |
* | Rename OPENSSL_CTX prefix to OSSL_LIB_CTX | Dr. Matthias St. Pierre | 2020-10-15 | 1 | -2/+2 |
* | EVP: use evp_pkey_ctx_is_legacy() to find what implementation to use | Richard Levitte | 2020-10-01 | 1 | -1/+1 |
* | Add EVP_ASYM_CIPHER_gettable_ctx_params() and EVP_ASYM_CIPHER_settable_ctx_pa... | Shane Lontis | 2020-09-25 | 1 | -0/+21 |
* | Add self tests for rsa encryption | Shane Lontis | 2020-09-16 | 1 | -0/+446 |