summaryrefslogtreecommitdiff
path: root/src/lib/libssl/man
diff options
context:
space:
mode:
authorjsg <>2021-11-26 13:48:22 +0000
committerjsg <>2021-11-26 13:48:22 +0000
commit23b069c48a99250d6710863653e8c8bf3610cf4d (patch)
tree99f5dc2c193c181ecf1a0c7c2bc9c465dad592cd /src/lib/libssl/man
parent4793a6f7518c51629b6b0f5c33de302c06467b07 (diff)
downloadopenbsd-23b069c48a99250d6710863653e8c8bf3610cf4d.tar.gz
openbsd-23b069c48a99250d6710863653e8c8bf3610cf4d.tar.bz2
openbsd-23b069c48a99250d6710863653e8c8bf3610cf4d.zip
spelling
ok schwarze@
Diffstat (limited to 'src/lib/libssl/man')
-rw-r--r--src/lib/libssl/man/SSL_read_early_data.36
1 files changed, 3 insertions, 3 deletions
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.