summaryrefslogtreecommitdiffstats
path: root/crypto/evp
AgeCommit message (Expand)Author
2021-05-20todo: remove TODO(3.0) from the sources.Pauli
2021-05-19Make sure to include "internal/numbers.h" to get SIZE_MAXRichard Levitte
2021-05-18seal: make EVP_SealInit() library context awarePauli
2021-05-18evp: fix coverity 1484885 negative integer to size_t conversionPauli
2021-05-13Replace EVP_PKEY_supports_digest_nidTomas Mraz
2021-05-13Drop ASN1_PKEY_CTRL_SUPPORTS_MD_NIDTomas Mraz
2021-05-12evp: fix return code check.Pauli
2021-05-12coverity: fix 1484542 dereference after null checkPauli
2021-05-11Add support for child provider to up_ref/free their parentMatt Caswell
2021-05-11Add the ability for ex_data to have a priorityMatt Caswell
2021-05-11Constify EVP_PKEY_CTX_set_params(), EVP_PKEY_CTX_{set,get}table_params(), etc.Dr. David von Oheimb
2021-05-11Add convenience functions and macros for asymmetric key generationDr. David von Oheimb
2021-05-08Crypto: Add deprecation compatibility declarations for SHA* message digest fu...Dr. David von Oheimb
2021-05-08Add quick one-shot EVP_Q_mac() and deprecation compensation decls for MAC fun...Dr. David von Oheimb
2021-05-08Remove unused code from the fips moduleShane Lontis
2021-05-07Fixes #15070. Allow custom algorithm ID ASN.1 encoding for provided ciphersJon Spillett
2021-05-06Update copyright yearMatt Caswell
2021-05-06Remove all trace of FIPS_mode functionsRich Salz
2021-05-05mac: add EVP_MAC_finalXOF() functionPauli
2021-04-30Add library context and property query support into the PKCS12 APIJon Spillett
2021-04-27Deprecate EVP_PKEY_cmp() and EVP_PKEY_cmp_parameters().Shane Lontis
2021-04-26Fixes related to separation of DH and DHX typesShane Lontis
2021-04-26Add type_name member to provided methods and use itTomas Mraz
2021-04-23EVP: evp_keymgmt_util_try_import() should clean up on failed importRichard Levitte
2021-04-23Trivial shortcuts for EVP_PKEY_eq()Tomas Mraz
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