summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/d2i_PrivateKey.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/d2i_PrivateKey.3')
-rw-r--r--src/lib/libcrypto/man/d2i_PrivateKey.312
1 files changed, 10 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/d2i_PrivateKey.3 b/src/lib/libcrypto/man/d2i_PrivateKey.3
index caf7479289..a130ccba4f 100644
--- a/src/lib/libcrypto/man/d2i_PrivateKey.3
+++ b/src/lib/libcrypto/man/d2i_PrivateKey.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: d2i_PrivateKey.3,v 1.5 2016/12/28 01:38:16 schwarze Exp $ 1.\" $OpenBSD: d2i_PrivateKey.3,v 1.6 2018/03/20 23:56:07 schwarze Exp $
2.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 2.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100
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: December 28 2016 $ 68.Dd $Mdocdate: March 20 2018 $
69.Dt D2I_PRIVATEKEY 3 69.Dt D2I_PRIVATEKEY 3
70.Os 70.Os
71.Sh NAME 71.Sh NAME
@@ -265,3 +265,11 @@ For all functions, the error code can be obtained by calling
265.Sh STANDARDS 265.Sh STANDARDS
266RFC 5208: Public-Key Cryptography Standards (PKCS) #8: Private-Key 266RFC 5208: Public-Key Cryptography Standards (PKCS) #8: Private-Key
267Information Syntax Specification 267Information Syntax Specification
268.Sh HISTORY
269.Fn d2i_PrivateKey ,
270.Fn i2d_PrivateKey ,
271.Fn d2i_PublicKey ,
272and
273.Fn i2d_PublicKey
274appeared in SSLeay 0.8.1b or earlier and have been available since
275.Ox 2.4 .