-
Notifications
You must be signed in to change notification settings - Fork 8
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
Handle multiple NewSessionTicket messages #56
Comments
I believe this issue is related to #54 |
I fixed this issue in #61 |
Not sure if the issue is fixed. Here is my attempt to connect to enabled.tls13.com:
|
@zhihan I believe this issue is fixed in the sense that the client no longer fails upon receipt of multiple NewSessionTicket messages. Could you confirm? However, IIRC the client will ignore all but the first ticket, which is something that will be addressed by @hannestschofenig' ongoing rework of the ticket handling -- @hannestschofenig, correct me if I'm wrong here. |
#161 addresses this issue. |
Thanks!
…On Tue, Mar 23, 2021, 7:14 AM Hannes Tschofenig ***@***.***> wrote:
#161 <#161> addresses
this issue.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#56 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJIY6KLXNCD2RPQ4O3ZYPDTFBZXXANCNFSM4TQAGITQ>
.
|
I executed
(using the code at #161) and it saved two tickets:
|
If a server sends multiple NewSessionTicket in post-handshake data, the client will error out with the following message:
"bad new session ticket message"
The text was updated successfully, but these errors were encountered: