summaryrefslogtreecommitdiff
path: root/crypto/evp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix the defective check of EVP_PKEY_get_paramsPeiwei Hu2022-05-261-2/+2
* Fix check of EVP_CIPHER_CTX_ctrlPeiwei Hu2022-05-241-1/+1
* add support for SHA-3 based PRF to PBES2Hubert Kario2022-05-181-0/+4
* Always try locale initialization from OPENSSL_strcasecmpTomas Mraz2022-05-131-2/+0
* int_ctx_new(): Revert extra OPENSSL_init_crypto() callTomas Mraz2022-05-131-2/+1
* evp_md: assert digest is provided for algctx reuseBenjamin Kaduk2022-05-081-2/+9
* EVP_PKEY_Q_keygen: Call OPENSSL_init_crypto to init strcasecmpTomas Mraz2022-05-091-0/+7
* Fix Coverity 1201740 & 1201712: uninitialised valuesPauli2022-05-082-2/+4
* Fix Coverity 1503322, 1503324, 1503328 memory accessesPauli2022-05-061-0/+6
* Fix Coverity 1503325 use after freePauli2022-05-061-0/+2
* Remove the _fetch_by_number functionsPauli2022-05-063-64/+8
* Make it possible to remove methods by the provider that provides themRichard Levitte2022-05-051-0/+10
* Don't empty the method store when flushing the query cacheRichard Levitte2022-05-051-3/+3
* Remove duplicated #include headersJHH202022-05-042-2/+0
* Update copyright yearMatt Caswell2022-05-0318-18/+18
* fix_dh_paramgen_type: Avoid crash with invalid paramgen typeTomas Mraz2022-05-021-1/+5
* evp_md_init_internal: Avoid reallocating algctx if digest unchangedTomas Mraz2022-05-022-24/+22
* Ensure we initialized the locale before evp_pkey_name2typeDmitry Belyavskiy2022-04-291-1/+2
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-224-18/+15
* SM4 optimization for ARM by ASIMDDaniel Hu2022-04-121-0/+24
* Crypto/evp: Fix null pointer dereferenceyuanjungong2022-04-111-0/+2
* Fix Coverity 1503096: out-of-bounds accessPauli2022-04-031-3/+8
* Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATAHugo Landau2022-04-011-20/+1
* Use safe math to computer sizes.Pauli2022-03-301-2/+5
* Fix signed integer overflow in evp_encHugo Landau2022-03-151-6/+7
* Fixed typo in inner_evp_generic_fetch() error handlingOliver Roberts2022-03-151-1/+1
* Fix IV length caching in EVP encryption codeHugo Landau2022-03-151-6/+15
* EVP_MD performance fix (refcount cache contention)Hugo Landau2022-03-132-12/+22
* fetch: convert a NULL property query to ""Pauli2022-02-281-4/+4
* enc : add support for wrap modeEasySec2022-02-181-0/+3
* evp enc: cache cipher key lengthPauli2022-02-072-13/+44
* evp enc: cache cipher IV lengthPauli2022-02-073-17/+37
* aes: avoid accessing key length field directlyPauli2022-02-072-104/+224
* Move e_os.h to include/internalRichard Levitte2022-02-054-4/+4
* Fix copyrightsTodd Short2022-02-031-0/+9
* Add context dup functions for digests and ciphersPauli2022-01-192-0/+22
* SM4 optimization for ARM by HW instructionDaniel Hu2022-01-181-49/+144
* Properly return error on EVP_PKEY_CTX_set_dh_nid and EVP_PKEY_CTX_set_dhx_rfc...Tomas Mraz2022-01-171-6/+17
* EVP: fix evp_keymgmt_util_match so that it actually tries cross export the ot...manison2022-01-141-1/+1
* Clear md_data only when necessaryMatt Caswell2022-01-131-2/+3
* drop unused callback variableGerd Hoffmann2022-01-131-1/+0
* EVP_DigestSignFinal: *siglen should not be read if sigret == NULLTomas Mraz2022-01-121-2/+2
* Fix a leak in EVP_DigestInit_ex()Matt Caswell2022-01-101-14/+17
* Ensure that MDs created via EVP_MD_meth_new() go down the legacy routeMatt Caswell2022-01-101-1/+2
* EVP_PKEY_derive_set_peer_ex: Export the peer key to proper keymgmtTomas Mraz2022-01-101-3/+21
* EVP_PKEY_fromdata(): Do not return newly allocated pkey on failureTomas Mraz2022-01-071-2/+8
* Fix typosDimitris Apostolou2022-01-052-2/+2
* evp: address a use after free state when using HMAC and MD copy.Pauli2021-12-171-1/+2
* Fix EVP_PKEY_eq() to be possible to use with strictly private keysRichard Levitte2021-12-131-1/+1
* Fix EVP_PKEY_CTX_get_rsa_pss_saltlen() not returning a valueTom Cosgrove2021-11-271-5/+7