From b0aae913246af1d07e728d24f53f55028f61c696 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Mon, 22 Feb 2021 12:55:25 -0500 Subject: Remove RSA SSLv23 padding mode Reviewed-by: Kurt Roeckx Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/14248) --- doc/man3/EVP_PKEY_CTX_ctrl.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/man3/EVP_PKEY_CTX_ctrl.pod') diff --git a/doc/man3/EVP_PKEY_CTX_ctrl.pod b/doc/man3/EVP_PKEY_CTX_ctrl.pod index 54e4f5506e..37630920c0 100644 --- a/doc/man3/EVP_PKEY_CTX_ctrl.pod +++ b/doc/man3/EVP_PKEY_CTX_ctrl.pod @@ -249,7 +249,7 @@ terminating NUL byte. EVP_PKEY_CTX_set_rsa_padding() sets the RSA padding mode for I. The I parameter can take the value B for PKCS#1 -padding, B for SSLv23 padding, B for +padding, B for no padding, B for OAEP padding (encrypt and decrypt only), B for X9.31 padding (signature operations only), B (sign and verify only) and -- cgit v1.2.3