summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/PEM_read_bio_PrivateKey.3
diff options
context:
space:
mode:
authorschwarze <>2018-03-21 21:18:08 +0000
committerschwarze <>2018-03-21 21:18:08 +0000
commit5b8411504886a6aebea88dbeaf179e7b6d43af48 (patch)
treed1f39df251d1d590b25f45e255c6fd5640f942b6 /src/lib/libcrypto/man/PEM_read_bio_PrivateKey.3
parent40e1df9cf168e9a663b695e4557c7703d60920c1 (diff)
downloadopenbsd-5b8411504886a6aebea88dbeaf179e7b6d43af48.tar.gz
openbsd-5b8411504886a6aebea88dbeaf179e7b6d43af48.tar.bz2
openbsd-5b8411504886a6aebea88dbeaf179e7b6d43af48.zip
crypto HISTORY up to 0.9.4; researched from OpenSSL git
Diffstat (limited to 'src/lib/libcrypto/man/PEM_read_bio_PrivateKey.3')
-rw-r--r--src/lib/libcrypto/man/PEM_read_bio_PrivateKey.320
1 files changed, 19 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/PEM_read_bio_PrivateKey.3 b/src/lib/libcrypto/man/PEM_read_bio_PrivateKey.3
index d9434e2fc3..f235931fa6 100644
--- a/src/lib/libcrypto/man/PEM_read_bio_PrivateKey.3
+++ b/src/lib/libcrypto/man/PEM_read_bio_PrivateKey.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: PEM_read_bio_PrivateKey.3,v 1.9 2018/03/21 00:37:32 schwarze Exp $ 1.\" $OpenBSD: PEM_read_bio_PrivateKey.3,v 1.10 2018/03/21 21:18:08 schwarze Exp $
2.\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 2.\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400
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>.
@@ -1260,6 +1260,24 @@ and
1260.Fn PEM_write_PKCS7 1260.Fn PEM_write_PKCS7
1261appeared in SSLeay 0.8.1b or earlier and have been available since 1261appeared in SSLeay 0.8.1b or earlier and have been available since
1262.Ox 2.4 . 1262.Ox 2.4 .
1263.Pp
1264.Fn PEM_write_bio_PKCS8PrivateKey ,
1265.Fn PEM_write_PKCS8PrivateKey ,
1266.Fn PEM_read_bio_PKCS8 ,
1267.Fn PEM_read_PKCS8 ,
1268.Fn PEM_write_bio_PKCS8 ,
1269.Fn PEM_write_PKCS8 ,
1270.Fn PEM_read_bio_PKCS8_PRIV_KEY_INFO ,
1271.Fn PEM_read_PKCS8_PRIV_KEY_INFO ,
1272.Fn PEM_write_bio_PKCS8_PRIV_KEY_INFO ,
1273.Fn PEM_write_PKCS8_PRIV_KEY_INFO ,
1274.Fn PEM_read_bio_NETSCAPE_CERT_SEQUENCE ,
1275.Fn PEM_read_NETSCAPE_CERT_SEQUENCE ,
1276.Fn PEM_write_bio_NETSCAPE_CERT_SEQUENCE ,
1277and
1278.Fn PEM_write_NETSCAPE_CERT_SEQUENCE ,
1279first appeared in OpenSSL 0.9.4 and have been available since
1280.Ox 2.6 .
1263.Sh CAVEATS 1281.Sh CAVEATS
1264A frequent cause of problems is attempting to use the PEM routines like 1282A frequent cause of problems is attempting to use the PEM routines like
1265this: 1283this: