summaryrefslogtreecommitdiffstats
path: root/crypto/evp
AgeCommit message (Expand)Author
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-06-01Fix error stack for some fetch calls.Shane Lontis
2021-06-01Fix aes cfb1 so that it can operate in bit mode.Shane Lontis
2021-05-31Teach EVP_PKEYs to say whether they were decoded from explicit paramsMatt Caswell
2021-05-29add zero strenght arguments to BN and RAND RNG callsPauli
2021-05-28Add missing EVP_CTRL_CCM_SET_L controlShane Lontis
2021-05-27coverity 1484912: Null pointer dereferences (NULL_RETURNS)Pauli
2021-05-27coverity 1484913: Null pointer dereferences (REVERSE_INULL)Pauli
2021-05-27Use "" for include internal/xxxRich Salz
2021-05-27aes: rename new bsaes_ symbols -> ossl_bsaes_ onesPauli
2021-05-26Deprecate old style BIO callback callsTomas Mraz
2021-05-26err: rename err_load_xxx_strings_int functionsPauli
2021-05-25mac: add a getter for the MAC block size.Pauli
2021-05-24Added PKCS5_PBE_keyivgen_ex() to allow PBKDF1 algorithms to be fetched for a ...Jon Spillett
2021-05-24Add PBKDF1 to the legacy providerJon Spillett
2021-05-24Rename the field 'provctx and data' to 'algctx' inside some objects containingShane Lontis
2021-05-20Update copyright yearMatt Caswell
2021-05-20EVP: Modify EVP_PKEY_export() to handle legacy EVP_PKEYsRichard Levitte
2021-05-20Modify EVP_PKEY_ASN1_METHOD's export_to function to take an importerRichard Levitte
2021-05-20Ensure mirroring of properties works for subsequent updatesMatt Caswell
2021-05-20Add a callback for providers to know about global properties changesMatt Caswell
2021-05-20Implement the ability to convert a PROPERTY_LIST to a stringMatt Caswell
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