summaryrefslogtreecommitdiffstats
path: root/crypto/evp
AgeCommit message (Expand)Author
2021-03-31EVP: One stray comma removed in crypto/evp/ctrl_params_translate.cRichard Levitte
2021-03-30evp: fix coverity 1474469: negative returnPauli
2021-03-28Implement EVP_PKEY_dup() functionTomas Mraz
2021-03-26evp: fix coverity 1473378: unchecked return valuePauli
2021-03-26evp: fix coverity 1467500 & 1467502: unchecked return valuesPauli
2021-03-25EVP_PKCS82PKEY: Create provided keys if possibleTomas Mraz
2021-03-24enc: fix coverity 1451499, 1451501, 1451506, 1451507, 1351511, 1451514, 14515...Pauli
2021-03-21evp: fix coverity 1473380: copy into fixed size bufferPauli
2021-03-20evp: fix coverity 1473381 - dereference after null checkPauli
2021-03-20evp: fix coverity 1445872 - dereference after null checkPauli
2021-03-20evp: fix coverity 1470561: resource leakPauli
2021-03-19EVP_PKEY_get_*_param should work with legacyTomas Mraz
2021-03-19Added functions for printing EVP_PKEYs to FILE *Tomas Mraz
2021-03-18Remove TODO comment. Resolves #14396Jon Spillett
2021-03-18Add ossl_is_partially_overlapping symbolShane Lontis
2021-03-18Add ossl_pkcs5_pbkdf2_hmac_ex symbolShane Lontis
2021-03-18Add ossl_ symbols for sm3 and sm4Shane Lontis
2021-03-18Add ossl_aria symbolsShane Lontis
2021-03-18Add ossl_asn1 symbolsShane Lontis
2021-03-17evp_keymgmt_util_copy: Fix possible leak on copy failureTomas Mraz
2021-03-17Remove a TODO(3.0) from EVP_PKEY_derive_set_peer()Matt Caswell
2021-03-17Remove TODOs from digest.cPauli
2021-03-17p_lib.c: Remove TODO commentsTomas Mraz
2021-03-16property: default queries create the property values.Pauli
2021-03-14keymgmt_meth: remove two TODO 3.0Tomas Mraz
2021-03-14Remove TODO in rsa_ameth.cShane Lontis
2021-03-14Always check CRYPTO_LOCK_{read,write}_lockRich Salz
2021-03-12evp: add params arguments to init functionsPauli
2021-03-12evp: add params argument to key manager's gen_init callPauli
2021-03-11Update copyright yearMatt Caswell
2021-03-11Fix reason code: EVP_R_OPERATON_NOT_INITIALIZEDPedro Monreal
2021-03-09Non-const accessor to legacy keysDmitry Belyavskiy
2021-03-09Reword repeated words.Shane Lontis
2021-03-08Make the EVP_PKEY_get0* functions have a const return typeMatt Caswell
2021-03-08Ensure the various legacy key EVP_PKEY getters/setters are deprecatedMatt Caswell
2021-03-08Cache legacy keys instead of downgrading themMatt Caswell
2021-03-08Avoid a null pointer deref on a malloc failureMatt Caswell
2021-03-04do_sigver_init: Remove fallback for missing provider implementations.Tomas Mraz
2021-03-04Remove some of the TODO 3.0 in crypto/evp related to legacy support.Tomas Mraz
2021-03-04crypto: rename error flags in internal structuresTobias Nießen
2021-03-03EVP_PKEY_CTX_get/settable_params: pass provider operation contextTomas Mraz
2021-03-01Remove RSA SSLv23 padding modeRich Salz
2021-02-28evp: add params argument to EVP_RAND_instantiate()Pauli
2021-02-28crypto: add additional argument to KDF derive callsPauli
2021-02-28evp: add param argument to KDF derive callPauli
2021-02-28evp: updates for the new additional MAC_init argumentsPauli
2021-02-26evp: upport modified gettable/settable ctx calls for ciphersPauli
2021-02-26evp: support modified gettable/settable ctx calls for MACsPauli
2021-02-26evp: support modified gettable/settable ctx calls for KDFsPauli
2021-02-26evp: support modified gettable/settable ctx calls for RNGsPauli