commit | 4b76aecaf3be81bd5f1c8929f7fa3ec45734cda7 | [log] [tgz] |
---|---|---|
author | Andres AG <andres.amayagarcia@arm.com> | Fri Sep 23 13:16:02 2016 +0100 |
committer | Andres AG <andres.amayagarcia@arm.com> | Wed Sep 28 14:32:54 2016 +0100 |
tree | f27bbb45e7937227e184b5aee4ae8d8e061bfca7 | |
parent | 93012e8bce9788244238ab8f93b2544d1d030b89 [diff] [blame] |
Add check for validity of date in x509_get_time()
diff --git a/ChangeLog b/ChangeLog index 60383a9..a63957c 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -29,6 +29,8 @@ a contribution from Tobias Tangemann. #541 * Fixed cert_app sample program for debug output and for use when no root certificates are provided. + * Fix check for validity of date when parsing in mbedtls_x509_get_time(). + Found by subramanyam-c. Changes * Extended test coverage of special cases, and added new timing test suite.