mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-03 21:25:31 +01:00
Merge branch fixing date validity in X.509
This commit is contained in:
commit
488c08c00b
4 changed files with 104 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue