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

Backport 2.7: Reset session in/out pointers in mbedtls_ssl_session_reset() #1944

Merged

Conversation

hanno-becker
Copy link

Backport of #1942 to Mbed TLS 2.7, fixing #1941.

@hanno-becker
Copy link
Author

retest

@hanno-becker hanno-becker requested review from AndrzejKurek and removed request for gilles-peskine-arm August 16, 2018 10:33
memset( ssl->out_buf, 0, MBEDTLS_SSL_BUFFER_LEN );

Copy link
Contributor

Choose a reason for hiding this comment

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

This line is inconsistent with other PR's, but I don't think it's relevant enought to block my approval.

@mpg mpg added the approved Design and code approved - may be waiting for CI or backports label Aug 17, 2018
@mpg
Copy link
Contributor

mpg commented Aug 17, 2018

retest

@simonbutcher simonbutcher added needs-ci Needs to pass CI tests and removed approved Design and code approved - may be waiting for CI or backports labels Aug 20, 2018
@Patater Patater merged commit 8058800 into Mbed-TLS:mbedtls-2.7 Aug 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug component-tls needs-ci Needs to pass CI tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants