summaryrefslogtreecommitdiffstats
path: root/crypto/evp
AgeCommit message (Expand)Author
2023-08-24Allow RSA-PSS also in EVP_PKEY_assign() and EVP_PKEY_can_sign()Ingo Franzki
2023-08-24ctrl_params_translate: Allow get_rsa_payload_x() also for RSA-PSSIngo Franzki
2023-08-24ctrl_params_translate: Allow RSA controls also for RSA-PSSIngo Franzki
2023-08-15Remove include/internal/decoder.h, as it's superfluousRichard Levitte
2023-08-10Don't use C++ reserved word template for function argumentsMscVZoltan
2023-08-04bio: pass flags on BIO_ctrl to make flush retriableihciah
2023-07-18Fix typos found by codespellDimitri Papadopoulos
2023-07-18Fix int_ctx_new() error when use 1.1.1n sm2 key and ec method enginelan1120
2023-07-17Fix RSA OAEP set/get label for legacy engineljuzwiuk
2023-07-17Optimise PKEY decodersMatt Caswell
2023-07-13use '__builtin_expect' to improve EVP_EncryptUpdate performance for gcc/clang.Liu-ErMeng
2023-07-07Remove unused internal functionsatishkov
2023-07-05fix memory allocation and reference counting issuesPauli
2023-07-01evp: update to structure based atomicsPauli
2023-06-14configure: introduce no-ecx to remove ECX related featureYi Li
2023-06-01Ignore the fetch error when a legacy algorithm is foundYuri Penkin
2023-05-30CMS, PKCS7, and CRMF: simplify use of EVP_PKEY_decrypt() by helper functionDr. David von Oheimb
2023-05-29Don't take a write lock when freeing an EVP_PKEYMatt Caswell
2023-05-24Fix incorrect parameter verification in EVP_MD_CTX_get_paramslan1120
2023-05-15Fixed EVP_PKEY_CTX_set_ec_paramgen_curve_nid() for SM2 in ENGINEsYuan, Shuai
2023-05-11Fixed TLS1.3 handshake issue for legacy engine API.Yuan, Shuai
2023-05-01param->ctrl translation: Fix evp_pkey_ctx_setget_params_to_ctrl()Richard Levitte
2023-05-01param->ctrl translation: Fix fix_ec_paramgen_curve_nid()Richard Levitte
2023-05-01pbe: sort stack before using findPauli
2023-04-04Erase temporary buffer in EVP_PKEY_get_bn_param()Anatolii Lishchynskyi
2023-04-03Avoid calling into provider with the same iv_len or key_lenTomas Mraz
2023-03-31Incorrect null pointer checkafshinpir
2023-03-30Coverity 1524597: null pointer dereferencePauli
2023-03-27`EVP_PKEY_CTX_dup` segmentation fault fixafshinpir
2023-03-27translation: EC legacy keys, handle OSSL_PKEY_PARAM_EC_PUB_X,Y requestsJorge Ramirez-Ortiz
2023-03-15Add a flag so finalised contexts are not reusedSimo Sorce
2023-03-15Do not fail if ctx dup does not succeedSimo Sorce
2023-03-15Add missing assignment to EVP_get_digestbynid()ndossche
2023-03-06Improve the performance of EVP_PKCS82PKEY_exMatt Caswell
2023-03-06Fix cast.Pauli
2023-02-24Add OSSL_FUNC_keymgmt_im/export_types function that gets the provider contextIngo Franzki
2023-02-23Fix potential NULL pointer dereference in function evp_pkey_asn1_ctrlzhailiangliang
2023-02-08Fix error check on default_check() helper functionndossche
2023-01-25Fix incomplete checks for EVP_CIPHER_asn1_to_paramNiels Dossche
2022-12-22Fix BIO_f_cipher() flushingMatt Caswell
2022-12-16Refine the documents of several APIsPeiwei Hu
2022-12-12rsa: Add option to disable implicit rejectionHubert Kario
2022-11-24Add SM2 support for EVP_PKEY_Q_keygenJiaxun Yang
2022-11-15Propagate selection all the way on key exportSimo Sorce
2022-11-02rand: add set0 calls for the private and public DRBGsPauli
2022-10-13Add translation for ECX group parameterJuergen Christ
2022-10-12crypto: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-10-03Ensure we call the cleanup() function when cleaning an EVP_CIPHER_CTXMatt Caswell
2022-10-03Fix usage of custom EVP_CIPHER objectsMatt Caswell