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