From 98b8d558c4bc6b03ef3caf14945a60a92d35bf6e Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Mon, 15 Jun 2020 13:49:11 -1000 Subject: [PATCH] Update kestrel.md (#18803) * Update kestrel.md * Update aspnetcore/fundamentals/servers/kestrel.md Co-authored-by: Chris Ross Co-authored-by: Chris Ross --- aspnetcore/fundamentals/servers/kestrel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/fundamentals/servers/kestrel.md b/aspnetcore/fundamentals/servers/kestrel.md index c368a320e3..155c893bf7 100644 --- a/aspnetcore/fundamentals/servers/kestrel.md +++ b/aspnetcore/fundamentals/servers/kestrel.md @@ -712,7 +712,7 @@ TLS restrictions for HTTP/2: * Minimum ephemeral key exchange sizes: * Elliptic curve Diffie-Hellman (ECDHE) [[RFC4492](https://www.ietf.org/rfc/rfc4492.txt)]: 224 bits minimum * Finite field Diffie-Hellman (DHE) [`TLS12`]: 2048 bits minimum -* Cipher suite not blacklisted +* Cipher suite not prohibited. `TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256` [`TLS-ECDHE`] with the P-256 elliptic curve [`FIPS186`] is supported by default.