| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 51d9553 commit 3ef05a0
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -357,15 +357,15 @@ the default configuration. If these clients _must_ be supported, the | |||
| 357 | 357 | [TLS recommendations][] may offer a compatible cipher suite. For more details | |
| 358 | 358 | on the format, see the OpenSSL [cipher list format][] documentation. | |
| 359 | 359 | ||
| 360 | - There are only 5 TLSv1.3 cipher suites: | ||
| 360 | + There are only five TLSv1.3 cipher suites: | ||
| 361 | 361 | ||
| 362 | 362 | * `'TLS_AES_256_GCM_SHA384'` | |
| 363 | 363 | * `'TLS_CHACHA20_POLY1305_SHA256'` | |
| 364 | 364 | * `'TLS_AES_128_GCM_SHA256'` | |
| 365 | 365 | * `'TLS_AES_128_CCM_SHA256'` | |
| 366 | 366 | * `'TLS_AES_128_CCM_8_SHA256'` | |
| 367 | 367 | ||
| 368 | - The first 3 are enabled by default. The last 2 `CCM`-based suites are supported | ||
| 368 | + The first three are enabled by default. The two `CCM`-based suites are supported | ||
| 369 | 369 | by TLSv1.3 because they may be more performant on constrained systems, but they | |
| 370 | 370 | are not enabled by default since they offer less security. | |
| 371 | 371 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments