mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-08 10:09:54 +00:00
X509: Fix bug triggered by future CA among trusted
Fix an issue that caused valid certificates being rejected whenever an expired or not yet valid version of the trusted certificate was before the valid version in the trusted certificate list.
This commit is contained in:
parent
c9b564e64c
commit
ae01c3cc62
|
@ -52,6 +52,9 @@ Bugfix
|
||||||
* Fixed the sample applications gen_key.c, cert_req.c and cert_write.c for
|
* Fixed the sample applications gen_key.c, cert_req.c and cert_write.c for
|
||||||
builds where the configuration POLARSSL_PEM_WRITE_C is not defined. Found
|
builds where the configuration POLARSSL_PEM_WRITE_C is not defined. Found
|
||||||
by inestlerode. #559.
|
by inestlerode. #559.
|
||||||
|
* Fix an issue that caused valid certificates being rejected whenever an
|
||||||
|
expired or not yet valid version of the trusted certificate was before the
|
||||||
|
valid version in the trusted certificate list.
|
||||||
|
|
||||||
= mbed TLS 1.3.17 branch 2016-06-28
|
= mbed TLS 1.3.17 branch 2016-06-28
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue