summaryrefslogtreecommitdiff
path: root/crypto/evp/ctrl_params_translate.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed EVP_PKEY_CTX_set_ec_paramgen_curve_nid() for SM2 in ENGINEsYuan, Shuai2023-05-151-0/+40
* 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
* Coverity 1524597: null pointer dereferencePauli2023-03-301-7/+11
* translation: EC legacy keys, handle OSSL_PKEY_PARAM_EC_PUB_X,Y requestsJorge Ramirez-Ortiz2023-03-271-0/+60
* Fix error check on default_check() helper functionndossche2023-02-081-1/+1
* rsa: Add option to disable implicit rejectionHubert Kario2022-12-121-0/+6
* Add translation for ECX group parameterJuergen Christ2022-10-131-1/+36
* crypto: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY2022-10-121-1/+1
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-4/+2
* Update copyright yearMatt Caswell2022-05-031-1/+1
* fix_dh_paramgen_type: Avoid crash with invalid paramgen typeTomas Mraz2022-05-021-1/+5
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-221-6/+6
* Move e_os.h to include/internalRichard Levitte2022-02-051-1/+1
* Properly return error on EVP_PKEY_CTX_set_dh_nid and EVP_PKEY_CTX_set_dhx_rfc...Tomas Mraz2022-01-171-6/+17
* Fix typosDimitris Apostolou2022-01-051-1/+1
* Fix EVP_PKEY_CTX_get_rsa_pss_saltlen() not returning a valueTom Cosgrove2021-11-271-5/+7
* Fix for a segv interrupt that occurs when fix_dh_rfc5114 is called withPhil Mesnier2021-11-051-2/+14
* Fix incorrect return check of BN_bn2nativepadPW Hu2021-11-011-2/+2
* ctrl_params_translate: Fix leak of BN_CTXTomas Mraz2021-10-121-0/+3
* Multiple fixes for getting pub key from legacy DH PKEYTomas Mraz2021-08-161-5/+18
* ctrls: add missing control string translation for key -> priv for HMACPauli2021-08-051-1/+1
* Fix compile warning with GCC 11.Juergen Christ2021-07-081-1/+1
* evp: fix coverity 1473380 Copy into fixed size buffer (STRING_OVERFLOW)Pauli2021-06-301-1/+3
* evp: fix Coverity 1485669 improper use of negative valuePauli2021-06-081-0/+4
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-14/+14
* Teach EVP_PKEYs to say whether they were decoded from explicit paramsMatt Caswell2021-05-311-0/+39
* Rename the field 'provctx and data' to 'algctx' inside some objects containingShane Lontis2021-05-241-4/+4
* Constify EVP_PKEY_CTX_set_params(), EVP_PKEY_CTX_{set,get}table_params(), etc.Dr. David von Oheimb2021-05-111-2/+2
* Add convenience functions and macros for asymmetric key generationDr. David von Oheimb2021-05-111-1/+1
* Fixes related to separation of DH and DHX typesShane Lontis2021-04-261-43/+61
* Modify OBJ_nid2sn(OBJ_obj2nid(...)) occurences to use OBJ_obj2txt()Richard Levitte2021-04-181-1/+2
* SipHash: Fix CTRL API for the digest size.Pauli2021-04-161-0/+8
* Deprecate the EVP_PKEY controls for CMS and PKCS#7Tomas Mraz2021-04-061-38/+0
* EVP_PKEY_CTRL_CIPHER can be used with encrypt/decrypt with GOSTTomas Mraz2021-04-011-1/+1
* EVP: One stray comma removed in crypto/evp/ctrl_params_translate.cRichard Levitte2021-03-311-1/+1
* evp: fix coverity 1473380: copy into fixed size bufferPauli2021-03-211-1/+1
* evp: fix coverity 1473381 - dereference after null checkPauli2021-03-201-2/+8
* Reword repeated words.Shane Lontis2021-03-091-1/+1
* Make the EVP_PKEY_get0* functions have a const return typeMatt Caswell2021-03-081-4/+4
* Remove RSA SSLv23 padding modeRich Salz2021-03-011-1/+0
* Fix external symbols related to ec & sm2 keysShane Lontis2021-02-261-5/+5
* Use strcasecmp when comparing kdf_typeTomas Mraz2021-02-241-1/+1
* EVP: Adapt the RSA specific EVP_PKEY_CTX setter / getter functionsRichard Levitte2021-02-231-1/+5
* EVP: Implement data-driven translation between known ctrl and OSSL_PARAMsRichard Levitte2021-02-231-0/+2685