|
|
|
|
|
by stock_toaster
3540 days ago
|
|
> (X25519 is also the default between Chrome and
> web servers: https://www.chromestatus.com/feature/5682529109540864 )
I thought chacha20/poly was the default. That's what I get when I connect to https://www.google.com with chrome (chrome-53) at any rate. |
|
But anyway, chacha20-poly1305 is actually one of these [1]:
and you use only the first two from the list. The "ECDHE" part can be regular ECDHE with P-256 or X25519.1 - https://tools.ietf.org/html/rfc7905#section-2