In order for any client to successfully connect with a Fuse domain, they must support the following:
SNI
Server Name Indication (SNI) is an extension of the TLS protocol. It allows the client to specify which hostname they want to connect to using the SNI extension in the TLS handshake, which in turn allows the server to select the corresponding certificate.
TLS
The following Transport Layer Security (TLS) are supported by Fuse:
Protocol | Supported |
---|---|
TLS 1.3 | YES |
TLS 1.2 | YES |
TLS 1.1 | NO |
TLS 1.0 | NO |
SSL 3 | NO |
SSL 2 | NO |
Cipher Suites
TLS 1.3
Server has no preference
Cipher | Hex Code | Key Length | |
---|---|---|---|
1 | 0x1301 | 128 | |
2 | 0x1302 | 256 | |
3 | 0x1303 | 256 |
TLS 1.2
In server-preferred order
Cipher | Hex Code | Key Length | |
---|---|---|---|
1 | 0xc02f | 128 | |
2 | 0xc030 | 256 | |
3 | 0xcca8 | 256 | |
4 | 0xc027 | 128 | |
5 | 0xc028 | 256 | |
6 | 0xc013 | 128 | |
7 | 0xc014 | 256 |