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

This commit is contained in:
Gilles Peskine 2017-12-01 22:36:21 +01:00
commit e3783da0b2
4 changed files with 56 additions and 8 deletions

View file

@ -50,6 +50,8 @@ Bugfix
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.
* Add a check for invalid private parameters in mbedtls_ecdsa_sign.
Reported by Yolan Romailler.
Changes
* Extend cert_write example program by options to set the CRT version