diff options
Diffstat (limited to 'src/lib/libcrypto/man/PEM_read.3')
-rw-r--r-- | src/lib/libcrypto/man/PEM_read.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/PEM_read.3 b/src/lib/libcrypto/man/PEM_read.3 index bca26f1ef6..50bce044ff 100644 --- a/src/lib/libcrypto/man/PEM_read.3 +++ b/src/lib/libcrypto/man/PEM_read.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: PEM_read.3,v 1.1 2016/11/28 17:55:26 schwarze Exp $ | 1 | .\" $OpenBSD: PEM_read.3,v 1.2 2016/11/29 07:29:52 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 Viktor Dukhovni | 4 | .\" This file was written by Viktor Dukhovni |
@@ -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: November 28 2016 $ | 52 | .Dd $Mdocdate: November 29 2016 $ |
53 | .Dt PEM_READ 3 | 53 | .Dt PEM_READ 3 |
54 | .Os | 54 | .Os |
55 | .Sh NAME | 55 | .Sh NAME |
@@ -191,7 +191,7 @@ encryption format is obsolete and should be avoided. | |||
191 | It uses an encryption format with an OpenSSL-specific key-derivation | 191 | It uses an encryption format with an OpenSSL-specific key-derivation |
192 | function, which employs MD5 with an iteration count of 1. | 192 | function, which employs MD5 with an iteration count of 1. |
193 | Instead, private keys should be stored in PKCS#8 form, with a strong | 193 | Instead, private keys should be stored in PKCS#8 form, with a strong |
194 | PKCS#5 v2.0 PBE, see | 194 | PKCS#5 v2.0 PBE; see |
195 | .Xr PEM_write_PrivateKey 3 | 195 | .Xr PEM_write_PrivateKey 3 |
196 | and | 196 | and |
197 | .Xr d2i_PKCS8PrivateKey_bio 3 . | 197 | .Xr d2i_PKCS8PrivateKey_bio 3 . |