summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-08-27 06:32:01 +1000
committerDamien Miller <djm@mindrot.org>2014-08-27 06:32:01 +1000
commit3d673d103bad35afaec6e7ef73e5277216ce33a3 (patch)
tree646afea264f1f91573e590f1ae5818cfb7f7b296 /ChangeLog
parent146218ac11a1eb0dcade6f793d7acdef163b5ddc (diff)
- (djm) [openbsd-compat/explicit_bzero.c] implement explicit_bzero()
using memset_s() where possible; improve fallback to indirect bzero via a volatile pointer to give it more of a chance to avoid being optimised away.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 378b3881..7ec09bab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,10 @@
on !ECC OpenSSL systems
- (djm) [monitor.c sshd.c] SIGXFSZ needs to be ignored in postauth
monitor, not preauth; bz#2263
+ - (djm) [openbsd-compat/explicit_bzero.c] implement explicit_bzero()
+ using memset_s() where possible; improve fallback to indirect bzero
+ via a volatile pointer to give it more of a chance to avoid being
+ optimised away.
20140825
- (djm) [bufec.c] Skip this file on !ECC OpenSSL