summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmc <>2016-12-08 22:13:59 +0000
committerjmc <>2016-12-08 22:13:59 +0000
commitb6948e1dc0f3d04b7a4215efbff64c78f9cdd408 (patch)
tree9dc464d3e4441d16f279101e93528d006f825055
parent5418cbcc35c07098b601750bd5e31ff1f58ff2ca (diff)
downloadopenbsd-b6948e1dc0f3d04b7a4215efbff64c78f9cdd408.tar.gz
openbsd-b6948e1dc0f3d04b7a4215efbff64c78f9cdd408.tar.bz2
openbsd-b6948e1dc0f3d04b7a4215efbff64c78f9cdd408.zip
some Vt fixes;
-rw-r--r--src/lib/libcrypto/man/BN_CTX_start.36
-rw-r--r--src/lib/libcrypto/man/DES_set_key.36
-rw-r--r--src/lib/libcrypto/man/DSA_set_method.36
-rw-r--r--src/lib/libcrypto/man/HMAC.36
-rw-r--r--src/lib/libcrypto/man/engine.312
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 @@
1.\" $OpenBSD: BN_CTX_start.3,v 1.4 2016/11/20 15:47:40 schwarze Exp $ 1.\" $OpenBSD: BN_CTX_start.3,v 1.5 2016/12/08 22:13:59 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 Ulf Moeller <ulf@openssl.org>. 4.\" This file was written by Ulf Moeller <ulf@openssl.org>.
@@ -48,7 +48,7 @@
48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
49.\" OF THE POSSIBILITY OF SUCH DAMAGE. 49.\" OF THE POSSIBILITY OF SUCH DAMAGE.
50.\" 50.\"
51.Dd $Mdocdate: November 20 2016 $ 51.Dd $Mdocdate: December 8 2016 $
52.Dt BN_CTX_START 3 52.Dt BN_CTX_START 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -87,7 +87,7 @@ first.
87Then, 87Then,
88.Fn BN_CTX_get 88.Fn BN_CTX_get
89may be called repeatedly to obtain temporary 89may be called repeatedly to obtain temporary
90.Vt BIGNUM Ns s. 90.Vt BIGNUM Ns s .
91All 91All
92.Fn BN_CTX_get 92.Fn BN_CTX_get
93calls must be made before calling any other functions that use the 93calls 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 @@
1.\" $OpenBSD: DES_set_key.3,v 1.5 2016/11/21 09:56:35 schwarze Exp $ 1.\" $OpenBSD: DES_set_key.3,v 1.6 2016/12/08 22:13:59 jmc Exp $
2.\" OpenSSL c7497f34 Aug 14 10:50:26 2014 -0400 2.\" OpenSSL c7497f34 Aug 14 10:50:26 2014 -0400
3.\" 3.\"
4.\" -------------------------------------------------------------------------- 4.\" --------------------------------------------------------------------------
@@ -114,7 +114,7 @@
114.\" copied and put under another distribution licence 114.\" copied and put under another distribution licence
115.\" [including the GNU Public Licence.] 115.\" [including the GNU Public Licence.]
116.\" 116.\"
117.Dd $Mdocdate: November 21 2016 $ 117.Dd $Mdocdate: December 8 2016 $
118.Dt DES_SET_KEY 3 118.Dt DES_SET_KEY 3
119.Os 119.Os
120.Sh NAME 120.Sh NAME
@@ -460,7 +460,7 @@ to odd.
460returns 1 if the passed key is a weak key or 0 if it is ok. 460returns 1 if the passed key is a weak key or 0 if it is ok.
461.Pp 461.Pp
462The following routines mostly operate on an input and output stream of 462The following routines mostly operate on an input and output stream of
463.Vt DES_cblock Ns s. 463.Vt DES_cblock Ns s .
464.Pp 464.Pp
465.Fn DES_ecb_encrypt 465.Fn DES_ecb_encrypt
466is the basic DES encryption routine that encrypts or decrypts a single 466is 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 @@
1.\" $OpenBSD: DSA_set_method.3,v 1.4 2016/11/21 13:03:22 schwarze Exp $ 1.\" $OpenBSD: DSA_set_method.3,v 1.5 2016/12/08 22:13:59 jmc Exp $
2.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 2.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100
3.\" 3.\"
4.\" This file was written by Ulf Moeller <ulf@openssl.org>. 4.\" This file was written by Ulf Moeller <ulf@openssl.org>.
@@ -48,7 +48,7 @@
48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
49.\" OF THE POSSIBILITY OF SUCH DAMAGE. 49.\" OF THE POSSIBILITY OF SUCH DAMAGE.
50.\" 50.\"
51.Dd $Mdocdate: November 21 2016 $ 51.Dd $Mdocdate: December 8 2016 $
52.Dt DSA_SET_METHOD 3 52.Dt DSA_SET_METHOD 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -203,7 +203,7 @@ struct
203and 203and
204.Fn DSA_get_default_method 204.Fn DSA_get_default_method
205return pointers to the respective 205return pointers to the respective
206.Vt DSA_METHOD Ns s. 206.Vt DSA_METHOD Ns s .
207.Pp 207.Pp
208.Fn DSA_set_method 208.Fn DSA_set_method
209returns non-zero if the provided 209returns 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 @@
1.\" $OpenBSD: HMAC.3,v 1.4 2016/11/27 15:58:47 schwarze Exp $ 1.\" $OpenBSD: HMAC.3,v 1.5 2016/12/08 22:13:59 jmc Exp $
2.\" OpenSSL a528d4f0 Oct 27 13:40:11 2015 -0400 2.\" OpenSSL a528d4f0 Oct 27 13:40:11 2015 -0400
3.\" 3.\"
4.\" This file was written by Ulf Moeller <ulf@openssl.org>. 4.\" This file was written by Ulf Moeller <ulf@openssl.org>.
@@ -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 27 2016 $ 52.Dd $Mdocdate: December 8 2016 $
53.Dt HMAC 3 53.Dt HMAC 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
@@ -241,7 +241,7 @@ into
241.Pp 241.Pp
242.Fn HMAC_CTX_set_flags 242.Fn HMAC_CTX_set_flags
243applies the specified flags to the internal 243applies the specified flags to the internal
244.Vt EVP_MD_CTX Ns s. 244.Vt EVP_MD_CTX Ns s .
245These flags have the same meaning as for 245These flags have the same meaning as for
246.Xr EVP_MD_CTX_set_flags 3 . 246.Xr EVP_MD_CTX_set_flags 3 .
247.Pp 247.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 @@
1.\" $OpenBSD: engine.3,v 1.5 2016/11/22 12:32:07 schwarze Exp $ 1.\" $OpenBSD: engine.3,v 1.6 2016/12/08 22:13:59 jmc Exp $
2.\" OpenSSL a528d4f0 Oct 27 13:40:11 2015 -0400 2.\" OpenSSL a528d4f0 Oct 27 13:40:11 2015 -0400
3.\" 3.\"
4.\" This file was written by Geoff Thorpe <geoff@openssl.org>. 4.\" This file was written by Geoff Thorpe <geoff@openssl.org>.
@@ -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 22 2016 $ 52.Dd $Mdocdate: December 8 2016 $
53.Dt ENGINE 3 53.Dt ENGINE 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
@@ -608,9 +608,9 @@ reference.
608.Em Structural references 608.Em Structural references
609.Pp 609.Pp
610This basic type of reference is used for instantiating new 610This basic type of reference is used for instantiating new
611.Vt ENGINE Ns s, 611.Vt ENGINE Ns s ,
612iterating across OpenSSL's internal linked-list of loaded 612iterating across OpenSSL's internal linked-list of loaded
613.Vt ENGINE Ns s, 613.Vt ENGINE Ns s ,
614reading information about an 614reading information about an
615.Vt ENGINE , 615.Vt ENGINE ,
616etc. 616etc.
@@ -967,7 +967,7 @@ This mechanism is entirely based on the use of name-value pairs
967and assumes ASCII input (no unicode or UTF for now!), so it is ideal if 967and assumes ASCII input (no unicode or UTF for now!), so it is ideal if
968applications want to provide a transparent way for users to provide 968applications want to provide a transparent way for users to provide
969arbitrary configuration "directives" directly to such 969arbitrary configuration "directives" directly to such
970.Vt ENGINE Ns s. 970.Vt ENGINE Ns s .
971It is also possible for the application to dynamically interrogate the 971It is also possible for the application to dynamically interrogate the
972loaded 972loaded
973.Vt ENGINE 973.Vt ENGINE
@@ -1018,7 +1018,7 @@ Note that the string-pairs used for control commands consist of a
1018command "name" followed by the command "parameter" - the parameter 1018command "name" followed by the command "parameter" - the parameter
1019could be 1019could be
1020.Dv NULL 1020.Dv NULL
1021in some cases but the name can not. 1021in some cases but the name cannot.
1022This function should initialise the 1022This function should initialise the
1023.Vt ENGINE 1023.Vt ENGINE
1024(issuing the "pre" commands beforehand and the "post" commands 1024(issuing the "pre" commands beforehand and the "post" commands