summaryrefslogtreecommitdiffstats
path: root/crypto/evp
AgeCommit message (Expand)Author
2021-10-27EVP: Add evp_keymgmt_fetch_from_prov()Richard Levitte
2021-10-27EVP: Add the internal function evp_generic_fetch_from_prov()Richard Levitte
2021-10-27CORE: add a provider argument to ossl_method_construct()Richard Levitte
2021-10-27add checks for the return values of BN_new(), sk_RSA_PRIME_INFO_new_reserve(),x2018
2021-10-22Enforce a size check in EVP_MAC_final()Matt Caswell
2021-10-22Prevent an overflow if an application supplies a buffer that is too smallMatt Caswell
2021-10-19Ensure pkey_set_type handles ENGINE references correctlyMatt Caswell
2021-10-18Fix lock leak in evp_keymgmt_util_export_to_provider()Richard Levitte
2021-10-12ctrl_params_translate: Fix leak of BN_CTXTomas Mraz
2021-10-11Bugfix: unsafe return check of EVP_PKEY_fromdataPW Hu
2021-10-11Bugfix: unsafe return check of EVP_PKEY_fromdata_initPW Hu
2021-09-03Fix double free in EVP_PKEY_CTX_dup()slontis
2021-08-26EVP_DigestSign/VerifyFinal: Duplicate the pctx to allow multiple callsTomas Mraz
2021-08-18EVP_PKEY_get_utf8_string_param(): ensure the string is NUL terminatedRichard Levitte
2021-08-16s390x: AES OFB/CFB: Maintain running IV from cipher contextIngo Franzki
2021-08-16Multiple fixes for getting pub key from legacy DH PKEYTomas Mraz
2021-08-11EVP_CIPHER_CTX_set_key_length: Raise error when key length is not settableTomas Mraz
2021-08-05ctrls: add missing control string translation for key -> priv for HMACPauli
2021-07-28Don't try and load the config file while already loading the config fileMatt Caswell
2021-07-28Fix EVP_MD_meth_dup and EVP_CIPHER_meth_dupMatt Caswell
2021-07-27Mark the EVP_PKEY_METHOD arg as const on some EVP_PKEY_meth_get_*() funcsMatt Caswell
2021-07-26EVP: Add EVP_PKEY_get0_provider() and EVP_PKEY_CTX_get0_provider()Richard Levitte
2021-07-23Fix potential problems with EVP_PKEY_CTX_new() with engine setTomas Mraz
2021-07-23do_sigver_init: Add missing ERR_clear_last_mark()Tomas Mraz
2021-07-22Fix custom EVP_PKEY_METHOD implementations where no engine is presentMatt Caswell
2021-07-15Split bignum code out of the sparcv9cap.cTomas Mraz
2021-07-15evp: constify some OSSL_PARAM argumentsPauli
2021-07-15Make EVP_PKEY_check() be an alias for EVP_PKEY_pairwise_check()Tomas Mraz
2021-07-08evp: detect and raise an error if no digest is found for a sign/verify operationPauli
2021-07-08Fix compile warning with GCC 11.Juergen Christ
2021-07-06fips module header inclusion fine-tunningTomas Mraz
2021-06-30evp: fix coverity 1473380 Copy into fixed size buffer (STRING_OVERFLOW)Pauli
2021-06-29EVP: Have EVP_PKCS82PKEY_ex() pass a correct selection to OSSL_DECODERRichard Levitte
2021-06-29ENCODER & DECODER: Make a tighter coupling between en/decoders and keymgmtRichard Levitte
2021-06-23EVP: Change the output size type of EVP_Q_digest() and EVP_Q_mac()Richard Levitte
2021-06-17Update copyright yearMatt Caswell
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