summaryrefslogtreecommitdiffstats
path: root/crypto/evp
AgeCommit message (Expand)Author
2022-06-21Update copyright yearMatt Caswell
2022-06-15Fix a mem leak in evp_pkey_export_to_providerK1
2022-06-10Check return of BIO_new() and always free pkey from evp_pkey_copy_downgraded()Tomas Mraz
2022-06-08Fix a mem leak in evp_pkey_copy_downgraded()Matt Caswell
2022-06-02Fix possible null pointer dereference of evp_pkey_get_legacy()Zhou Qingyang
2022-05-27Fix the incorrect checks of EVP_CIPHER_CTX_set_key_lengthPeiwei Hu
2022-05-26Fix the defective check of EVP_PKEY_get_paramsPeiwei Hu
2022-05-24Fix check of EVP_CIPHER_CTX_ctrlPeiwei Hu
2022-05-13Always try locale initialization from OPENSSL_strcasecmpTomas Mraz
2022-05-13int_ctx_new(): Revert extra ossl_init_casecmp callTomas Mraz
2022-05-09EVP_PKEY_Q_keygen: Call OPENSSL_init_crypto to init strcasecmpTomas Mraz
2022-05-05Make it possible to remove methods by the provider that provides themRichard Levitte
2022-05-05Don't empty the method store when flushing the query cacheRichard Levitte
2022-05-03Update copyright yearMatt Caswell
2022-05-02fix_dh_paramgen_type: Avoid crash with invalid paramgen typeTomas Mraz
2022-04-26Ensure we initialized the locale before evp_pkey_name2typeDmitry Belyavskiy
2022-04-21str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy
2022-04-11Crypto/evp: Fix null pointer dereferenceyuanjungong
2022-04-03Fix Coverity 1503096: out-of-bounds accessPauli
2022-03-15Update copyright yearMatt Caswell
2022-03-15Fix signed integer overflow in evp_encHugo Landau
2022-03-15Fixed typo in inner_evp_generic_fetch() error handlingOliver Roberts
2022-03-15EVP_MD performance fix (refcount cache contention)Hugo Landau
2022-03-08fetch: convert a NULL property query to ""Pauli
2022-02-03Fix copyrightsTodd Short
2022-01-17Properly return error on EVP_PKEY_CTX_set_dh_nid and EVP_PKEY_CTX_set_dhx_rfc...Tomas Mraz
2022-01-14EVP: fix evp_keymgmt_util_match so that it actually tries cross export the ot...manison
2022-01-13Clear md_data only when necessaryMatt Caswell
2022-01-13drop unused callback variableGerd Hoffmann
2022-01-12EVP_DigestSignFinal: *siglen should not be read if sigret == NULLTomas Mraz
2022-01-10Fix a leak in EVP_DigestInit_ex()Matt Caswell
2022-01-10Ensure that MDs created via EVP_MD_meth_new() go down the legacy routeMatt Caswell
2022-01-10EVP_PKEY_derive_set_peer_ex: Export the peer key to proper keymgmtTomas Mraz
2022-01-07EVP_PKEY_fromdata(): Do not return newly allocated pkey on failureTomas Mraz
2021-12-17evp: address a use after free state when using HMAC and MD copy.Pauli
2021-12-13Fix EVP_PKEY_eq() to be possible to use with strictly private keysRichard Levitte
2021-11-27Fix EVP_PKEY_CTX_get_rsa_pss_saltlen() not returning a valueTom Cosgrove
2021-11-24EVP_MD_CTX_copy_ex: Allow copying uninitialized digest contextsTomas Mraz
2021-11-15Add null digest implementation to the default providerTomas Mraz
2021-11-12do_sigver_init: Allow reinitialization of an existing operation.Tomas Mraz
2021-11-08Address coverity 1493382 argument cannot be negativePauli
2021-11-08Address Coverity 1493387 Logically dead codePauli
2021-11-07avoid a NULL dereference when getting digestPauli
2021-11-05Fix for a segv interrupt that occurs when fix_dh_rfc5114 is called withPhil Mesnier
2021-11-02Fix incorrect return check of BN_bn2nativepadPW Hu
2021-10-27CORE: Encure that cached fetches can be done per providerRichard Levitte
2021-10-27EVP: For all operations that use an EVP_PKEY, check that there is oneRichard Levitte
2021-10-27EVP: Allow a fallback for operations that work with an EVP_PKEYRichard Levitte
2021-10-27EVP: Add internal functions to fetch type specific EVP methods from providerRichard Levitte
2021-10-27EVP: Reverse the fetch logic in all pkey using functionalityRichard Levitte