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
parent
94755487c2
commit
98b8d558c4
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue