diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/man/EVP_PKEY_CTX_ctrl.3 | 8 |
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. | |||
169 | The | 169 | The |
170 | .Fn EVP_PKEY_CTX_set_rsa_pss_saltlen | 170 | .Fn EVP_PKEY_CTX_set_rsa_pss_saltlen |
171 | macro sets the RSA PSS salt length to | 171 | macro sets the RSA PSS salt length to |
172 | .Fa len | 172 | .Fa len . |
173 | as its name implies it is only supported for PSS padding. | 173 | As its name implies, it is only supported for PSS padding. |
174 | Two special values are supported: -1 sets the salt length to the digest | 174 | Two special values are supported: -1 sets the salt length to the digest |
175 | length. | 175 | length. |
176 | When signing -2 sets the salt length to the maximum permissible value. | 176 | When signing -2 sets the salt length to the maximum permissible value. |