summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2023-04-16 23:19:28 +0000
committertb <>2023-04-16 23:19:28 +0000
commit5a880ab5b2dea031f8e132eacdc6c9c9a9f483af (patch)
tree07a7d0b488cece152dd14db34804e1585fe14918 /src
parentc2ef829610e3a4d1d65186fa3abad107f8c440bd (diff)
downloadopenbsd-5a880ab5b2dea031f8e132eacdc6c9c9a9f483af.tar.gz
openbsd-5a880ab5b2dea031f8e132eacdc6c9c9a9f483af.tar.bz2
openbsd-5a880ab5b2dea031f8e132eacdc6c9c9a9f483af.zip
Fix previous: add a missing and
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/man/RSA_pkey_ctx_ctrl.35
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,
189for no padding, 189for no padding,
190.Dv RSA_PKCS1_OAEP_PADDING 190.Dv RSA_PKCS1_OAEP_PADDING
191for OAEP padding (encrypt and decrypt only), 191for OAEP padding (encrypt and decrypt only),
192and
192.Dv RSA_PKCS1_PSS_PADDING 193.Dv RSA_PKCS1_PSS_PADDING
193(sign and verify only). 194(sign and verify only).
194Only the last one can be used with keys of the type 195Only the last one can be used with keys of the type