summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/PEM_read_bio_PrivateKey.3
diff options
context:
space:
mode:
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, 18 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/PEM_read_bio_PrivateKey.3 b/src/lib/libcrypto/man/PEM_read_bio_PrivateKey.3
index 01f7817123..0dc167929c 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.11 2018/03/22 16:06:33 schwarze Exp $ 1.\" $OpenBSD: PEM_read_bio_PrivateKey.3,v 1.12 2018/03/23 00:09:11 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>.
@@ -49,7 +49,7 @@
49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
50.\" OF THE POSSIBILITY OF SUCH DAMAGE. 50.\" OF THE POSSIBILITY OF SUCH DAMAGE.
51.\" 51.\"
52.Dd $Mdocdate: March 22 2018 $ 52.Dd $Mdocdate: March 23 2018 $
53.Dt PEM_READ_BIO_PRIVATEKEY 3 53.Dt PEM_READ_BIO_PRIVATEKEY 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
@@ -1302,6 +1302,22 @@ and
1302.Fn PEM_write_X509_AUX 1302.Fn PEM_write_X509_AUX
1303first appeared in OpenSSL 0.9.5 and have been available since 1303first appeared in OpenSSL 0.9.5 and have been available since
1304.Ox 2.7 . 1304.Ox 2.7 .
1305.Pp
1306.Fn PEM_read_bio_ECPKParameters ,
1307.Fn PEM_read_ECPKParameters ,
1308.Fn PEM_write_bio_ECPKParameters ,
1309.Fn PEM_write_ECPKParameters ,
1310.Fn PEM_read_bio_ECPrivateKey ,
1311.Fn PEM_read_ECPrivateKey ,
1312.Fn PEM_write_bio_ECPrivateKey ,
1313.Fn PEM_write_ECPrivateKey ,
1314.Fn PEM_read_bio_EC_PUBKEY ,
1315.Fn PEM_read_EC_PUBKEY ,
1316.Fn PEM_write_bio_EC_PUBKEY ,
1317and
1318.Fn PEM_write_EC_PUBKEY
1319first appeared in OpenSSL 0.9.8 and have been available since
1320.Ox 4.5 .
1305.Sh CAVEATS 1321.Sh CAVEATS
1306A frequent cause of problems is attempting to use the PEM routines like 1322A frequent cause of problems is attempting to use the PEM routines like
1307this: 1323this: