-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TLS 1.3 #592
Labels
Comments
PSK is done. |
0RTT is done. |
Client full handshake: done. |
The merge process of cryptonite: done. |
Client HRR and 0RTT: done. |
I decided to maintain haskell-tls/hs-tls#167 instead of this issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
TLS 1.3 is being standardized in IETF.
Note that the version would be renamed in the future.
In my local branches, TLS 1.3 is working for Warp:
Now, I have implemented TLS 1.3 ID 18 in the server side only:
I'm now trying to implement:
The text was updated successfully, but these errors were encountered: