mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-29 20:44:17 +01:00
Merge remote-tracking branch 'upstream-public/pr/1542' into mbedtls-2.1-proposed
This commit is contained in:
commit
8b1cddcf26
@ -36,6 +36,8 @@ Changes
|
|||||||
MBEDTLS_ASN1_PARSE_C is not enabled. This allows the use of PBKDF2
|
MBEDTLS_ASN1_PARSE_C is not enabled. This allows the use of PBKDF2
|
||||||
without PBES2. Fixed by Marcos Del Sol Vives.
|
without PBES2. Fixed by Marcos Del Sol Vives.
|
||||||
* Improve the documentation of mbedtls_net_accept(). Contributed by Ivan Krylov.
|
* Improve the documentation of mbedtls_net_accept(). Contributed by Ivan Krylov.
|
||||||
|
* Improve the documentation of mbedtls_ssl_write(). Suggested by
|
||||||
|
Paul Sokolovsky in #1356.
|
||||||
|
|
||||||
= mbed TLS 2.1.11 branch released 2018-03-16
|
= mbed TLS 2.1.11 branch released 2018-03-16
|
||||||
|
|
||||||
|
@ -2229,7 +2229,9 @@ int mbedtls_ssl_read( mbedtls_ssl_context *ssl, unsigned char *buf, size_t len )
|
|||||||
*
|
*
|
||||||
* \note When this function returns MBEDTLS_ERR_SSL_WANT_WRITE/READ,
|
* \note When this function returns MBEDTLS_ERR_SSL_WANT_WRITE/READ,
|
||||||
* it must be called later with the *same* arguments,
|
* it must be called later with the *same* arguments,
|
||||||
* until it returns a positive value.
|
* until it returns a positive value. When the function returns
|
||||||
|
* MBEDTLS_ERR_SSL_WANT_WRITE there may be some partial
|
||||||
|
* data in the output buffer, however this is not yet sent.
|
||||||
*
|
*
|
||||||
* \note If the requested length is greater than the maximum
|
* \note If the requested length is greater than the maximum
|
||||||
* fragment length (either the built-in limit or the one set
|
* fragment length (either the built-in limit or the one set
|
||||||
|
Loading…
Reference in New Issue
Block a user