commit | acdb9b95250c232e719b13df1e56d72f71904b8c | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Jan 23 17:50:34 2015 +0000 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Jan 23 17:50:34 2015 +0000 |
tree | 2b767a1680773b9ec6dec5c4f990b60c1256b27f | |
parent | afe8f53eadcc68e24c15211f6016ea91715abe71 [diff] [blame] |
Fix unchecked error code on Windows
diff --git a/ChangeLog b/ChangeLog index 582a9df..0d40eb8 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -47,6 +47,8 @@ * Fix potential undefined behaviour in Camellia. * Fix potential failure in ECDSA signatures when POLARSSL_ECP_MAX_BITS is a multiple of 8 (found by Gergely Budai). + * Fix unchecked return code in x509_crt_parse_path() on Windows (found by + Peter Vaskovic). Changes * Use deterministic nonces for AEAD ciphers in TLS by default (possible to