From 39dfbc5531ed034e44872ca9f3497f882c480f07 Mon Sep 17 00:00:00 2001 From: jmc <> Date: Tue, 29 Nov 2016 07:29:52 +0000 Subject: minor cleanup; --- src/lib/libcrypto/man/PEM_read.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/libcrypto/man/PEM_read.3') 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 @@ -.\" $OpenBSD: PEM_read.3,v 1.1 2016/11/28 17:55:26 schwarze Exp $ +.\" $OpenBSD: PEM_read.3,v 1.2 2016/11/29 07:29:52 jmc Exp $ .\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 .\" .\" This file was written by Viktor Dukhovni @@ -49,7 +49,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: November 28 2016 $ +.Dd $Mdocdate: November 29 2016 $ .Dt PEM_READ 3 .Os .Sh NAME @@ -191,7 +191,7 @@ encryption format is obsolete and should be avoided. It uses an encryption format with an OpenSSL-specific key-derivation function, which employs MD5 with an iteration count of 1. Instead, private keys should be stored in PKCS#8 form, with a strong -PKCS#5 v2.0 PBE, see +PKCS#5 v2.0 PBE; see .Xr PEM_write_PrivateKey 3 and .Xr d2i_PKCS8PrivateKey_bio 3 . -- cgit v1.2.3-55-g6feb