Merge branch 'development' into development-restricted

* development:
  Upgrade yotta dependency versions
  Fix compile error in net.c with musl libc
  Add missing warning in doc
This commit is contained in:
Manuel Pégourié-Gonnard
2015-10-05 14:47:43 +01:00
4 changed files with 9 additions and 3 deletions

View File

@@ -33,6 +33,10 @@ Security
unless you allow third parties to pick trust CAs for client auth.
Found by Guido Vranken, Intelworks.
Bugfix
* Fix compile error in net.c with musl libc. Found and patch provided by
zhasha (#278).
Changes
* Added checking of hostname length in mbedtls_ssl_set_hostname() to ensure
domain names are compliant with RFC 1035.