summaryrefslogtreecommitdiffstats
path: root/crypto/evp
AgeCommit message (Expand)Author
2021-04-22Update copyright yearMatt Caswell
2021-04-22Fix typosMichaM
2021-04-21asn1: fix indentationPauli
2021-04-20Fix compile errors on s390.Juergen Christ
2021-04-19Remove a TODO(3.0) from keymgmt_lib.cMatt Caswell
2021-04-19Detect low-level engine and app method based keysTomas Mraz
2021-04-18Modify OBJ_nid2sn(OBJ_obj2nid(...)) occurences to use OBJ_obj2txt()Richard Levitte
2021-04-18Add "origin" field to EVP_CIPHER, EVP_MDRich Salz
2021-04-18Standard style for all EVP_xxx_free routinesRich Salz
2021-04-17Fix naming for EVP_RAND_CTX_gettable functions.Pauli
2021-04-16SipHash: Fix CTRL API for the digest size.Pauli
2021-04-15Add EVP_PKEY_todata() and EVP_PKEY_export() functions.Shane Lontis
2021-04-15Rename EVP_PKEY_get0_first_alg_name to EVP_PKEY_get0_type_nameTomas Mraz
2021-04-15Remove keymgmt_copy function from the provider APITomas Mraz
2021-04-15Add selection support to the provider keymgmt_dup functionTomas Mraz
2021-04-15Implement provider-side keymgmt_dup functionTomas Mraz
2021-04-14Add some additional NULL checks to prevent segfaults.Shane Lontis
2021-04-12Remove the function EVP_PKEY_set_alias_typeMatt Caswell
2021-04-08Update copyright yearMatt Caswell
2021-04-08property: check return values from the property locking calls.Pauli
2021-04-08evp: fix coverity 1473631: argument cannot be negativePauli
2021-04-08evp: fix coverity 1451509: argument cannot be negativePauli
2021-04-08evp: fix coverity 1451510: argument cannot be negativePauli
2021-04-08evp: fix coverity 1472682: argument cannot be negativePauli
2021-04-06Deprecate the EVP_PKEY controls for CMS and PKCS#7Tomas Mraz
2021-04-02EVP: Add EVP_<TYPE>_description()Richard Levitte
2021-04-02CORE: Add an algorithm_description field to OSSL_ALGORITHMRichard Levitte
2021-04-01EVP_CIPHER_type: fix misleading argument nameTomas Mraz
2021-04-01Drop TODO 3.0 as we cannot get rid of legacy nids in 3.0Tomas Mraz
2021-04-01EVP_PKEY_CTRL_CIPHER can be used with encrypt/decrypt with GOSTTomas Mraz
2021-04-01Add a range check (from SP800-56Ar3) to DH key derivation.Shane Lontis
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