Merge remote-tracking branch 'upstream-public/pr/1141' into development

This commit is contained in:
Gilles Peskine 2017-11-29 20:50:59 +01:00
commit 0884f4811b
6 changed files with 89 additions and 28 deletions

View file

@ -48,6 +48,8 @@ Bugfix
* Fix bugs in RSA test suite under MBEDTLS_NO_PLATFORM_ENTROPY. #1023 #1024
* Fix net_would_block to avoid modification by errno through fcntl call.
Found by nkolban. Fixes #845.
* Fix handling of handshake messages in mbedtls_ssl_read in case
MBEDTLS_SSL_RENEGOTIATION is disabled. Found by erja-gp.
Changes
* Extend cert_write example program by options to set the CRT version