summaryrefslogtreecommitdiffstats
path: root/crypto/evp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Erase temporary buffer in EVP_PKEY_get_bn_param()Anatolii Lishchynskyi2023-04-041-1/+8
* Avoid calling into provider with the same iv_len or key_lenTomas Mraz2023-04-031-0/+8
* Incorrect null pointer checkafshinpir2023-03-311-1/+1
* Coverity 1524597: null pointer dereferencePauli2023-03-301-7/+11
* `EVP_PKEY_CTX_dup` segmentation fault fixafshinpir2023-03-271-8/+20
* translation: EC legacy keys, handle OSSL_PKEY_PARAM_EC_PUB_X,Y requestsJorge Ramirez-Ortiz2023-03-271-0/+60
* Add a flag so finalised contexts are not reusedSimo Sorce2023-03-142-9/+74
* Do not fail if ctx dup does not succeedSimo Sorce2023-03-143-20/+21
* Add missing assignment to EVP_get_digestbynid()ndossche2023-03-141-1/+1
* Improve the performance of EVP_PKCS82PKEY_exMatt Caswell2023-03-061-1/+22
* Fix cast.Pauli2023-03-051-1/+1