summaryrefslogtreecommitdiff
path: root/lib/libcrypto
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2018-03-21 00:37:33 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2018-03-21 00:37:33 +0000
commit76377a6f3a68897afc153cad9a158802b9eea849 (patch)
tree2997810e0828ed7d9ccd2211650253e9ae86ca1a /lib/libcrypto
parent49f2d92ff70396518c25252b81024e87234d76da (diff)
pem.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git
Diffstat (limited to 'lib/libcrypto')
-rw-r--r--lib/libcrypto/man/PEM_read.38
-rw-r--r--lib/libcrypto/man/PEM_read_bio_PrivateKey.348
2 files changed, 52 insertions, 4 deletions
diff --git a/lib/libcrypto/man/PEM_read.3 b/lib/libcrypto/man/PEM_read.3
index 6fe41bd7f1b..f234bc65881 100644
--- a/lib/libcrypto/man/PEM_read.3
+++ b/lib/libcrypto/man/PEM_read.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: PEM_read.3,v 1.3 2017/08/20 20:15:13 schwarze Exp $
+.\" $OpenBSD: PEM_read.3,v 1.4 2018/03/21 00:37:32 schwarze Exp $
.\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400
.\"
.\" This file was written by Viktor Dukhovni
@@ -49,7 +49,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: August 20 2017 $
+.Dd $Mdocdate: March 21 2018 $
.Dt PEM_READ 3
.Os
.Sh NAME
@@ -282,3 +282,7 @@ is likely meaningless if these functions fail.
.Xr ERR_peek_last_error 3 ,
.Xr PEM_bytes_read_bio 3 ,
.Xr PEM_read_bio_PrivateKey 3
+.Sh HISTORY
+These functions appeared in SSLeay 0.8.1b or earlier
+and have been available since
+.Ox 2.4 .
diff --git a/lib/libcrypto/man/PEM_read_bio_PrivateKey.3 b/lib/libcrypto/man/PEM_read_bio_PrivateKey.3
index ec8f81c47fa..d9434e2fc33 100644
--- a/lib/libcrypto/man/PEM_read_bio_PrivateKey.3
+++ b/lib/libcrypto/man/PEM_read_bio_PrivateKey.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: PEM_read_bio_PrivateKey.3,v 1.8 2017/08/20 20:15:13 schwarze Exp $
+.\" $OpenBSD: PEM_read_bio_PrivateKey.3,v 1.9 2018/03/21 00:37:32 schwarze Exp $
.\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400
.\"
.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -49,7 +49,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: August 20 2017 $
+.Dd $Mdocdate: March 21 2018 $
.Dt PEM_READ_BIO_PRIVATEKEY 3
.Os
.Sh NAME
@@ -1216,6 +1216,50 @@ pass_cb(char *buf, int size, int rwflag, void *u)
.Xr BIO_new 3 ,
.Xr PEM_bytes_read_bio 3 ,
.Xr PEM_read 3
+.Sh HISTORY
+.Fn PEM_read_bio_PrivateKey ,
+.Fn PEM_read_PrivateKey ,
+.Fn PEM_write_bio_PrivateKey ,
+.Fn PEM_write_PrivateKey ,
+.Fn PEM_read_bio_RSAPrivateKey ,
+.Fn PEM_read_RSAPrivateKey ,
+.Fn PEM_write_bio_RSAPrivateKey ,
+.Fn PEM_write_RSAPrivateKey ,
+.Fn PEM_read_bio_RSAPublicKey ,
+.Fn PEM_read_RSAPublicKey ,
+.Fn PEM_write_bio_RSAPublicKey ,
+.Fn PEM_write_RSAPublicKey ,
+.Fn PEM_read_bio_DSAPrivateKey ,
+.Fn PEM_read_DSAPrivateKey ,
+.Fn PEM_write_bio_DSAPrivateKey ,
+.Fn PEM_write_DSAPrivateKey ,
+.Fn PEM_read_bio_DSAparams ,
+.Fn PEM_read_DSAparams ,
+.Fn PEM_write_bio_DSAparams ,
+.Fn PEM_write_DSAparams ,
+.Fn PEM_read_bio_DHparams ,
+.Fn PEM_read_DHparams ,
+.Fn PEM_write_bio_DHparams ,
+.Fn PEM_write_DHparams ,
+.Fn PEM_read_bio_X509 ,
+.Fn PEM_read_X509 ,
+.Fn PEM_write_bio_X509 ,
+.Fn PEM_write_X509 ,
+.Fn PEM_read_bio_X509_REQ ,
+.Fn PEM_read_X509_REQ ,
+.Fn PEM_write_bio_X509_REQ ,
+.Fn PEM_write_X509_REQ ,
+.Fn PEM_read_bio_X509_CRL ,
+.Fn PEM_read_X509_CRL ,
+.Fn PEM_write_bio_X509_CRL ,
+.Fn PEM_write_X509_CRL ,
+.Fn PEM_read_bio_PKCS7 ,
+.Fn PEM_read_PKCS7 ,
+.Fn PEM_write_bio_PKCS7 ,
+and
+.Fn PEM_write_PKCS7
+appeared in SSLeay 0.8.1b or earlier and have been available since
+.Ox 2.4 .
.Sh CAVEATS
A frequent cause of problems is attempting to use the PEM routines like
this: