xref: /netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/man/EVP_ASYM_CIPHER-RSA.7 (revision 3117ece4fc4a4ca4489ba793710b60b0d26bab6c)
$NetBSD: EVP_ASYM_CIPHER-RSA.7,v 1.5 2024/09/08 13:08:20 christos Exp $

-*- mode: troff; coding: utf-8 -*-
Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43)

Standard preamble:
========================================================================
..
..
.. \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>.
. ds C` "" . ds C' "" 'br\} . ds C` . ds C' 'br\}
Escape single quotes in literal strings from groff's Unicode transform.

If the F register is >0, we'll generate index entries on stderr for
titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
entries marked with X<> in POD. Of course, you'll have to process the
output yourself in some meaningful fashion.

Avoid warning from groff about undefined register 'F'.
.. .nr rF 0 . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF ========================================================================

Title "EVP_ASYM_CIPHER-RSA 7"
EVP_ASYM_CIPHER-RSA 7 2024-09-03 3.0.15 OpenSSL
For nroff, turn off justification. Always turn off hyphenation; it makes
way too many mistakes in technical documents.
NAME
EVP_ASYM_CIPHER-RSA \- RSA Asymmetric Cipher algorithm support
DESCRIPTION
Header "DESCRIPTION" Asymmetric Cipher support for the RSA key type.
"RSA Asymmetric Cipher parameters"
Subsection "RSA Asymmetric Cipher parameters"
"""pad-mode"" (OSSL_ASYM_CIPHER_PARAM_PAD_MODE) <UTF8 string>" 4
Item """pad-mode"" (OSSL_ASYM_CIPHER_PARAM_PAD_MODE) <UTF8 string>" The default provider understands these RSA padding modes in string form:

"""none"" (OSSL_PKEY_RSA_PAD_MODE_NONE)" 4
Item """none"" (OSSL_PKEY_RSA_PAD_MODE_NONE)"

0

"""oaep"" (OSSL_PKEY_RSA_PAD_MODE_OAEP)" 4
Item """oaep"" (OSSL_PKEY_RSA_PAD_MODE_OAEP)"
"""pkcs1"" (OSSL_PKEY_RSA_PAD_MODE_PKCSV15)" 4
Item """pkcs1"" (OSSL_PKEY_RSA_PAD_MODE_PKCSV15)"
"""x931"" (OSSL_PKEY_RSA_PAD_MODE_X931)" 4
Item """x931"" (OSSL_PKEY_RSA_PAD_MODE_X931)"

"""pad-mode"" (OSSL_ASYM_CIPHER_PARAM_PAD_MODE) <integer>" 4
Item """pad-mode"" (OSSL_ASYM_CIPHER_PARAM_PAD_MODE) <integer>"

The default provider understands these RSA padding modes in integer form:

"1 (RSA_PKCS1_PADDING)" 4
Item "1 (RSA_PKCS1_PADDING)"

0

"3 (RSA_NO_PADDING)" 4
Item "3 (RSA_NO_PADDING)"
"4 (RSA_PKCS1_OAEP_PADDING)" 4
Item "4 (RSA_PKCS1_OAEP_PADDING)"
"5 (RSA_X931_PADDING)" 4
Item "5 (RSA_X931_PADDING)"

.Sp See EVP_PKEY_CTX_set_rsa_padding\|(3) for further details.

"""digest"" (OSSL_ASYM_CIPHER_PARAM_OAEP_DIGEST) <UTF8 string>" 4
Item """digest"" (OSSL_ASYM_CIPHER_PARAM_OAEP_DIGEST) <UTF8 string>"

0

"""digest-props"" (OSSL_ASYM_CIPHER_PARAM_OAEP_DIGEST_PROPS) <UTF8 string>" 4
Item """digest-props"" (OSSL_ASYM_CIPHER_PARAM_OAEP_DIGEST_PROPS) <UTF8 string>"
"""mgf1-digest"" (OSSL_ASYM_CIPHER_PARAM_MGF1_DIGEST) <UTF8 string>" 4
Item """mgf1-digest"" (OSSL_ASYM_CIPHER_PARAM_MGF1_DIGEST) <UTF8 string>"
"""mgf1-digest-props"" (OSSL_ASYM_CIPHER_PARAM_MGF1_DIGEST_PROPS) <UTF8 string>" 4
Item """mgf1-digest-props"" (OSSL_ASYM_CIPHER_PARAM_MGF1_DIGEST_PROPS) <UTF8 string>"
"""oaep-label"" (OSSL_ASYM_CIPHER_PARAM_OAEP_LABEL) <octet string>" 4
Item """oaep-label"" (OSSL_ASYM_CIPHER_PARAM_OAEP_LABEL) <octet string>"
"""tls-client-version"" (OSSL_ASYM_CIPHER_PARAM_TLS_CLIENT_VERSION) <unsigned integer>" 4
Item """tls-client-version"" (OSSL_ASYM_CIPHER_PARAM_TLS_CLIENT_VERSION) <unsigned integer>"

See RSA_PKCS1_WITH_TLS_PADDING on the page EVP_PKEY_CTX_set_rsa_padding\|(3).

"""tls-negotiated-version"" (OSSL_ASYM_CIPHER_PARAM_TLS_CLIENT_VERSION) <unsigned integer>" 4
Item """tls-negotiated-version"" (OSSL_ASYM_CIPHER_PARAM_TLS_CLIENT_VERSION) <unsigned integer>" See RSA_PKCS1_WITH_TLS_PADDING on the page EVP_PKEY_CTX_set_rsa_padding\|(3). .Sp See "Asymmetric Cipher Parameters" in provider-asym_cipher\|(7) for more information.
"SEE ALSO"
Header "SEE ALSO" \fBEVP_PKEY-RSA\|(7), \fBEVP_PKEY\|(3), \fBprovider-asym_cipher\|(7), \fBprovider-keymgmt\|(7), \fBOSSL_PROVIDER-default\|(7) \fBOSSL_PROVIDER-FIPS\|(7)
COPYRIGHT
Header "COPYRIGHT" Copyright 2022 The OpenSSL Project Authors. All Rights Reserved.

Licensed under the Apache License 2.0 (the "License"). You may not use this file except in compliance with the License. You can obtain a copy in the file LICENSE in the source distribution or at <https://www.openssl.org/source/license.html>.