summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/EVP_PKEY_CTX_ctrl.3
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/man/EVP_PKEY_CTX_ctrl.38
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/EVP_PKEY_CTX_ctrl.3 b/src/lib/libcrypto/man/EVP_PKEY_CTX_ctrl.3
index 6715e11f41..149caa7316 100644
--- a/src/lib/libcrypto/man/EVP_PKEY_CTX_ctrl.3
+++ b/src/lib/libcrypto/man/EVP_PKEY_CTX_ctrl.3
@@ -1,6 +1,6 @@
1.\" $OpenBSD: EVP_PKEY_CTX_ctrl.3,v 1.3 2016/11/06 16:58:08 schwarze Exp $ 1.\" $OpenBSD: EVP_PKEY_CTX_ctrl.3,v 1.4 2016/11/21 22:19:15 jmc Exp $
2.\" 2.\"
3.Dd $Mdocdate: November 6 2016 $ 3.Dd $Mdocdate: November 21 2016 $
4.Dt EVP_PKEY_CTX_CTRL 3 4.Dt EVP_PKEY_CTX_CTRL 3
5.Os 5.Os
6.Sh NAME 6.Sh NAME
@@ -169,8 +169,8 @@ expected to be the algorithm identifier byte.
169The 169The
170.Fn EVP_PKEY_CTX_set_rsa_pss_saltlen 170.Fn EVP_PKEY_CTX_set_rsa_pss_saltlen
171macro sets the RSA PSS salt length to 171macro sets the RSA PSS salt length to
172.Fa len 172.Fa len .
173as its name implies it is only supported for PSS padding. 173As its name implies, it is only supported for PSS padding.
174Two special values are supported: -1 sets the salt length to the digest 174Two special values are supported: -1 sets the salt length to the digest
175length. 175length.
176When signing -2 sets the salt length to the maximum permissible value. 176When signing -2 sets the salt length to the maximum permissible value.