summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjsg <>2021-11-26 13:48:22 +0000
committerjsg <>2021-11-26 13:48:22 +0000
commitc518419c83ad6d7d59312d37b14a4e606d06c667 (patch)
tree99f5dc2c193c181ecf1a0c7c2bc9c465dad592cd
parent4e43bd6737c855a4f156cb8361e1ba49a89f6ca7 (diff)
downloadopenbsd-c518419c83ad6d7d59312d37b14a4e606d06c667.tar.gz
openbsd-c518419c83ad6d7d59312d37b14a4e606d06c667.tar.bz2
openbsd-c518419c83ad6d7d59312d37b14a4e606d06c667.zip
spelling
ok schwarze@
-rw-r--r--src/lib/libcrypto/man/ASN1_TYPE_get.36
-rw-r--r--src/lib/libcrypto/man/ASN1_item_verify.36
-rw-r--r--src/lib/libcrypto/man/ASN1_parse_dump.38
-rw-r--r--src/lib/libcrypto/man/X509V3_extensions_print.36
-rw-r--r--src/lib/libcrypto/man/X509_ATTRIBUTE_set1_object.36
-rw-r--r--src/lib/libcrypto/man/X509_check_trust.36
-rw-r--r--src/lib/libcrypto/man/X509at_get_attr.36
-rw-r--r--src/lib/libssl/man/SSL_read_early_data.36
8 files changed, 25 insertions, 25 deletions
diff --git a/src/lib/libcrypto/man/ASN1_TYPE_get.3 b/src/lib/libcrypto/man/ASN1_TYPE_get.3
index 1a80ddccbc..2778936b20 100644
--- a/src/lib/libcrypto/man/ASN1_TYPE_get.3
+++ b/src/lib/libcrypto/man/ASN1_TYPE_get.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ASN1_TYPE_get.3,v 1.15 2021/11/23 17:53:59 schwarze Exp $ 1.\" $OpenBSD: ASN1_TYPE_get.3,v 1.16 2021/11/26 13:48:21 jsg Exp $
2.\" selective merge up to: OpenSSL 6328d367 Jul 4 21:58:30 2020 +0200 2.\" selective merge up to: OpenSSL 6328d367 Jul 4 21:58:30 2020 +0200
3.\" 3.\"
4.\" This file is a derived work. 4.\" This file is a derived work.
@@ -65,7 +65,7 @@
65.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 65.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
66.\" OF THE POSSIBILITY OF SUCH DAMAGE. 66.\" OF THE POSSIBILITY OF SUCH DAMAGE.
67.\" 67.\"
68.Dd $Mdocdate: November 23 2021 $ 68.Dd $Mdocdate: November 26 2021 $
69.Dt ASN1_TYPE_GET 3 69.Dt ASN1_TYPE_GET 3
70.Os 70.Os
71.Sh NAME 71.Sh NAME
@@ -296,7 +296,7 @@ unless
296.Fa num 296.Fa num
297is a 297is a
298.Dv NULL 298.Dv NULL
299pointer and copies the octet string value from the second elememt, 299pointer and copies the octet string value from the second element,
300but not more than 300but not more than
301.Fa buflen 301.Fa buflen
302bytes, into the 302bytes, into the
diff --git a/src/lib/libcrypto/man/ASN1_item_verify.3 b/src/lib/libcrypto/man/ASN1_item_verify.3
index 3e32558e7b..5d18518577 100644
--- a/src/lib/libcrypto/man/ASN1_item_verify.3
+++ b/src/lib/libcrypto/man/ASN1_item_verify.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ASN1_item_verify.3,v 1.1 2021/11/07 15:29:01 schwarze Exp $ 1.\" $OpenBSD: ASN1_item_verify.3,v 1.2 2021/11/26 13:48:21 jsg Exp $
2.\" 2.\"
3.\" Copyright (c) 2021 Ingo Schwarze <schwarze@openbsd.org> 3.\" Copyright (c) 2021 Ingo Schwarze <schwarze@openbsd.org>
4.\" 4.\"
@@ -14,7 +14,7 @@
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\" 16.\"
17.Dd $Mdocdate: November 7 2021 $ 17.Dd $Mdocdate: November 26 2021 $
18.Dt ASN1_ITEM_VERIFY 3 18.Dt ASN1_ITEM_VERIFY 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -51,7 +51,7 @@ and the private key corresponding to the public key
51.Fa pkey . 51.Fa pkey .
52.Sh RETURN VALUES 52.Sh RETURN VALUES
53.Fn ASN1_item_verify 53.Fn ASN1_item_verify
54returns 1 if signure verification succeds, 0 if signature verification 54returns 1 if signature verification succeeds, 0 if signature verification
55fails, or \-1 if 55fails, or \-1 if
56.Fa pkey 56.Fa pkey
57is 57is
diff --git a/src/lib/libcrypto/man/ASN1_parse_dump.3 b/src/lib/libcrypto/man/ASN1_parse_dump.3
index 240d2d338e..8661c55521 100644
--- a/src/lib/libcrypto/man/ASN1_parse_dump.3
+++ b/src/lib/libcrypto/man/ASN1_parse_dump.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ASN1_parse_dump.3,v 1.1 2021/07/11 19:03:45 schwarze Exp $ 1.\" $OpenBSD: ASN1_parse_dump.3,v 1.2 2021/11/26 13:48:21 jsg Exp $
2.\" 2.\"
3.\" Copyright (c) 2021 Ingo Schwarze <schwarze@openbsd.org> 3.\" Copyright (c) 2021 Ingo Schwarze <schwarze@openbsd.org>
4.\" 4.\"
@@ -14,7 +14,7 @@
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\" 16.\"
17.Dd $Mdocdate: July 11 2021 $ 17.Dd $Mdocdate: November 26 2021 $
18.Dt ASN1_PARSE_DUMP 3 18.Dt ASN1_PARSE_DUMP 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -133,7 +133,7 @@ carriage returns and horizontal tabs, it is printed as an ASCII string.
133Otherwise, the 133Otherwise, the
134.Fa dump 134.Fa dump
135argument decides the format. 135argument decides the format.
136If it is zero, a raw hex dump is emissed, consisting of two hexadecimal 136If it is zero, a raw hex dump is emitted, consisting of two hexadecimal
137digits for every data byte. 137digits for every data byte.
138If 138If
139.Fa dump 139.Fa dump
@@ -175,7 +175,7 @@ bytes.
175.Fn ASN1_parse 175.Fn ASN1_parse
176is identical to 176is identical to
177.Fn ASN1_parse_dump 177.Fn ASN1_parse_dump
178woth 0 passed as the 178with 0 passed as the
179.Fa dump 179.Fa dump
180argument. 180argument.
181.Sh RETURN VALUES 181.Sh RETURN VALUES
diff --git a/src/lib/libcrypto/man/X509V3_extensions_print.3 b/src/lib/libcrypto/man/X509V3_extensions_print.3
index ad5b02a826..8c43fe9b01 100644
--- a/src/lib/libcrypto/man/X509V3_extensions_print.3
+++ b/src/lib/libcrypto/man/X509V3_extensions_print.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: X509V3_extensions_print.3,v 1.1 2021/07/12 14:54:00 schwarze Exp $ 1.\" $OpenBSD: X509V3_extensions_print.3,v 1.2 2021/11/26 13:48:21 jsg Exp $
2.\" 2.\"
3.\" Copyright (c) 2021 Ingo Schwarze <schwarze@openbsd.org> 3.\" Copyright (c) 2021 Ingo Schwarze <schwarze@openbsd.org>
4.\" 4.\"
@@ -14,7 +14,7 @@
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\" 16.\"
17.Dd $Mdocdate: July 12 2021 $ 17.Dd $Mdocdate: November 26 2021 $
18.Dt X509V3_EXTENSIONS_PRINT 3 18.Dt X509V3_EXTENSIONS_PRINT 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -56,7 +56,7 @@ the BER-encoded data of the extension is dumped with
56without decoding it first. 56without decoding it first.
57In both cases, an 57In both cases, an
58.Fa indent 58.Fa indent
59incremented by 4 space characaters is used. 59incremented by 4 space characters is used.
60.El 60.El
61.Pp 61.Pp
62If 62If
diff --git a/src/lib/libcrypto/man/X509_ATTRIBUTE_set1_object.3 b/src/lib/libcrypto/man/X509_ATTRIBUTE_set1_object.3
index 396b31a3ec..3555d4b169 100644
--- a/src/lib/libcrypto/man/X509_ATTRIBUTE_set1_object.3
+++ b/src/lib/libcrypto/man/X509_ATTRIBUTE_set1_object.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: X509_ATTRIBUTE_set1_object.3,v 1.2 2021/10/22 13:21:06 schwarze Exp $ 1.\" $OpenBSD: X509_ATTRIBUTE_set1_object.3,v 1.3 2021/11/26 13:48:21 jsg Exp $
2.\" 2.\"
3.\" Copyright (c) 2021 Ingo Schwarze <schwarze@openbsd.org> 3.\" Copyright (c) 2021 Ingo Schwarze <schwarze@openbsd.org>
4.\" 4.\"
@@ -14,7 +14,7 @@
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\" 16.\"
17.Dd $Mdocdate: October 22 2021 $ 17.Dd $Mdocdate: November 26 2021 $
18.Dt X509_ATTRIBUTE_SET1_OBJECT 3 18.Dt X509_ATTRIBUTE_SET1_OBJECT 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -240,7 +240,7 @@ return a pointer to the changed or new object or
240.Dv NULL 240.Dv NULL
241if obtaining 241if obtaining
242.Fa obj , 242.Fa obj ,
243allocating mamory, or copying fails. 243allocating memory, or copying fails.
244.Sh SEE ALSO 244.Sh SEE ALSO
245.Xr ASN1_OBJECT_new 3 , 245.Xr ASN1_OBJECT_new 3 ,
246.Xr ASN1_STRING_new 3 , 246.Xr ASN1_STRING_new 3 ,
diff --git a/src/lib/libcrypto/man/X509_check_trust.3 b/src/lib/libcrypto/man/X509_check_trust.3
index f6a5dbe5b2..80306e3cd1 100644
--- a/src/lib/libcrypto/man/X509_check_trust.3
+++ b/src/lib/libcrypto/man/X509_check_trust.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: X509_check_trust.3,v 1.4 2021/10/29 11:25:37 schwarze Exp $ 1.\" $OpenBSD: X509_check_trust.3,v 1.5 2021/11/26 13:48:21 jsg Exp $
2.\" 2.\"
3.\" Copyright (c) 2021 Ingo Schwarze <schwarze@openbsd.org> 3.\" Copyright (c) 2021 Ingo Schwarze <schwarze@openbsd.org>
4.\" 4.\"
@@ -14,7 +14,7 @@
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\" 16.\"
17.Dd $Mdocdate: October 29 2021 $ 17.Dd $Mdocdate: November 26 2021 $
18.Dt X509_CHECK_TRUST 3 18.Dt X509_CHECK_TRUST 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -107,7 +107,7 @@ By default, the following
107identifiers are supported. 107identifiers are supported.
108The 108The
109.Dq ASN.1 NID 109.Dq ASN.1 NID
110column indicates the correspondig ASN.1 object identifier; 110column indicates the corresponding ASN.1 object identifier;
111for the relationship between ASN.1 NIDs and OIDs, see the 111for the relationship between ASN.1 NIDs and OIDs, see the
112.Xr OBJ_nid2obj 3 112.Xr OBJ_nid2obj 3
113manual page. 113manual page.
diff --git a/src/lib/libcrypto/man/X509at_get_attr.3 b/src/lib/libcrypto/man/X509at_get_attr.3
index 418302b1b3..8b85609b21 100644
--- a/src/lib/libcrypto/man/X509at_get_attr.3
+++ b/src/lib/libcrypto/man/X509at_get_attr.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: X509at_get_attr.3,v 1.5 2021/10/26 12:56:48 schwarze Exp $ 1.\" $OpenBSD: X509at_get_attr.3,v 1.6 2021/11/26 13:48:21 jsg Exp $
2.\" 2.\"
3.\" Copyright (c) 2021 Ingo Schwarze <schwarze@openbsd.org> 3.\" Copyright (c) 2021 Ingo Schwarze <schwarze@openbsd.org>
4.\" 4.\"
@@ -14,7 +14,7 @@
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\" 16.\"
17.Dd $Mdocdate: October 26 2021 $ 17.Dd $Mdocdate: November 26 2021 $
18.Dt X509AT_GET_ATTR 3 18.Dt X509AT_GET_ATTR 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -60,7 +60,7 @@
60.Sh DESCRIPTION 60.Sh DESCRIPTION
61These functions retrieve information from the 61These functions retrieve information from the
62.Fa attrs 62.Fa attrs
63array of X.501 Attibute objects. 63array of X.501 Attribute objects.
64They all fail if 64They all fail if
65.Fa attrs 65.Fa attrs
66is a 66is a
diff --git a/src/lib/libssl/man/SSL_read_early_data.3 b/src/lib/libssl/man/SSL_read_early_data.3
index 641fad2f4d..1435c15935 100644
--- a/src/lib/libssl/man/SSL_read_early_data.3
+++ b/src/lib/libssl/man/SSL_read_early_data.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: SSL_read_early_data.3,v 1.3 2021/10/27 22:11:21 tb Exp $ 1.\" $OpenBSD: SSL_read_early_data.3,v 1.4 2021/11/26 13:48:22 jsg Exp $
2.\" content checked up to: OpenSSL 6328d367 Jul 4 21:58:30 2020 +0200 2.\" content checked up to: OpenSSL 6328d367 Jul 4 21:58:30 2020 +0200
3.\" 3.\"
4.\" Copyright (c) 2020 Ingo Schwarze <schwarze@openbsd.org> 4.\" Copyright (c) 2020 Ingo Schwarze <schwarze@openbsd.org>
@@ -15,7 +15,7 @@
15.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 15.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17.\" 17.\"
18.Dd $Mdocdate: October 27 2021 $ 18.Dd $Mdocdate: November 26 2021 $
19.Dt SSL_READ_EARLY_DATA 3 19.Dt SSL_READ_EARLY_DATA 3
20.Os 20.Os
21.Sh NAME 21.Sh NAME
@@ -87,7 +87,7 @@ and because when they are used, inconspicuous oversights are likely
87to cause serious security vulnerabilities. 87to cause serious security vulnerabilities.
88.Pp 88.Pp
89If these functions are used, other TLS implementations 89If these functions are used, other TLS implementations
90may allow the transfer of application data during the inital handshake. 90may allow the transfer of application data during the initial handshake.
91Even when used as designed, security of the connection is compromised; 91Even when used as designed, security of the connection is compromised;
92in particular, application data is exchanged with unauthenticated peers, 92in particular, application data is exchanged with unauthenticated peers,
93and there is no forward secrecy. 93and there is no forward secrecy.