net/tls: apply mbedtls patch to prevent bypass of authentication issue
authorJoohwan Kim <joohwani.kim@samsung.com>
Wed, 20 Sep 2017 11:00:38 +0000 (20:00 +0900)
committerDaesung <daesung87.an@samsung.com>
Thu, 12 Oct 2017 08:27:02 +0000 (17:27 +0900)
commit250064d6143385b5a2d7b48f15d9a703c034a3e1
tree31339149c1ba8a1c2c7402c4692d97e47ef4fc44
parent19a107050870d917ef20040b8c7f173b3e21cddb
net/tls: apply mbedtls patch to prevent bypass of authentication issue

If optional authentication is configured, allows remote attackers
to bypass peer authentication via an X.509 certificate chain with
many intermediates. So, this commit applies patch to prevent thus issue.

Change-Id: If77de1f62928c1107e420c2b41bccf6186f19599
Signed-off-by: Joohwan Kim <joohwani.kim@samsung.com>
external/include/mbedtls/error.h
external/include/mbedtls/see_internal.h
external/include/mbedtls/ssl.h
external/include/mbedtls/x509.h
external/include/mbedtls/x509_crt.h
external/mbedtls/error.c
external/mbedtls/x509_crt.c