diff options
author | jsg <> | 2021-11-26 13:48:22 +0000 |
---|---|---|
committer | jsg <> | 2021-11-26 13:48:22 +0000 |
commit | c518419c83ad6d7d59312d37b14a4e606d06c667 (patch) | |
tree | 99f5dc2c193c181ecf1a0c7c2bc9c465dad592cd /src/lib/libssl | |
parent | 4e43bd6737c855a4f156cb8361e1ba49a89f6ca7 (diff) | |
download | openbsd-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.3 | 6 |
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 | |||
87 | to cause serious security vulnerabilities. | 87 | to cause serious security vulnerabilities. |
88 | .Pp | 88 | .Pp |
89 | If these functions are used, other TLS implementations | 89 | If these functions are used, other TLS implementations |
90 | may allow the transfer of application data during the inital handshake. | 90 | may allow the transfer of application data during the initial handshake. |
91 | Even when used as designed, security of the connection is compromised; | 91 | Even when used as designed, security of the connection is compromised; |
92 | in particular, application data is exchanged with unauthenticated peers, | 92 | in particular, application data is exchanged with unauthenticated peers, |
93 | and there is no forward secrecy. | 93 | and there is no forward secrecy. |