aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp
Commit message (Expand)AuthorAgeFilesLines
* Fix EVP_PKEY_CTX_add1_hkdf_info() behaviorTodd Short2024-04-091-1/+64
* Copyright year updatesRichard Levitte2024-04-0911-11/+11
* Fix unbounded memory growth when using no-cached-fetchMatt Caswell2024-03-152-2/+15
* Fix new typos found by codespellDimitri Papadopoulos2024-02-141-1/+1
* Fix error reporting in EVP_PKEY_{sign,verify,verify_recover}Richard Levitte2024-01-311-8/+23
* Add appropriate NULL checks in EVP_CIPHER apiNeil Horman2024-01-253-9/+31
* Move discovery of the legacy alg type into the keymgmtMatt Caswell2024-01-153-19/+32
* Fix partial block encryption in cfb and ofb for s390x (legacy)Holger Dengler2024-01-121-10/+4
* evp_fetch.c: Check meth_id instead of name_idsashan2024-01-111-1/+1
* gate calling of evp_method_id on having a non-zero name idNeil Horman2024-01-011-4/+17
* Fix new typos found by codespellDimitri Papadopoulos2023-12-291-1/+1
* Add EVP_DigestSqueeze() API.slontis2023-11-102-3/+37
* internal/common.h: rename macro `(un)likely` to `ossl_(un)likely`Matthias St. Pierre2023-11-031-12/+12
* EVP_PKEY_get_{bits,security_bits,size}(): add missing error queue entry on fa...Dr. David von Oheimb2023-10-262-4/+20
* Blake2b: Use OSSL_DIGEST_PARAM_SIZE as settable instead of XOFLENTomas Mraz2023-10-251-0/+9
* evp: process key length and iv length early if presentPauli2023-10-241-0/+36
* rand: fix seeding from a weak entropy sourceMatthias St. Pierre2023-10-241-0/+68
* EVP shake_ctrl(): add missing NULL evp_ctx checkDr. David von Oheimb2023-10-171-1/+5
* Restore the meaning of EVP_PKEY_print_private()Richard Levitte2023-10-041-1/+1
* Optimize out unneeded up_ref/free of EVP_CIPHERTomas Mraz2023-09-291-1/+6
* Copyright year updatesMatt Caswell2023-09-283-3/+3
* no-engine: fix signing with legacy app method based keysMatthias St. Pierre2023-09-221-2/+3
* Have legacy blake2 EVP structure use base blake2 implementationRichard Levitte2023-09-141-4/+24
* Fix typos found by codespellDimitri Papadopoulos2023-09-131-1/+1
* "foo * bar" should be "foo *bar"Dimitri Papadopoulos2023-09-111-1/+1
* Copyright year updatesMatt Caswell2023-09-0728-28/+28
* Allow RSA-PSS also in EVP_PKEY_assign() and EVP_PKEY_can_sign()Ingo Franzki2023-08-241-0/+2
* ctrl_params_translate: Allow get_rsa_payload_x() also for RSA-PSSIngo Franzki2023-08-241-6/+12
* ctrl_params_translate: Allow RSA controls also for RSA-PSSIngo Franzki2023-08-241-2/+2
* Remove include/internal/decoder.h, as it's superfluousRichard Levitte2023-08-151-1/+1
* Don't use C++ reserved word template for function argumentsMscVZoltan2023-08-101-2/+2
* bio: pass flags on BIO_ctrl to make flush retriableihciah2023-08-043-0/+3
* Fix typos found by codespellDimitri Papadopoulos2023-07-181-1/+1
* Fix int_ctx_new() error when use 1.1.1n sm2 key and ec method enginelan11202023-07-181-0/+1
* Fix RSA OAEP set/get label for legacy engineljuzwiuk2023-07-171-4/+7
* Optimise PKEY decodersMatt Caswell2023-07-171-2/+8
* use '__builtin_expect' to improve EVP_EncryptUpdate performance for gcc/clang.Liu-ErMeng2023-07-131-12/+12
* Remove unused internal functionsatishkov2023-07-071-65/+0
* fix memory allocation and reference counting issuesPauli2023-07-051-1/+4
* evp: update to structure based atomicsPauli2023-07-0114-95/+62
* configure: introduce no-ecx to remove ECX related featureYi Li2023-06-142-5/+3
* Ignore the fetch error when a legacy algorithm is foundYuri Penkin2023-06-011-0/+3
* CMS, PKCS7, and CRMF: simplify use of EVP_PKEY_decrypt() by helper functionDr. David von Oheimb2023-05-301-0/+18
* Don't take a write lock when freeing an EVP_PKEYMatt Caswell2023-05-292-8/+4
* Fix incorrect parameter verification in EVP_MD_CTX_get_paramslan11202023-05-241-1/+1
* Fixed EVP_PKEY_CTX_set_ec_paramgen_curve_nid() for SM2 in ENGINEsYuan, Shuai2023-05-152-1/+43
* Fixed TLS1.3 handshake issue for legacy engine API.Yuan, Shuai2023-05-111-0/+4
* param->ctrl translation: Fix evp_pkey_ctx_setget_params_to_ctrl()Richard Levitte2023-05-011-0/+1
* param->ctrl translation: Fix fix_ec_paramgen_curve_nid()Richard Levitte2023-05-011-1/+14
* pbe: sort stack before using findPauli2023-05-011-0/+2