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: Allow 0 as a valid ret value for mbedtls_ssl_write #1768

Conversation

andresag01
Copy link
Contributor

This patch modifies the documentation for mbedtls_ssl_write() to allow
0 as a valid return value as this is the correct number of bytes that
should be returned when an empty TLS Application record is sent.

This is a backport for #1006

Andres Amaya Garcia added 3 commits June 21, 2018 19:27
This patch modifies the documentation for mbedtls_ssl_write() to allow
0 as a valid return value as this is the correct number of bytes that
should be returned when an empty TLS Application record is sent.
@andresag01 andresag01 added bug mbed TLS team needs-review Every commit must be reviewed by at least two team members, labels Jun 21, 2018
@simonbutcher simonbutcher requested review from AndrzejKurek and removed request for gilles-peskine-arm June 22, 2018 08:51
Copy link
Contributor

@AndrzejKurek AndrzejKurek left a comment

Choose a reason for hiding this comment

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

This is a faithful backport.

@simonbutcher simonbutcher added approved Design and code approved - may be waiting for CI or backports approved for design and removed needs-review Every commit must be reviewed by at least two team members, labels Jun 22, 2018
@simonbutcher simonbutcher merged commit 0fc4e08 into Mbed-TLS:mbedtls-2.7 Jun 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Design and code approved - may be waiting for CI or backports bug component-tls
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants