commit | 54f6e562e6989ce61d2279652630eff47def999b | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Nov 10 12:15:39 2014 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Nov 12 00:01:51 2014 +0100 |
tree | c3a974186cd30a7b3ef5fd6ea3dc8517c8819fcc | |
parent | de1712587504406fe56685a3c4567849d83db241 [diff] [blame] |
Fix CFLAGS with cmake and gcc
diff --git a/ChangeLog b/ChangeLog index 20436d7..f38c0cf 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -5,6 +5,10 @@ Features * Add function pk_check_pair() to test if public and private keys match. +Bugfix + * User set CFLAGS were ignore by Cmake with gcc (introduced in 1.3.9, found + by Julian Ospald). + Changes * Use deterministic nonces for AEAD ciphers in TLS by default (possible to switch back to random with POLARSSL_SSL_AEAD_RANDOM_IV in config.h).