TLS v1.3: Unterschied zwischen den Versionen
Aus QBWiki
Zur Navigation springenZur Suche springen
Pascal (Diskussion | Beiträge) |
Pascal (Diskussion | Beiträge) |
||
| Zeile 28: | Zeile 28: | ||
* Launch Terminal and issue following command: <code>'''sudo defaults write /Library/Preferences/com.apple.networkd tcp_connect_enable_tls13 1'''</code> | * Launch Terminal and issue following command: <code>'''sudo defaults write /Library/Preferences/com.apple.networkd tcp_connect_enable_tls13 1'''</code> | ||
* and relaunch Safari. | * and relaunch Safari. | ||
| + | |||
| + | |||
| + | === Information === | ||
| + | |||
| + | ===== Cipher Suites: ===== | ||
| + | |||
| + | TLS_AES_256_GCM_SHA384 | ||
| + | TLS_CHACHA20_POLY1305_SHA256 | ||
| + | TLS_AES_128_GCM_SHA256 | ||
| + | TLS_AES_128_CCM_8_SHA256 | ||
| + | TLS_AES_128_CCM_SHA256 | ||
Version vom 26. März 2019, 11:37 Uhr
Inhaltsverzeichnis
Enable TLS v1.3 in all browsers
Google Chrome (version: 63+ ):
- Launch Chrome
- Type in the address bar:
chrome://flags/#tls13-variant - Check for Enabled (Final)
Opera:
- Launch Opera
- Type in the address bar:
opera://flags/#tls13-variant - Check for Enabled (Final)
Firefox (version: 61 +):
- Launch Firefox
- Type in the address bar:
about:config, search for:tls.version.maxand ensure the value is set to 4.
Safari:
- Launch Terminal and issue following command:
sudo defaults write /Library/Preferences/com.apple.networkd tcp_connect_enable_tls13 1 - and relaunch Safari.
Information
Cipher Suites:
TLS_AES_256_GCM_SHA384 TLS_CHACHA20_POLY1305_SHA256 TLS_AES_128_GCM_SHA256 TLS_AES_128_CCM_8_SHA256 TLS_AES_128_CCM_SHA256