Skip to content
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

support for session ticket resumption rate, and possible false negative in ticket resumption #53

Closed
lziest opened this issue Feb 20, 2015 · 2 comments

Comments

@lziest
Copy link

lziest commented Feb 20, 2015

It would be nice to extend --resum_rate to include session ticket resumption tests.

And there is a possibility that session ticket resumption return "false" even though the session is correctly resumed, because it only compares the sent session ticket and returned one, but according RFC 5077, the server may return a renewed session ticket if the ticket encryption key is rotated. I would recommend using the more reliable 'hit' bit in OpenSSL's SSL struct.

@nabla-c0d3
Copy link
Owner

Thanks and sounds good. I'll look into this.

@nabla-c0d3 nabla-c0d3 added this to the 0.12 milestone Apr 4, 2015
@nabla-c0d3 nabla-c0d3 removed this from the 0.12 milestone Apr 19, 2020
@nabla-c0d3
Copy link
Owner

Fixed in v5.0.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants