summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/d2i_PKCS8PrivateKey_bio.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/d2i_PKCS8PrivateKey_bio.3')
-rw-r--r--src/lib/libcrypto/man/d2i_PKCS8PrivateKey_bio.324
1 files changed, 20 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/d2i_PKCS8PrivateKey_bio.3 b/src/lib/libcrypto/man/d2i_PKCS8PrivateKey_bio.3
index 1fe8503824..8539f86030 100644
--- a/src/lib/libcrypto/man/d2i_PKCS8PrivateKey_bio.3
+++ b/src/lib/libcrypto/man/d2i_PKCS8PrivateKey_bio.3
@@ -1,8 +1,8 @@
1.\" $OpenBSD: d2i_PKCS8PrivateKey_bio.3,v 1.8 2017/01/07 17:27:15 schwarze Exp $ 1.\" $OpenBSD: d2i_PKCS8PrivateKey_bio.3,v 1.9 2018/02/16 17:54:23 schwarze Exp $
2.\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 2.\" full merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800
3.\" 3.\"
4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>. 4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
5.\" Copyright (c) 2002, 2016 The OpenSSL Project. All rights reserved. 5.\" Copyright (c) 2002, 2016, 2017 The OpenSSL Project. All rights reserved.
6.\" 6.\"
7.\" Redistribution and use in source and binary forms, with or without 7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions 8.\" modification, are permitted provided that the following conditions
@@ -48,7 +48,7 @@
48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
49.\" OF THE POSSIBILITY OF SUCH DAMAGE. 49.\" OF THE POSSIBILITY OF SUCH DAMAGE.
50.\" 50.\"
51.Dd $Mdocdate: January 7 2017 $ 51.Dd $Mdocdate: February 16 2018 $
52.Dt D2I_PKCS8PRIVATEKEY_BIO 3 52.Dt D2I_PKCS8PRIVATEKEY_BIO 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -144,6 +144,22 @@ by converting the buffers to memory BIOs;
144see 144see
145.Xr BIO_s_mem 3 145.Xr BIO_s_mem 3
146for details. 146for details.
147.Sh RETURN VALUES
148.Fn d2i_PKCS8PrivateKey_bio
149and
150.Fn d2i_PKCS8PrivateKey_fp
151return a
152.Vt EVP_PKEY
153object or
154.Dv NULL
155if an error occurs.
156.Pp
157.Fn i2d_PKCS8PrivateKey_bio ,
158.Fn i2d_PKCS8PrivateKey_fp ,
159.Fn i2d_PKCS8PrivateKey_nid_bio ,
160and
161.Fn i2d_PKCS8PrivateKey_nid_fp
162return 1 on success or 0 on error.
147.Sh SEE ALSO 163.Sh SEE ALSO
148.Xr d2i_X509_SIG 3 , 164.Xr d2i_X509_SIG 3 ,
149.Xr PEM_write_PKCS8PrivateKey 3 , 165.Xr PEM_write_PKCS8PrivateKey 3 ,