diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2023-04-16 23:19:29 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2023-04-16 23:19:29 +0000 |
commit | fedd9e634bda92c50680d3bdfa121d5d77b6be2c (patch) | |
tree | 6558b11d61cc9ffa2f04cee410972b5c40c6f4a4 /lib/libcrypto | |
parent | 054a0af1bfb781776e3f8c61f742694544489184 (diff) |
Fix previous: add a missing and
Diffstat (limited to 'lib/libcrypto')
-rw-r--r-- | lib/libcrypto/man/RSA_pkey_ctx_ctrl.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libcrypto/man/RSA_pkey_ctx_ctrl.3 b/lib/libcrypto/man/RSA_pkey_ctx_ctrl.3 index 582581b8f75..d6fcf1a8c1b 100644 --- a/lib/libcrypto/man/RSA_pkey_ctx_ctrl.3 +++ b/lib/libcrypto/man/RSA_pkey_ctx_ctrl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: RSA_pkey_ctx_ctrl.3,v 1.5 2023/04/15 18:59:49 tb Exp $ +.\" $OpenBSD: RSA_pkey_ctx_ctrl.3,v 1.6 2023/04/16 23:19:28 tb Exp $ .\" full merge up to: .\" OpenSSL man3/EVP_PKEY_CTX_ctrl.pod 99d63d46 Oct 26 13:56:48 2016 -0400 .\" OpenSSL man3/EVP_PKEY_CTX_set_rsa_pss_keygen_md.pod @@ -55,7 +55,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: April 15 2023 $ +.Dd $Mdocdate: April 16 2023 $ .Dt RSA_PKEY_CTX_CTRL 3 .Os .Sh NAME @@ -189,6 +189,7 @@ for PKCS#1 padding, for no padding, .Dv RSA_PKCS1_OAEP_PADDING for OAEP padding (encrypt and decrypt only), +and .Dv RSA_PKCS1_PSS_PADDING (sign and verify only). Only the last one can be used with keys of the type |