summaryrefslogtreecommitdiffstats
path: root/crypto/evp/ctrl_params_translate.c
AgeCommit message (Expand)Author
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-17Fix RSA OAEP set/get label for legacy engineljuzwiuk
2023-05-30Update copyright yearTomas Mraz
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-02-08Fix error check on default_check() helper functionndossche
2022-10-13Add translation for ECX group parameterJuergen Christ
2022-05-02fix_dh_paramgen_type: Avoid crash with invalid paramgen typeTomas Mraz
2022-04-21str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy
2022-03-15Update copyright yearMatt Caswell
2022-01-17Properly return error on EVP_PKEY_CTX_set_dh_nid and EVP_PKEY_CTX_set_dhx_rfc...Tomas Mraz
2021-11-27Fix EVP_PKEY_CTX_get_rsa_pss_saltlen() not returning a valueTom Cosgrove
2021-11-05Fix for a segv interrupt that occurs when fix_dh_rfc5114 is called withPhil Mesnier
2021-11-02Fix incorrect return check of BN_bn2nativepadPW Hu
2021-10-12ctrl_params_translate: Fix leak of BN_CTXTomas Mraz
2021-08-16Multiple fixes for getting pub key from legacy DH PKEYTomas Mraz
2021-08-05ctrls: add missing control string translation for key -> priv for HMACPauli
2021-07-08Fix compile warning with GCC 11.Juergen Christ
2021-06-30evp: fix coverity 1473380 Copy into fixed size buffer (STRING_OVERFLOW)Pauli
2021-06-08evp: fix Coverity 1485669 improper use of negative valuePauli
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-31Teach EVP_PKEYs to say whether they were decoded from explicit paramsMatt Caswell
2021-05-24Rename the field 'provctx and data' to 'algctx' inside some objects containingShane Lontis
2021-05-11Constify EVP_PKEY_CTX_set_params(), EVP_PKEY_CTX_{set,get}table_params(), etc.Dr. David von Oheimb
2021-05-11Add convenience functions and macros for asymmetric key generationDr. David von Oheimb
2021-04-26Fixes related to separation of DH and DHX typesShane Lontis
2021-04-18Modify OBJ_nid2sn(OBJ_obj2nid(...)) occurences to use OBJ_obj2txt()Richard Levitte
2021-04-16SipHash: Fix CTRL API for the digest size.Pauli
2021-04-06Deprecate the EVP_PKEY controls for CMS and PKCS#7Tomas Mraz
2021-04-01EVP_PKEY_CTRL_CIPHER can be used with encrypt/decrypt with GOSTTomas Mraz
2021-03-31EVP: One stray comma removed in crypto/evp/ctrl_params_translate.cRichard Levitte
2021-03-21evp: fix coverity 1473380: copy into fixed size bufferPauli
2021-03-20evp: fix coverity 1473381 - dereference after null checkPauli
2021-03-09Reword repeated words.Shane Lontis
2021-03-08Make the EVP_PKEY_get0* functions have a const return typeMatt Caswell
2021-03-01Remove RSA SSLv23 padding modeRich Salz
2021-02-26Fix external symbols related to ec & sm2 keysShane Lontis
2021-02-24Use strcasecmp when comparing kdf_typeTomas Mraz
2021-02-23EVP: Adapt the RSA specific EVP_PKEY_CTX setter / getter functionsRichard Levitte
2021-02-23EVP: Implement data-driven translation between known ctrl and OSSL_PARAMsRichard Levitte