summaryrefslogtreecommitdiffstats
path: root/crypto/evp/ctrl_params_translate.c
AgeCommit message (Expand)Author
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