summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/PEM_read_bio_PrivateKey.3
diff options
context:
space:
mode:
authorschwarze <>2017-08-20 20:15:13 +0000
committerschwarze <>2017-08-20 20:15:13 +0000
commitfec854b83cb7e9d7e2fa32d84e302378defade23 (patch)
tree65e2853b32a662d91ae3e94cc24c9f212651aace /src/lib/libcrypto/man/PEM_read_bio_PrivateKey.3
parent69a8ff15b3a27abc79e9dfbb8c5508c7dc169b34 (diff)
downloadopenbsd-fec854b83cb7e9d7e2fa32d84e302378defade23.tar.gz
openbsd-fec854b83cb7e9d7e2fa32d84e302378defade23.tar.bz2
openbsd-fec854b83cb7e9d7e2fa32d84e302378defade23.zip
import PEM_bytes_read_bio(3) from OpenSSL,
dropping the secmem stuff that we don't want
Diffstat (limited to 'src/lib/libcrypto/man/PEM_read_bio_PrivateKey.3')
-rw-r--r--src/lib/libcrypto/man/PEM_read_bio_PrivateKey.38
1 files changed, 5 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/PEM_read_bio_PrivateKey.3 b/src/lib/libcrypto/man/PEM_read_bio_PrivateKey.3
index 5d0852be25..ec8f81c47f 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.7 2016/12/25 22:15:10 schwarze Exp $ 1.\" $OpenBSD: PEM_read_bio_PrivateKey.3,v 1.8 2017/08/20 20:15:13 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: December 25 2016 $ 52.Dd $Mdocdate: August 20 2017 $
53.Dt PEM_READ_BIO_PRIVATEKEY 3 53.Dt PEM_READ_BIO_PRIVATEKEY 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
@@ -1213,7 +1213,9 @@ pass_cb(char *buf, int size, int rwflag, void *u)
1213} 1213}
1214.Ed 1214.Ed
1215.Sh SEE ALSO 1215.Sh SEE ALSO
1216.Xr BIO_new 3 1216.Xr BIO_new 3 ,
1217.Xr PEM_bytes_read_bio 3 ,
1218.Xr PEM_read 3
1217.Sh CAVEATS 1219.Sh CAVEATS
1218A frequent cause of problems is attempting to use the PEM routines like 1220A frequent cause of problems is attempting to use the PEM routines like
1219this: 1221this: