From b6948e1dc0f3d04b7a4215efbff64c78f9cdd408 Mon Sep 17 00:00:00 2001 From: jmc <> Date: Thu, 8 Dec 2016 22:13:59 +0000 Subject: some Vt fixes; --- src/lib/libcrypto/man/BN_CTX_start.3 | 6 +++--- src/lib/libcrypto/man/DES_set_key.3 | 6 +++--- src/lib/libcrypto/man/DSA_set_method.3 | 6 +++--- src/lib/libcrypto/man/HMAC.3 | 6 +++--- src/lib/libcrypto/man/engine.3 | 12 ++++++------ 5 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/lib/libcrypto/man/BN_CTX_start.3 b/src/lib/libcrypto/man/BN_CTX_start.3 index b6b029f600..46ebfd386d 100644 --- a/src/lib/libcrypto/man/BN_CTX_start.3 +++ b/src/lib/libcrypto/man/BN_CTX_start.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: BN_CTX_start.3,v 1.4 2016/11/20 15:47:40 schwarze Exp $ +.\" $OpenBSD: BN_CTX_start.3,v 1.5 2016/12/08 22:13:59 jmc Exp $ .\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 .\" .\" This file was written by Ulf Moeller . @@ -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 20 2016 $ +.Dd $Mdocdate: December 8 2016 $ .Dt BN_CTX_START 3 .Os .Sh NAME @@ -87,7 +87,7 @@ first. Then, .Fn BN_CTX_get may be called repeatedly to obtain temporary -.Vt BIGNUM Ns s. +.Vt BIGNUM Ns s . All .Fn BN_CTX_get calls must be made before calling any other functions that use the diff --git a/src/lib/libcrypto/man/DES_set_key.3 b/src/lib/libcrypto/man/DES_set_key.3 index 13da285a99..7d48ca5bfe 100644 --- a/src/lib/libcrypto/man/DES_set_key.3 +++ b/src/lib/libcrypto/man/DES_set_key.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: DES_set_key.3,v 1.5 2016/11/21 09:56:35 schwarze Exp $ +.\" $OpenBSD: DES_set_key.3,v 1.6 2016/12/08 22:13:59 jmc Exp $ .\" OpenSSL c7497f34 Aug 14 10:50:26 2014 -0400 .\" .\" -------------------------------------------------------------------------- @@ -114,7 +114,7 @@ .\" copied and put under another distribution licence .\" [including the GNU Public Licence.] .\" -.Dd $Mdocdate: November 21 2016 $ +.Dd $Mdocdate: December 8 2016 $ .Dt DES_SET_KEY 3 .Os .Sh NAME @@ -460,7 +460,7 @@ to odd. returns 1 if the passed key is a weak key or 0 if it is ok. .Pp The following routines mostly operate on an input and output stream of -.Vt DES_cblock Ns s. +.Vt DES_cblock Ns s . .Pp .Fn DES_ecb_encrypt is the basic DES encryption routine that encrypts or decrypts a single diff --git a/src/lib/libcrypto/man/DSA_set_method.3 b/src/lib/libcrypto/man/DSA_set_method.3 index 56f22479d0..59ee475d1a 100644 --- a/src/lib/libcrypto/man/DSA_set_method.3 +++ b/src/lib/libcrypto/man/DSA_set_method.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: DSA_set_method.3,v 1.4 2016/11/21 13:03:22 schwarze Exp $ +.\" $OpenBSD: DSA_set_method.3,v 1.5 2016/12/08 22:13:59 jmc Exp $ .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 .\" .\" This file was written by Ulf Moeller . @@ -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 21 2016 $ +.Dd $Mdocdate: December 8 2016 $ .Dt DSA_SET_METHOD 3 .Os .Sh NAME @@ -203,7 +203,7 @@ struct and .Fn DSA_get_default_method return pointers to the respective -.Vt DSA_METHOD Ns s. +.Vt DSA_METHOD Ns s . .Pp .Fn DSA_set_method returns non-zero if the provided diff --git a/src/lib/libcrypto/man/HMAC.3 b/src/lib/libcrypto/man/HMAC.3 index d4de25809f..c523916c5c 100644 --- a/src/lib/libcrypto/man/HMAC.3 +++ b/src/lib/libcrypto/man/HMAC.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: HMAC.3,v 1.4 2016/11/27 15:58:47 schwarze Exp $ +.\" $OpenBSD: HMAC.3,v 1.5 2016/12/08 22:13:59 jmc Exp $ .\" OpenSSL a528d4f0 Oct 27 13:40:11 2015 -0400 .\" .\" This file was written by Ulf Moeller . @@ -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 27 2016 $ +.Dd $Mdocdate: December 8 2016 $ .Dt HMAC 3 .Os .Sh NAME @@ -241,7 +241,7 @@ into .Pp .Fn HMAC_CTX_set_flags applies the specified flags to the internal -.Vt EVP_MD_CTX Ns s. +.Vt EVP_MD_CTX Ns s . These flags have the same meaning as for .Xr EVP_MD_CTX_set_flags 3 . .Pp diff --git a/src/lib/libcrypto/man/engine.3 b/src/lib/libcrypto/man/engine.3 index 5b7cad4321..555d1ba90b 100644 --- a/src/lib/libcrypto/man/engine.3 +++ b/src/lib/libcrypto/man/engine.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: engine.3,v 1.5 2016/11/22 12:32:07 schwarze Exp $ +.\" $OpenBSD: engine.3,v 1.6 2016/12/08 22:13:59 jmc Exp $ .\" OpenSSL a528d4f0 Oct 27 13:40:11 2015 -0400 .\" .\" This file was written by Geoff Thorpe . @@ -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 22 2016 $ +.Dd $Mdocdate: December 8 2016 $ .Dt ENGINE 3 .Os .Sh NAME @@ -608,9 +608,9 @@ reference. .Em Structural references .Pp This basic type of reference is used for instantiating new -.Vt ENGINE Ns s, +.Vt ENGINE Ns s , iterating across OpenSSL's internal linked-list of loaded -.Vt ENGINE Ns s, +.Vt ENGINE Ns s , reading information about an .Vt ENGINE , etc. @@ -967,7 +967,7 @@ This mechanism is entirely based on the use of name-value pairs and assumes ASCII input (no unicode or UTF for now!), so it is ideal if applications want to provide a transparent way for users to provide arbitrary configuration "directives" directly to such -.Vt ENGINE Ns s. +.Vt ENGINE Ns s . It is also possible for the application to dynamically interrogate the loaded .Vt ENGINE @@ -1018,7 +1018,7 @@ Note that the string-pairs used for control commands consist of a command "name" followed by the command "parameter" - the parameter could be .Dv NULL -in some cases but the name can not. +in some cases but the name cannot. This function should initialise the .Vt ENGINE (issuing the "pre" commands beforehand and the "post" commands -- cgit v1.2.3-55-g6feb