Merge branch 'mbedtls-1.3' into development

* commit 'a2fce21':
  Fix potential NULL dereference on bad usage

Conflicts:
	library/ssl_tls.c
This commit is contained in:
Manuel Pégourié-Gonnard 2015-04-17 20:39:07 +02:00
commit 144bc224e9
2 changed files with 46 additions and 28 deletions

View file

@ -94,6 +94,9 @@ Features
errors on use of deprecated functions.
Bugfix
* Fix potential NULL pointer dereference (not trigerrable remotely) when
ssl_write() is called before the handshake is finished (introduced in
1.3.10) (first reported by Martin Blumenstingl).
* Fix bug in pk_parse_key() that caused some valid private EC keys to be
rejected.
* Fix bug in Via Padlock support (found by Nikos Mavrogiannopoulos).