summaryrefslogtreecommitdiffstats
path: root/crypto/evp
AgeCommit message (Expand)Author
2022-05-18add support for SHA-3 based PRF to PBES2Hubert Kario
2022-05-13Always try locale initialization from OPENSSL_strcasecmpTomas Mraz
2022-05-13int_ctx_new(): Revert extra OPENSSL_init_crypto() callTomas Mraz
2022-05-08evp_md: assert digest is provided for algctx reuseBenjamin Kaduk
2022-05-09EVP_PKEY_Q_keygen: Call OPENSSL_init_crypto to init strcasecmpTomas Mraz
2022-05-08Fix Coverity 1201740 & 1201712: uninitialised valuesPauli
2022-05-06Fix Coverity 1503322, 1503324, 1503328 memory accessesPauli
2022-05-06Fix Coverity 1503325 use after freePauli
2022-05-06Remove the _fetch_by_number functionsPauli
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-04Remove duplicated #include headersJHH20
2022-05-03Update copyright yearMatt Caswell
2022-05-02fix_dh_paramgen_type: Avoid crash with invalid paramgen typeTomas Mraz
2022-05-02evp_md_init_internal: Avoid reallocating algctx if digest unchangedTomas Mraz
2022-04-29Ensure we initialized the locale before evp_pkey_name2typeDmitry Belyavskiy
2022-04-22str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy
2022-04-12SM4 optimization for ARM by ASIMDDaniel Hu
2022-04-11Crypto/evp: Fix null pointer dereferenceyuanjungong
2022-04-03Fix Coverity 1503096: out-of-bounds accessPauli
2022-04-01Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATAHugo Landau
2022-03-30Use safe math to computer sizes.Pauli
2022-03-15Fix signed integer overflow in evp_encHugo Landau
2022-03-15Fixed typo in inner_evp_generic_fetch() error handlingOliver Roberts
2022-03-15Fix IV length caching in EVP encryption codeHugo Landau
2022-03-13EVP_MD performance fix (refcount cache contention)Hugo Landau
2022-02-28fetch: convert a NULL property query to ""Pauli
2022-02-18enc : add support for wrap modeEasySec
2022-02-07evp enc: cache cipher key lengthPauli
2022-02-07evp enc: cache cipher IV lengthPauli
2022-02-07aes: avoid accessing key length field directlyPauli
2022-02-05Move e_os.h to include/internalRichard Levitte
2022-02-03Fix copyrightsTodd Short
2022-01-19Add context dup functions for digests and ciphersPauli
2022-01-18SM4 optimization for ARM by HW instructionDaniel Hu
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
2022-01-05Fix typosDimitris Apostolou
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