summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2016-11-29 07:29:52 +0000
committerjmc <jmc@openbsd.org>2016-11-29 07:29:52 +0000
commit1143dfa48266b65fd0799ace0cad9fcec36ed1ae (patch)
tree25e8b67fbefd8dbf663b0244033655fb23d440f5
parentarticle fix; from rob pierce (diff)
downloadwireguard-openbsd-1143dfa48266b65fd0799ace0cad9fcec36ed1ae.tar.xz
wireguard-openbsd-1143dfa48266b65fd0799ace0cad9fcec36ed1ae.zip
minor cleanup;
-rw-r--r--lib/libcrypto/man/CRYPTO_set_ex_data.36
-rw-r--r--lib/libcrypto/man/EVP_PKEY_set1_RSA.36
-rw-r--r--lib/libcrypto/man/OPENSSL_malloc.36
-rw-r--r--lib/libcrypto/man/PEM_read.36
-rw-r--r--lib/libcrypto/man/PEM_read_bio_PrivateKey.36
5 files changed, 15 insertions, 15 deletions
diff --git a/lib/libcrypto/man/CRYPTO_set_ex_data.3 b/lib/libcrypto/man/CRYPTO_set_ex_data.3
index 7cf8f6377c7..35d6d5cea3f 100644
--- a/lib/libcrypto/man/CRYPTO_set_ex_data.3
+++ b/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 <steve@openssl.org>.
@@ -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/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 b/lib/libcrypto/man/EVP_PKEY_set1_RSA.3
index 54eb0a55b8f..d03b92bec90 100644
--- a/lib/libcrypto/man/EVP_PKEY_set1_RSA.3
+++ b/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 <steve@openssl.org>.
@@ -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/lib/libcrypto/man/OPENSSL_malloc.3 b/lib/libcrypto/man/OPENSSL_malloc.3
index bc76e8367b6..71313ce7c86 100644
--- a/lib/libcrypto/man/OPENSSL_malloc.3
+++ b/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 <schwarze@openbsd.org>
.\"
@@ -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/lib/libcrypto/man/PEM_read.3 b/lib/libcrypto/man/PEM_read.3
index bca26f1ef6c..50bce044ff4 100644
--- a/lib/libcrypto/man/PEM_read.3
+++ b/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/lib/libcrypto/man/PEM_read_bio_PrivateKey.3 b/lib/libcrypto/man/PEM_read_bio_PrivateKey.3
index 47794174356..1209b71ce19 100644
--- a/lib/libcrypto/man/PEM_read_bio_PrivateKey.3
+++ b/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 <steve@openssl.org>.
@@ -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