summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/d2i_PKCS8PrivateKey_bio.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/d2i_PKCS8PrivateKey_bio.3')
-rw-r--r--src/lib/libcrypto/man/d2i_PKCS8PrivateKey_bio.312
1 files changed, 7 insertions, 5 deletions
diff --git a/src/lib/libcrypto/man/d2i_PKCS8PrivateKey_bio.3 b/src/lib/libcrypto/man/d2i_PKCS8PrivateKey_bio.3
index eb9cf563d8..76295cdde1 100644
--- a/src/lib/libcrypto/man/d2i_PKCS8PrivateKey_bio.3
+++ b/src/lib/libcrypto/man/d2i_PKCS8PrivateKey_bio.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: d2i_PKCS8PrivateKey_bio.3,v 1.4 2016/12/06 14:45:08 schwarze Exp $ 1.\" $OpenBSD: d2i_PKCS8PrivateKey_bio.3,v 1.5 2016/12/08 20:22:08 jmc 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>.
@@ -48,7 +48,7 @@
48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
49.\" OF THE POSSIBILITY OF SUCH DAMAGE. 49.\" OF THE POSSIBILITY OF SUCH DAMAGE.
50.\" 50.\"
51.Dd $Mdocdate: December 6 2016 $ 51.Dd $Mdocdate: December 8 2016 $
52.Dt D2I_PKCS8PRIVATEKEY_BIO 3 52.Dt D2I_PKCS8PRIVATEKEY_BIO 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -137,9 +137,11 @@ Currently all the functions use
137.Vt BIO 137.Vt BIO
138or 138or
139.Vt FILE 139.Vt FILE
140pointers, there are no functions which work directly on memory: 140pointers.
141this can be readily worked around by converting the buffers to 141There are no functions which work directly on memory,
142memory BIOs, see 142though this can be readily worked around
143by converting the buffers to memory BIOs;
144see
143.Xr BIO_s_mem 3 145.Xr BIO_s_mem 3
144for details. 146for details.
145.Sh SEE ALSO 147.Sh SEE ALSO