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

always duplicate tickets when creating a new session #318

Merged
merged 1 commit into from
Nov 27, 2018
Merged

Conversation

tomato42
Copy link
Member

@tomato42 tomato42 commented Nov 26, 2018

the Session.tickets and TLSConnection.tickets should be one and the same object, that means, the tickets need to always be provided to the session constructor

fixes #317


This change is Reviewable

@tomato42 tomato42 added the bug unintented behaviour in tlslite-ng code label Nov 26, 2018
@tomato42 tomato42 added this to the v0.8.0 milestone Nov 26, 2018
@tomato42 tomato42 self-assigned this Nov 26, 2018
@tomato42 tomato42 requested a review from ep69 November 26, 2018 15:50
Copy link
Collaborator

@ep69 ep69 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 1 of 1 files at r1.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

@tomato42 tomato42 merged commit d00ad94 into master Nov 27, 2018
@tomato42
Copy link
Member Author

@ep69 Thanks!

@tomato42 tomato42 deleted the fix-317 branch November 27, 2018 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug unintented behaviour in tlslite-ng code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"assert connection.tickets is session.tickets" fires after all TLS client connections
2 participants