summaryrefslogtreecommitdiff
path: root/src/lib/libssl
diff options
context:
space:
mode:
authorjsg <>2021-11-26 13:48:22 +0000
committerjsg <>2021-11-26 13:48:22 +0000
commitc518419c83ad6d7d59312d37b14a4e606d06c667 (patch)
tree99f5dc2c193c181ecf1a0c7c2bc9c465dad592cd /src/lib/libssl
parent4e43bd6737c855a4f156cb8361e1ba49a89f6ca7 (diff)
downloadopenbsd-c518419c83ad6d7d59312d37b14a4e606d06c667.tar.gz
openbsd-c518419c83ad6d7d59312d37b14a4e606d06c667.tar.bz2
openbsd-c518419c83ad6d7d59312d37b14a4e606d06c667.zip
spelling
ok schwarze@
Diffstat (limited to 'src/lib/libssl')
-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.