Update kestrel.md (#18803)

* Update kestrel.md

* Update aspnetcore/fundamentals/servers/kestrel.md

Co-authored-by: Chris Ross <Tratcher@Outlook.com>

Co-authored-by: Chris Ross <Tratcher@Outlook.com>
pull/18820/head
Rick Anderson 2020-06-15 13:49:11 -10:00 committed by GitHub
parent 94755487c2
commit 98b8d558c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -712,7 +712,7 @@ TLS restrictions for HTTP/2:
* Minimum ephemeral key exchange sizes:
* Elliptic curve Diffie-Hellman (ECDHE) &lbrack;[RFC4492](https://www.ietf.org/rfc/rfc4492.txt)&rbrack;: 224 bits minimum
* Finite field Diffie-Hellman (DHE) &lbrack;`TLS12`&rbrack;: 2048 bits minimum
* Cipher suite not blacklisted
* Cipher suite not prohibited.
`TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256` &lbrack;`TLS-ECDHE`&rbrack; with the P-256 elliptic curve &lbrack;`FIPS186`&rbrack; is supported by default.