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/CRYPTO_set_ex_data.3 | 6 +++--- src/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 | 6 +++--- src/lib/libcrypto/man/OPENSSL_malloc.3 | 6 +++--- src/lib/libcrypto/man/PEM_read.3 | 6 +++--- src/lib/libcrypto/man/PEM_read_bio_PrivateKey.3 | 6 +++--- 5 files changed, 15 insertions(+), 15 deletions(-) (limited to 'src') diff --git a/src/lib/libcrypto/man/CRYPTO_set_ex_data.3 b/src/lib/libcrypto/man/CRYPTO_set_ex_data.3 index 7cf8f6377c..35d6d5cea3 100644 --- a/src/lib/libcrypto/man/CRYPTO_set_ex_data.3 +++ b/src/lib/libcrypto/man/CRYPTO_set_ex_data.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: CRYPTO_set_ex_data.3,v 1.5 2016/11/28 22:25:51 schwarze Exp $ +.\" $OpenBSD: CRYPTO_set_ex_data.3,v 1.6 2016/11/29 07:29:52 jmc Exp $ .\" OpenSSL CRYPTO_get_ex_new_index.pod 35cb565a Nov 19 15:49:30 2015 -0500 .\" .\" This file was written by Dr. Stephen Henson . @@ -98,7 +98,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 CRYPTO_SET_EX_DATA 3 .Os .Sh NAME @@ -174,7 +174,7 @@ .Fc .Sh DESCRIPTION Several OpenSSL structures can have application specific data attached -to them, known as "exdata." +to them, known as "exdata". The specific structures are: .Bd -literal SSL diff --git a/src/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 b/src/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 index 54eb0a55b8..d03b92bec9 100644 --- a/src/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 +++ b/src/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: EVP_PKEY_set1_RSA.3,v 1.3 2016/11/27 15:25:23 schwarze Exp $ +.\" $OpenBSD: EVP_PKEY_set1_RSA.3,v 1.4 2016/11/29 07:29:52 jmc Exp $ .\" OpenSSL 9b86974e Aug 17 15:21:33 2015 -0400 .\" .\" This file was written by Dr. Stephen Henson . @@ -48,7 +48,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: November 27 2016 $ +.Dd $Mdocdate: November 29 2016 $ .Dt EVP_PKEY_SET1_RSA 3 .Os .Sh NAME @@ -207,7 +207,7 @@ will return .Pp Most applications wishing to know a key type will simply call .Fn EVP_PKEY_base_id -and will not care about the actual type: +and will not care about the actual type, which will be identical in almost all cases. .Pp In accordance with the OpenSSL naming convention, the key obtained from diff --git a/src/lib/libcrypto/man/OPENSSL_malloc.3 b/src/lib/libcrypto/man/OPENSSL_malloc.3 index bc76e8367b..71313ce7c8 100644 --- a/src/lib/libcrypto/man/OPENSSL_malloc.3 +++ b/src/lib/libcrypto/man/OPENSSL_malloc.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: OPENSSL_malloc.3,v 1.1 2016/11/28 16:33:48 schwarze Exp $ +.\" $OpenBSD: OPENSSL_malloc.3,v 1.2 2016/11/29 07:29:52 jmc Exp $ .\" .\" Copyright (c) 2016 Ingo Schwarze .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: November 28 2016 $ +.Dd $Mdocdate: November 29 2016 $ .Dt OPENSSL_MALLOC 3 .Os .Sh NAME @@ -145,7 +145,7 @@ assigns pointers to the C library functions and .Xr free 3 to those of its arguments that are not -.Dv NULL. +.Dv NULL . .Pp .Fn CRYPTO_set_mem_functions , .Fn CRYPTO_mem_ctrl , 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 . diff --git a/src/lib/libcrypto/man/PEM_read_bio_PrivateKey.3 b/src/lib/libcrypto/man/PEM_read_bio_PrivateKey.3 index 4779417435..1209b71ce1 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 @@ -.\" $OpenBSD: PEM_read_bio_PrivateKey.3,v 1.4 2016/11/28 21:50:44 schwarze Exp $ +.\" $OpenBSD: PEM_read_bio_PrivateKey.3,v 1.5 2016/11/29 07:29:52 jmc Exp $ .\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 .\" .\" This file was written by Dr. Stephen Henson . @@ -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_BIO_PRIVATEKEY 3 .Os .Sh NAME @@ -851,7 +851,7 @@ The functions process EC parameters using an .Vt EC_GROUP structure and the -.Xr d2i_ECPKParameters +.Xr d2i_ECPKParameters 3 function. .Pp The -- cgit v1.2.3-55-g6feb