aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp
Commit message (Expand)AuthorAgeFilesLines
* 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-152-9/+74
* Do not fail if ctx dup does not succeedSimo Sorce2023-03-153-20/+21
* Add missing assignment to EVP_get_digestbynid()ndossche2023-03-151-1/+1
* Improve the performance of EVP_PKCS82PKEY_exMatt Caswell2023-03-061-1/+22
* Fix cast.Pauli2023-03-061-1/+1
* Add OSSL_FUNC_keymgmt_im/export_types function that gets the provider contextIngo Franzki2023-02-242-2/+33
* Fix potential NULL pointer dereference in function evp_pkey_asn1_ctrlzhailiangliang2023-02-231-2/+8
* Fix error check on default_check() helper functionndossche2023-02-081-1/+1
* Fix incomplete checks for EVP_CIPHER_asn1_to_paramNiels Dossche2023-01-252-2/+2
* Fix BIO_f_cipher() flushingMatt Caswell2022-12-221-1/+8
* Refine the documents of several APIsPeiwei Hu2022-12-161-2/+2
* rsa: Add option to disable implicit rejectionHubert Kario2022-12-121-0/+6
* Add SM2 support for EVP_PKEY_Q_keygenJiaxun Yang2022-11-241-1/+2
* Propagate selection all the way on key exportSimo Sorce2022-11-152-16/+25
* rand: add set0 calls for the private and public DRBGsPauli2022-11-021-2/+2
* Add translation for ECX group parameterJuergen Christ2022-10-131-1/+36
* crypto: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY2022-10-123-5/+5
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-0529-133/+83
* Ensure we call the cleanup() function when cleaning an EVP_CIPHER_CTXMatt Caswell2022-10-031-0/+2