From: Yedaya Katsman Date: Mon, 20 Jan 2025 19:58:35 +0000 (+0200) Subject: docs/TLS-SESSIONS: fix typo, the->they X-Git-Tag: curl-8_12_0~73 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=38ad3902bfc61c795d01a52e5d2318d6e6a70044;p=thirdparty%2Fcurl.git docs/TLS-SESSIONS: fix typo, the->they Closes #16057 --- diff --git a/docs/internals/TLS-SESSIONS.md b/docs/internals/TLS-SESSIONS.md index 47167ba6c5..26fac5c784 100644 --- a/docs/internals/TLS-SESSIONS.md +++ b/docs/internals/TLS-SESSIONS.md @@ -59,7 +59,7 @@ One important thing: peer keys do not contain confidential information. If you configure a client certificate or SRP authentication with username/password, these are not part of the peer key. -However, peer keys carry the hostnames you use curl for. The *do* +However, peer keys carry the hostnames you use curl for. They *do* leak the privacy of your communication. We recommend to *not* persist peer keys for this reason.