commit | f7cdbc0e87fd6a8151165ec51d3c4b01ab77b256 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Oct 17 17:02:10 2014 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Oct 17 17:02:10 2014 +0200 |
tree | f51ae2e1f2416cfc02202daa557f20984416bffc | |
parent | ef9a6aec5158d46382e43d5d6f4a853e37794f0b [diff] [blame] |
Fix potential bad read of length
diff --git a/ChangeLog b/ChangeLog index 571cb3b..8e49e5c 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -29,6 +29,8 @@ * Fix compiler warnings on iOS (found by Sander Niemeijer). * x509_crt_parse() did not increase total_failed on PEM error * Fix compile error with armcc in mpi_is_prime() + * Fix potential bad read in parsing ServerHello (found by Adrien + Vialletelle). Changes * Ciphersuites using SHA-256 or SHA-384 now require TLS 1.x (there is no