summaryrefslogtreecommitdiffstats
path: root/crypto/evp
AgeCommit message (Expand)Author
2024-06-04Copyright year updatesTomas Mraz
2024-04-17Handle empty param in EVP_PKEY_CTX_add1_hkdf_infotrinity-1686a
2024-04-09Fix EVP_PKEY_CTX_add1_hkdf_info() behaviorTodd Short
2024-03-15Fix unbounded memory growth when using no-cached-fetchMatt Caswell
2024-01-31Fix error reporting in EVP_PKEY_{sign,verify,verify_recover}Richard Levitte
2024-01-30Copyright year updatesMatt Caswell
2024-01-12Fix partial block encryption in cfb and ofb for s390x (legacy)Holger Dengler
2024-01-11evp_fetch.c: Check meth_id instead of name_idsashan
2024-01-01gate calling of evp_method_id on having a non-zero name idNeil Horman
2023-10-24Copyright year updatesMatt Caswell
2023-10-24evp: process key length and iv length early if presentPauli
2023-10-24rand: fix seeding from a weak entropy sourceMatthias St. Pierre
2023-10-17EVP shake_ctrl(): add missing NULL evp_ctx checkDr. David von Oheimb
2023-10-05Optimize out unneeded up_ref/free of EVP_CIPHERTomas Mraz
2023-10-04Restore the meaning of EVP_PKEY_print_private()Richard Levitte
2023-09-22no-engine: fix signing with legacy app method based keysMatthias St. Pierre
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-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-06-01Ignore the fetch error when a legacy algorithm is foundYuri Penkin
2023-05-30Update copyright yearTomas Mraz
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-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-27`EVP_PKEY_CTX_dup` segmentation fault fixafshinpir
2023-03-15Add missing assignment to EVP_get_digestbynid()ndossche
2023-03-14Update copyright yearMatt Caswell
2023-03-06Improve the performance of EVP_PKCS82PKEY_exMatt Caswell
2023-03-06Fix cast.Pauli
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-01Update copyright yearTomas Mraz
2022-11-24Add SM2 support for EVP_PKEY_Q_keygenJiaxun Yang
2022-11-23crypto: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY
2022-11-23ERR: replace remnant ECerr() and EVPerr() calls in crypto/Dr. David von Oheimb
2022-11-21Fix code format: BLOCK_CIPHER_customJiuhai Zhang
2022-11-21add support for SHA-3 based PRF to PBES2Hubert Kario
2022-11-21evp_md: assert digest is provided for algctx reuseBenjamin Kaduk
2022-11-21Remove the _fetch_by_number functionsPauli
2022-11-21Remove duplicated #include headersJHH20