summaryrefslogtreecommitdiffstats
path: root/crypto/evp
AgeCommit message (Expand)Author
2021-06-16CORE: Do a bit of cleanup of core fetchingRichard Levitte
2021-06-15Adapt all public EVP_XXX_do_all_provided() for the changed evp_generic_do_all()Richard Levitte
2021-06-15Refactor evp_generic_do_all() to behave like evp_generic_fetch()Richard Levitte
2021-06-15CORE: Move away the allocation of the temporary no_cache method storeRichard Levitte
2021-06-09Decoding PKCS#8: separate decoding of encrypted and unencrypted PKCS#8Richard Levitte
2021-06-09keymgmt: better detect when a key manager can be reusedPauli
2021-06-08evp: avoid some calls to EVP_CIPHER_CTX_get_iv_length() because it's been cal...Pauli
2021-06-08evp: fix Coverity 1485670 argument cannot be negativePauli
2021-06-08evp: fix Coverity 1485669 improper use of negative valuePauli
2021-06-08evp: fix Coverity 1485668 argument cannot be negativePauli
2021-06-08evp: fix coverity 1485666 argument cannot be negativePauli
2021-06-08evp: fix improper use of negative value issuesPauli
2021-06-08bio: improve error checking fixing coverity 1485659 & 1485665Pauli
2021-06-08Add a gettable for provider ciphers to return the EVP_CIPH_RAND_KEY flagShane Lontis
2021-06-03Deprecate EVP_CIPHER_impl_ctx_size and EVP_CIPHER_CTX_buf_noconstRichard Levitte
2021-06-03Fix errors found by parfait static analyser.Shane Lontis
2021-06-02libcrypto: make XXX_get_number() internalPauli
2021-06-02evp: remove TODOsPauli
2021-06-02Add NCONF_get0_libctx()Rich Salz
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