summaryrefslogtreecommitdiffstats
path: root/crypto/evp
AgeCommit message (Expand)Author
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
2021-02-26modify EVP to support digest gettable/settable callsPauli
2021-02-26Fix external symbols related to ec & sm2 keysShane Lontis
2021-02-26Fix external symbols related to dsa keysShane Lontis
2021-02-26Fix external symbols related to dh keysShane Lontis
2021-02-25Don't hold a lock when calling a callback in ossl_namemap_doall_namesMatt Caswell
2021-02-24Cleanup of some of the EVP_PKEY_CTX_ctrl related TODOsTomas Mraz
2021-02-24Remove inclusion of unnecessary header filesTomas Mraz
2021-02-24Use strcasecmp when comparing kdf_typeTomas Mraz
2021-02-24Deprecated EVP_PKEY_CTX_get0_dh_kdf_ukm() and EVP_PKEY_CTX_get0_ecdh_kdf_ukm()Tomas Mraz
2021-02-23rand: allow lock/unlock functions to be absentPauli
2021-02-23EVP: Adapt the EC_KEY specific EVP_PKEY_CTX setter / getter functionsRichard Levitte
2021-02-23EVP: Make checks in evp_pkey_ctx_store_cached_data() more restrictedRichard Levitte