cloudflare / tls-tris

crypto/tls, now with 100% more 1.3. THE API IS NOT STABLE AND DOCUMENTATION IS NOT GUARANTEED.
Other
292 stars 50 forks source link

Enable TLS 1.3 by default #75

Closed kriskwiatkowski closed 6 years ago

kriskwiatkowski commented 6 years ago

Currently TLS 1.2 is used by default. Internally we need to have TLS 1.3 - we will set default version to the TLS 1.3 draft 22

Lekensteyn commented 6 years ago

draft 28 has been approved by the IESG, perhaps it is better to implement that before flipping the switch?

kriskwiatkowski commented 6 years ago

I need this internally, but probably I can do it on separated branch.