-*- mode: troff; coding: utf-8 -*- Automatically generated by Pod::Man 5.0102 (Pod::Simple 3.45) 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_SIGNATURE-RSA 7ossl" EVP_SIGNATURE-RSA 7ossl 2025-07-01 3.5.1 OpenSSL
For nroff, turn off justification. Always turn off hyphenation; it makes way too many mistakes in technical documents. NAME
EVP_SIGNATURE-RSA
\- The EVP_PKEY RSA signature implementation
DESCRIPTION
Header "DESCRIPTION" Support for computing RSA signatures.
See
EVP_PKEY-RSA\|(7) for information related to RSA keys.
"Algorithm Names"
Subsection "Algorithm Names" In this list, names are grouped together to signify that they are the same
algorithm having multiple names. This also includes the OID in canonical
decimal form (which means that they are possible to fetch if the caller has a
mere OID which came out in this form after a call to
OBJ_obj2txt\|(3)).
"""RSA"", ""rsaEncryption"", ""1.2.840.113549.1.1.1""" 4
Item """RSA"", ""rsaEncryption"", ""1.2.840.113549.1.1.1""" The base signature algorithm, supported explicitly fetched with
\fBEVP_PKEY_sign_init_ex2\|(3), and implicitly fetched (through
RSA keys) with
EVP_DigestSignInit\|(3) and
\fBEVP_DigestVerifyInit\|(3).
.Sp
It can't be used with
EVP_PKEY_sign_message_init\|(3)
"""RSA-RIPEMD160"", ""ripemd160WithRSA"", ""1.3.36.3.3.1.2""" 4
Item """RSA-RIPEMD160"", ""ripemd160WithRSA"", ""1.3.36.3.3.1.2""" 0
"""RSA-SHA2-256"", ""RSA-SHA256"", ""sha256WithRSAEncryption"", ""1.2.840.113549.1.1.11""" 4
Item """RSA-SHA2-256"", ""RSA-SHA256"", ""sha256WithRSAEncryption"", ""1.2.840.113549.1.1.11""" """RSA-SHA2-384"", ""RSA-SHA384"", ""sha384WithRSAEncryption"", ""1.2.840.113549.1.1.12""" 4
Item """RSA-SHA2-384"", ""RSA-SHA384"", ""sha384WithRSAEncryption"", ""1.2.840.113549.1.1.12""" """RSA-SHA2-512"", ""RSA-SHA512"", ""sha512WithRSAEncryption"", ""1.2.840.113549.1.1.13""" 4
Item """RSA-SHA2-512"", ""RSA-SHA512"", ""sha512WithRSAEncryption"", ""1.2.840.113549.1.1.13""" """RSA-SHA2-224"", ""RSA-SHA224"", ""sha224WithRSAEncryption"", ""1.2.840.113549.1.1.14""" 4
Item """RSA-SHA2-224"", ""RSA-SHA224"", ""sha224WithRSAEncryption"", ""1.2.840.113549.1.1.14""" """RSA-SHA2-512/224"", ""RSA-SHA512-224"", ""sha512-224WithRSAEncryption"", ""1.2.840.113549.1.1.15""" 4
Item """RSA-SHA2-512/224"", ""RSA-SHA512-224"", ""sha512-224WithRSAEncryption"", ""1.2.840.113549.1.1.15""" """RSA-SHA2-512/256"", ""RSA-SHA512-256"", ""sha512-256WithRSAEncryption"", ""1.2.840.113549.1.1.16""" 4
Item """RSA-SHA2-512/256"", ""RSA-SHA512-256"", ""sha512-256WithRSAEncryption"", ""1.2.840.113549.1.1.16""" """RSA-SHA3-224"", ""id-rsassa-pkcs1-v1_5-with-sha3-224"", ""2.16.840.1.101.3.4.3.13""" 4
Item """RSA-SHA3-224"", ""id-rsassa-pkcs1-v1_5-with-sha3-224"", ""2.16.840.1.101.3.4.3.13""" """RSA-SHA3-256"", ""id-rsassa-pkcs1-v1_5-with-sha3-256"", ""2.16.840.1.101.3.4.3.14""" 4
Item """RSA-SHA3-256"", ""id-rsassa-pkcs1-v1_5-with-sha3-256"", ""2.16.840.1.101.3.4.3.14""" """RSA-SHA3-384"", ""id-rsassa-pkcs1-v1_5-with-sha3-384"", ""2.16.840.1.101.3.4.3.15""" 4
Item """RSA-SHA3-384"", ""id-rsassa-pkcs1-v1_5-with-sha3-384"", ""2.16.840.1.101.3.4.3.15""" """RSA-SHA3-512"", ""id-rsassa-pkcs1-v1_5-with-sha3-512"", ""2.16.840.1.101.3.4.3.16""" 4
Item """RSA-SHA3-512"", ""id-rsassa-pkcs1-v1_5-with-sha3-512"", ""2.16.840.1.101.3.4.3.16""" """RSA-SM3"", ""sm3WithRSAEncryption"", ""1.2.156.10197.1.504""" 4
Item """RSA-SM3"", ""sm3WithRSAEncryption"", ""1.2.156.10197.1.504"""
PKCS#1 v1.5 RSA signature schemes with diverse message digest algorithms. They
are all supported explicitly fetched with EVP_PKEY_sign_init_ex2\|(3) and
\fBEVP_PKEY_sign_message_init\|(3).
They are all pre-set to use the pad mode "pkcs1". This cannot be changed.
"Signature Parameters"
Subsection "Signature Parameters" The following signature parameters can be set using
EVP_PKEY_CTX_set_params().
This may be called after
EVP_PKEY_sign_init() or
EVP_PKEY_verify_init(),
and before calling
EVP_PKEY_sign() or
EVP_PKEY_verify(). They may also be set
using
EVP_PKEY_sign_init_ex() or
EVP_PKEY_verify_init_ex().
"""digest"" (OSSL_SIGNATURE_PARAM_DIGEST) <UTF8 string>" 4
Item """digest"" (OSSL_SIGNATURE_PARAM_DIGEST) <UTF8 string>" 0
"""properties"" (OSSL_SIGNATURE_PARAM_PROPERTIES) <UTF8 string>" 4
Item """properties"" (OSSL_SIGNATURE_PARAM_PROPERTIES) <UTF8 string>"
These are not supported with the RSA signature schemes that already include a
message digest algorithm, See "Algorithm Names" above.
.Sp
These common parameters are described in provider-signature\|(7).
"""pad-mode"" (OSSL_SIGNATURE_PARAM_PAD_MODE) <UTF8 string>" 4
Item """pad-mode"" (OSSL_SIGNATURE_PARAM_PAD_MODE) <UTF8 string>" The type of padding to be used. Its value can be one of the following:
"""none"" (OSSL_PKEY_RSA_PAD_MODE_NONE)" 4
Item """none"" (OSSL_PKEY_RSA_PAD_MODE_NONE)" 0
"""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)"
This padding mode is no longer supported by the FIPS provider for signature
generation, but may be used for signature verification for legacy use cases.
(This is a FIPS 140-3 requirement)
"""pss"" (OSSL_PKEY_RSA_PAD_MODE_PSS)" 4
Item """pss"" (OSSL_PKEY_RSA_PAD_MODE_PSS)"
0
"""mgf1-digest"" (OSSL_SIGNATURE_PARAM_MGF1_DIGEST) <UTF8 string>" 4
Item """mgf1-digest"" (OSSL_SIGNATURE_PARAM_MGF1_DIGEST) <UTF8 string>"
The digest algorithm name to use for the maskGenAlgorithm used by "pss" mode.
"""mgf1-properties"" (OSSL_SIGNATURE_PARAM_MGF1_PROPERTIES) <UTF8 string>" 4
Item """mgf1-properties"" (OSSL_SIGNATURE_PARAM_MGF1_PROPERTIES) <UTF8 string>" Sets the name of the property query associated with the "mgf1-digest" algorithm.
NULL is used if this optional value is not set.
"""saltlen"" (OSSL_SIGNATURE_PARAM_PSS_SALTLEN) <integer> or <UTF8 string>" 4
Item """saltlen"" (OSSL_SIGNATURE_PARAM_PSS_SALTLEN) <integer> or <UTF8 string>" The "pss" mode minimum salt length. The value can either be an integer,
a string value representing a number or one of the following string values:
"""digest"" (OSSL_PKEY_RSA_PSS_SALT_LEN_DIGEST)" 4
Item """digest"" (OSSL_PKEY_RSA_PSS_SALT_LEN_DIGEST)" Use the same length as the digest size.
"""max"" (OSSL_PKEY_RSA_PSS_SALT_LEN_MAX)" 4
Item """max"" (OSSL_PKEY_RSA_PSS_SALT_LEN_MAX)" Use the maximum salt length.
"""auto"" (OSSL_PKEY_RSA_PSS_SALT_LEN_AUTO)" 4
Item """auto"" (OSSL_PKEY_RSA_PSS_SALT_LEN_AUTO)" Auto detect the salt length.
"""auto-digestmax"" (OSSL_PKEY_RSA_PSS_SALT_LEN_AUTO_DIGEST_MAX)" 4
Item """auto-digestmax"" (OSSL_PKEY_RSA_PSS_SALT_LEN_AUTO_DIGEST_MAX)" Auto detect the salt length when verifying. Maximize the salt length up to the
digest size when signing to comply with FIPS 186-4 section 5.5.
The OpenSSL FIPS provider also supports the following parameters:
"""key-check"" (OSSL_SIGNATURE_PARAM_FIPS_KEY_CHECK) <integer>" 4
Item """key-check"" (OSSL_SIGNATURE_PARAM_FIPS_KEY_CHECK) <integer>" 0
"""digest-check"" (OSSL_SIGNATURE_PARAM_FIPS_DIGEST_CHECK) <integer>" 4
Item """digest-check"" (OSSL_SIGNATURE_PARAM_FIPS_DIGEST_CHECK) <integer>" """sign-x931-pad-check"" (OSSL_SIGNATURE_PARAM_FIPS_SIGN_X931_PAD_CHECK) <integer>" 4
Item """sign-x931-pad-check"" (OSSL_SIGNATURE_PARAM_FIPS_SIGN_X931_PAD_CHECK) <integer>"
These parameters are described in provider-signature\|(7).
"""rsa-pss-saltlen-check"" (OSSL_SIGNATURE_PARAM_FIPS_RSA_PSS_SALTLEN_CHECK) <integer>" 4
Item """rsa-pss-saltlen-check"" (OSSL_SIGNATURE_PARAM_FIPS_RSA_PSS_SALTLEN_CHECK) <integer>" The default value of 1 causes an error during signature generation or
verification if salt length (
OSSL_SIGNATURE_PARAM_PSS_SALTLEN) is not between
zero and the output block size of the digest function (inclusive).
Setting this to zero will ignore the error and set the approved "fips-indicator"
to 0.
This option breaks FIPS compliance if it causes the approved "fips-indicator"
to return 0.
The following signature parameters can be retrieved using
\fBEVP_PKEY_CTX_get_params().
"""algorithm-id"" (OSSL_SIGNATURE_PARAM_ALGORITHM_ID) <octet string>" 4
Item """algorithm-id"" (OSSL_SIGNATURE_PARAM_ALGORITHM_ID) <octet string>" 0
"""fips-indicator"" (OSSL_SIGNATURE_PARAM_FIPS_APPROVED_INDICATOR) <integer>" 4
Item """fips-indicator"" (OSSL_SIGNATURE_PARAM_FIPS_APPROVED_INDICATOR) <integer>" """verify-message"" (OSSL_SIGNATURE_PARAM_FIPS_VERIFY_MESSAGE <integer>" 4
Item """verify-message"" (OSSL_SIGNATURE_PARAM_FIPS_VERIFY_MESSAGE <integer>"
These common parameter are described in provider-signature\|(7).
"""digest"" (OSSL_SIGNATURE_PARAM_DIGEST) <UTF8 string>" 4
Item """digest"" (OSSL_SIGNATURE_PARAM_DIGEST) <UTF8 string>" 0
"""pad-mode"" (OSSL_SIGNATURE_PARAM_PAD_MODE) <UTF8 string>" 4
Item """pad-mode"" (OSSL_SIGNATURE_PARAM_PAD_MODE) <UTF8 string>" """mgf1-digest"" (OSSL_SIGNATURE_PARAM_MGF1_DIGEST) <UTF8 string>" 4
Item """mgf1-digest"" (OSSL_SIGNATURE_PARAM_MGF1_DIGEST) <UTF8 string>" """saltlen"" (OSSL_SIGNATURE_PARAM_PSS_SALTLEN) <integer> or <UTF8 string>" 4
Item """saltlen"" (OSSL_SIGNATURE_PARAM_PSS_SALTLEN) <integer> or <UTF8 string>"
These parameters are as described above.
"SEE ALSO"
Header "SEE ALSO" \fBEVP_PKEY_CTX_set_params\|(3),
\fBEVP_PKEY_sign\|(3),
\fBEVP_PKEY_verify\|(3),
\fBprovider-signature\|(7),
COPYRIGHT
Header "COPYRIGHT" Copyright 2020-2024 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>.