diff options
-rw-r--r-- | src/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 b/src/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 index 07db27003e..3d6dce0bba 100644 --- a/src/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 +++ b/src/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: EVP_PKEY_set1_RSA.3,v 1.22 2024/03/05 19:21:31 tb Exp $ | 1 | .\" $OpenBSD: EVP_PKEY_set1_RSA.3,v 1.23 2024/04/18 16:32:22 tb Exp $ |
2 | .\" full merge up to: OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 | 2 | .\" full merge up to: OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 |
3 | .\" | 3 | .\" |
4 | .\" This file is a derived work. | 4 | .\" This file is a derived work. |
@@ -65,7 +65,7 @@ | |||
65 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 65 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
66 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 66 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
67 | .\" | 67 | .\" |
68 | .Dd $Mdocdate: March 5 2024 $ | 68 | .Dd $Mdocdate: April 18 2024 $ |
69 | .Dt EVP_PKEY_SET1_RSA 3 | 69 | .Dt EVP_PKEY_SET1_RSA 3 |
70 | .Os | 70 | .Os |
71 | .Sh NAME | 71 | .Sh NAME |
@@ -293,7 +293,7 @@ returns the type of | |||
293 | .Fa pkey | 293 | .Fa pkey |
294 | according to the following table: | 294 | according to the following table: |
295 | .Pp | 295 | .Pp |
296 | .Bl -column -compact -offset 2n EVP_PKEY_GOSTR NID_X9_62_id_ecPublicKey | 296 | .Bl -column -compact -offset 2n EVP_PKEY_RSA_PSS NID_X9_62_id_ecPublicKey |
297 | .It Sy return value Ta Ta Sy PEM type string | 297 | .It Sy return value Ta Ta Sy PEM type string |
298 | .It Dv EVP_PKEY_CMAC Ta = Dv NID_cmac Ta CMAC | 298 | .It Dv EVP_PKEY_CMAC Ta = Dv NID_cmac Ta CMAC |
299 | .It Dv EVP_PKEY_DH Ta = Dv NID_dhKeyAgreement Ta DH | 299 | .It Dv EVP_PKEY_DH Ta = Dv NID_dhKeyAgreement Ta DH |
@@ -310,7 +310,7 @@ returns the actual OID associated with | |||
310 | Historically keys using the same algorithm could use different OIDs. | 310 | Historically keys using the same algorithm could use different OIDs. |
311 | The following deprecated aliases are still supported: | 311 | The following deprecated aliases are still supported: |
312 | .Pp | 312 | .Pp |
313 | .Bl -column -compact -offset 2n EVP_PKEY_GOSTR12_ NID_id_tc26_gost3410_2012_512 | 313 | .Bl -column -compact -offset 2n EVP_PKEY_DSA4 NID_dsaWithSHA1_2 |
314 | .It Sy return value Ta Ta Sy alias for | 314 | .It Sy return value Ta Ta Sy alias for |
315 | .It Dv EVP_PKEY_DSA1 Ta = Dv NID_dsa_2 Ta DSA | 315 | .It Dv EVP_PKEY_DSA1 Ta = Dv NID_dsa_2 Ta DSA |
316 | .It Dv EVP_PKEY_DSA2 Ta = Dv NID_dsaWithSHA Ta DSA | 316 | .It Dv EVP_PKEY_DSA2 Ta = Dv NID_dsaWithSHA Ta DSA |