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.310
1 files changed, 8 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 cf45356cfa..3799baa040 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.16 2019/11/02 15:25:34 schwarze Exp $ 1.\" $OpenBSD: PEM_read_bio_PrivateKey.3,v 1.17 2020/06/12 11:37:42 schwarze Exp $
2.\" full merge up to: 2.\" full merge up to:
3.\" OpenSSL man3/PEM_read_bio_PrivateKey.pod 18bad535 Apr 9 15:13:55 2019 +0100 3.\" OpenSSL man3/PEM_read_bio_PrivateKey.pod 18bad535 Apr 9 15:13:55 2019 +0100
4.\" OpenSSL man3/PEM_read_CMS.pod 83cf7abf May 29 13:07:08 2018 +0100 4.\" OpenSSL man3/PEM_read_CMS.pod 83cf7abf May 29 13:07:08 2018 +0100
@@ -51,7 +51,7 @@
51.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 51.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
52.\" OF THE POSSIBILITY OF SUCH DAMAGE. 52.\" OF THE POSSIBILITY OF SUCH DAMAGE.
53.\" 53.\"
54.Dd $Mdocdate: November 2 2019 $ 54.Dd $Mdocdate: June 12 2020 $
55.Dt PEM_READ_BIO_PRIVATEKEY 3 55.Dt PEM_READ_BIO_PRIVATEKEY 3
56.Os 56.Os
57.Sh NAME 57.Sh NAME
@@ -770,6 +770,9 @@ will be used to collectively refer to the
770and 770and
771.Fn PEM_write_TYPE 771.Fn PEM_write_TYPE
772functions. 772functions.
773If no set of specific functions exists for a given type,
774.Xr PEM_ASN1_read 3
775can be used instead.
773.Pp 776.Pp
774The 777The
775.Sy PrivateKey 778.Sy PrivateKey
@@ -1266,8 +1269,11 @@ pass_cb(char *buf, int size, int rwflag, void *u)
1266.Sh SEE ALSO 1269.Sh SEE ALSO
1267.Xr BIO_new 3 , 1270.Xr BIO_new 3 ,
1268.Xr DSA_new 3 , 1271.Xr DSA_new 3 ,
1272.Xr PEM_ASN1_read 3 ,
1269.Xr PEM_bytes_read_bio 3 , 1273.Xr PEM_bytes_read_bio 3 ,
1270.Xr PEM_read 3 , 1274.Xr PEM_read 3 ,
1275.Xr PEM_read_SSL_SESSION 3 ,
1276.Xr PEM_write_bio_CMS_stream 3 ,
1271.Xr PEM_write_bio_PKCS7_stream 3 , 1277.Xr PEM_write_bio_PKCS7_stream 3 ,
1272.Xr RSA_new 3 , 1278.Xr RSA_new 3 ,
1273.Xr X509_CRL_new 3 , 1279.Xr X509_CRL_new 3 ,