summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/EVP_PKCS82PKEY.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/EVP_PKCS82PKEY.3')
-rw-r--r--src/lib/libcrypto/man/EVP_PKCS82PKEY.37
1 files changed, 2 insertions, 5 deletions
diff --git a/src/lib/libcrypto/man/EVP_PKCS82PKEY.3 b/src/lib/libcrypto/man/EVP_PKCS82PKEY.3
index 5fed846fe6..0f66673886 100644
--- a/src/lib/libcrypto/man/EVP_PKCS82PKEY.3
+++ b/src/lib/libcrypto/man/EVP_PKCS82PKEY.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: EVP_PKCS82PKEY.3,v 1.1 2021/10/25 13:48:12 schwarze Exp $ 1.\" $OpenBSD: EVP_PKCS82PKEY.3,v 1.2 2023/12/21 21:32:01 tb Exp $
2.\" 2.\"
3.\" Copyright (c) 2021 Ingo Schwarze <schwarze@openbsd.org> 3.\" Copyright (c) 2021 Ingo Schwarze <schwarze@openbsd.org>
4.\" 4.\"
@@ -14,7 +14,7 @@
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\" 16.\"
17.Dd $Mdocdate: October 25 2021 $ 17.Dd $Mdocdate: December 21 2023 $
18.Dt EVP_PKCS82PKEY 3 18.Dt EVP_PKCS82PKEY 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -40,8 +40,6 @@ structure representing the private key contained in
40.Fa pkey . 40.Fa pkey .
41.Pp 41.Pp
42Supported algorithms include DH, DSA, EC, GOST2001, and RSA. 42Supported algorithms include DH, DSA, EC, GOST2001, and RSA.
43Application programs can add additional algorithms using
44.Xr EVP_PKEY_asn1_add0 3 .
45.Sh RETURN VALUES 43.Sh RETURN VALUES
46These functions return a newly allocated object or 44These functions return a newly allocated object or
47.Dv NULL 45.Dv NULL
@@ -51,7 +49,6 @@ or
51.Fa pkey 49.Fa pkey
52is unsupported or if memory allocation, decoding, or encoding fails. 50is unsupported or if memory allocation, decoding, or encoding fails.
53.Sh SEE ALSO 51.Sh SEE ALSO
54.Xr EVP_PKEY_asn1_add0 3 ,
55.Xr EVP_PKEY_base_id 3 , 52.Xr EVP_PKEY_base_id 3 ,
56.Xr EVP_PKEY_new 3 , 53.Xr EVP_PKEY_new 3 ,
57.Xr PKCS8_pkey_set0 3 , 54.Xr PKCS8_pkey_set0 3 ,