ssl/statem: Replace size_t with int and add the checks
[openssl.git] / crypto / evp / ctrl_params_translate.c
2023-09-07 Matt CaswellCopyright year updates
2023-08-24 Ingo Franzkictrl_params_translate: Allow get_rsa_payload_x() also...
2023-08-24 Ingo Franzkictrl_params_translate: Allow RSA controls also for...
2023-07-18 Dimitri PapadopoulosFix typos found by codespell
2023-07-16 ljuzwiukFix RSA OAEP set/get label for legacy engine
2023-05-15 Yuan, ShuaiFixed EVP_PKEY_CTX_set_ec_paramgen_curve_nid() for...
2023-05-11 Yuan, ShuaiFixed TLS1.3 handshake issue for legacy engine API.
2023-05-01 Richard Levitteparam->ctrl translation: Fix evp_pkey_ctx_setget_params...
2023-05-01 Richard Levitteparam->ctrl translation: Fix fix_ec_paramgen_curve_nid()
2023-03-30 PauliCoverity 1524597: null pointer dereference
2023-03-27 Jorge Ramirez-Ortiztranslation: EC legacy keys, handle OSSL_PKEY_PARAM_EC_...
2023-02-08 ndosscheFix error check on default_check() helper function
2022-12-12 Hubert Kariorsa: Add option to disable implicit rejection
2022-10-13 Juergen ChristAdd translation for ECX group parameter
2022-10-12 FdaSilvaYYcrypto: Fix various typos, repeated words, align some...
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-05-03 Matt CaswellUpdate copyright year
2022-05-02 Tomas Mrazfix_dh_paramgen_type: Avoid crash with invalid paramgen...
2022-04-22 Dmitry Belyavskiystr[n]casecmp => OPENSSL_strncasecmp
2022-02-05 Richard LevitteMove e_os.h to include/internal
2022-01-17 Tomas MrazProperly return error on EVP_PKEY_CTX_set_dh_nid and...
2022-01-05 Dimitris ApostolouFix typos
2021-11-27 Tom CosgroveFix EVP_PKEY_CTX_get_rsa_pss_saltlen() not returning...
2021-11-05 Phil MesnierFix for a segv interrupt that occurs when fix_dh_rfc511...
2021-11-01 PW HuFix incorrect return check of BN_bn2nativepad
2021-10-12 Tomas Mrazctrl_params_translate: Fix leak of BN_CTX
2021-08-16 Tomas MrazMultiple fixes for getting pub key from legacy DH PKEY
2021-08-05 Paulictrls: add missing control string translation for key...
2021-07-08 Juergen ChristFix compile warning with GCC 11.
2021-06-30 Paulievp: fix coverity 1473380 Copy into fixed size buffer...
2021-06-08 Paulievp: fix Coverity 1485669 improper use of negative...
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-05-30 Matt CaswellTeach EVP_PKEYs to say whether they were decoded from...
2021-05-24 Shane LontisRename the field 'provctx and data' to 'algctx' inside...
2021-05-11 Dr. David von OheimbConstify EVP_PKEY_CTX_set_params(), EVP_PKEY_CTX_{set...
2021-05-11 Dr. David von OheimbAdd convenience functions and macros for asymmetric...
2021-04-26 Shane LontisFixes related to separation of DH and DHX types
2021-04-18 Richard LevitteModify OBJ_nid2sn(OBJ_obj2nid(...)) occurences to use...
2021-04-15 PauliSipHash: Fix CTRL API for the digest size.
2021-04-06 Tomas MrazDeprecate the EVP_PKEY controls for CMS and PKCS#7
2021-04-01 Tomas MrazEVP_PKEY_CTRL_CIPHER can be used with encrypt/decrypt...
2021-03-31 Richard LevitteEVP: One stray comma removed in crypto/evp/ctrl_params_...
2021-03-21 Paulievp: fix coverity 1473380: copy into fixed size buffer
2021-03-20 Paulievp: fix coverity 1473381 - dereference after null...
2021-03-09 Shane LontisReword repeated words.
2021-03-08 Matt CaswellMake the EVP_PKEY_get0* functions have a const return...
2021-03-01 Rich SalzRemove RSA SSLv23 padding mode
2021-02-26 Shane LontisFix external symbols related to ec & sm2 keys
2021-02-24 Tomas MrazUse strcasecmp when comparing kdf_type
2021-02-23 Richard LevitteEVP: Adapt the RSA specific EVP_PKEY_CTX setter / gette...
2021-02-23 Richard LevitteEVP: Implement data-driven translation between known...