Merge branch fixing date validity in X.509

This commit is contained in:
Simon Butcher 2016-10-13 16:13:09 +01:00
commit 488c08c00b
4 changed files with 104 additions and 0 deletions

View file

@ -46,6 +46,8 @@ Bugfix
* Guarantee that P>Q at RSA key generation. Found by inestlerode. #558
* Fix potential byte overread when verifying malformed SERVER_HELLO in
ssl_parse_hello_verify_request() for DTLS. Found by Guido Vranken.
* 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.