mbedtls: update to 2.6.0 CVE-2017-14032
authorKevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
Fri, 1 Sep 2017 18:04:29 +0000 (19:04 +0100)
committerStijn Tintel <stijn@linux-ipv6.be>
Sun, 10 Sep 2017 23:56:14 +0000 (01:56 +0200)
commit69ac637fbbc3fedb7fd9bd12cddd47b1e3875766
tree94d71ee7e9b4905d6a404d6feea010407ab5fcf2
parent21014d9708d586becbd62da571effadb488da9fc
mbedtls: update to 2.6.0 CVE-2017-14032

Fixed an authentication bypass issue in SSL/TLS. When the TLS
authentication mode was set to 'optional',
mbedtls_ssl_get_verify_result() would incorrectly return 0 when the
peer's X.509 certificate chain had more than
MBEDTLS_X509_MAX_INTERMEDIATE_CA intermediates (default: 8), even when
it was not trusted. This could be triggered remotely on both the client
and server side. (Note, with the authentication mode set by
mbedtls_ssl_conf_authmode()to be 'required' (the default), the handshake
was correctly aborted).

Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
Tested-by: Magnus Kroken <mkroken@gmail.com>
package/libs/mbedtls/Makefile
package/libs/mbedtls/patches/200-config.patch