summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/d2i_PKCS8PrivateKey_bio.3
diff options
context:
space:
mode:
authorschwarze <>2019-06-07 19:28:52 +0000
committerschwarze <>2019-06-07 19:28:52 +0000
commit0055d69882c8483326201e23820aa690a93b5b96 (patch)
tree93c68086454fe70402541a07ebf88a302540a80f /src/lib/libcrypto/man/d2i_PKCS8PrivateKey_bio.3
parent55dd5ad4d307944265e4a5115099b6ebbcbe5eca (diff)
downloadopenbsd-0055d69882c8483326201e23820aa690a93b5b96.tar.gz
openbsd-0055d69882c8483326201e23820aa690a93b5b96.tar.bz2
openbsd-0055d69882c8483326201e23820aa690a93b5b96.zip
remove cross-references to the obsolete function OpenSSL_add_all_algorithms(3)
Diffstat (limited to 'src/lib/libcrypto/man/d2i_PKCS8PrivateKey_bio.3')
-rw-r--r--src/lib/libcrypto/man/d2i_PKCS8PrivateKey_bio.310
1 files changed, 2 insertions, 8 deletions
diff --git a/src/lib/libcrypto/man/d2i_PKCS8PrivateKey_bio.3 b/src/lib/libcrypto/man/d2i_PKCS8PrivateKey_bio.3
index 9ac275e2a6..58dd989fae 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.10 2018/03/22 16:06:33 schwarze Exp $ 1.\" $OpenBSD: d2i_PKCS8PrivateKey_bio.3,v 1.11 2019/06/07 19:28:52 schwarze Exp $
2.\" full merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800 2.\" full merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800
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: March 22 2018 $ 51.Dd $Mdocdate: June 7 2019 $
52.Dt D2I_PKCS8PRIVATEKEY_BIO 3 52.Dt D2I_PKCS8PRIVATEKEY_BIO 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -124,12 +124,6 @@ Other than the use of DER as opposed to PEM these functions are
124identical to the corresponding functions described in 124identical to the corresponding functions described in
125.Xr PEM_read_PrivateKey 3 . 125.Xr PEM_read_PrivateKey 3 .
126.Pp 126.Pp
127Before using these functions,
128.Xr OpenSSL_add_all_algorithms 3
129should be called to initialize the internal algorithm lookup tables.
130Otherwise errors about unknown algorithms will occur if an attempt is
131made to decrypt a private key.
132.Pp
133These functions are currently the only way to store encrypted private 127These functions are currently the only way to store encrypted private
134keys using DER format. 128keys using DER format.
135.Pp 129.Pp