diff options
author | Damien Miller <djm@mindrot.org> | 2014-08-27 06:32:01 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2014-08-27 06:32:01 +1000 |
commit | 3d673d103bad35afaec6e7ef73e5277216ce33a3 (patch) | |
tree | 646afea264f1f91573e590f1ae5818cfb7f7b296 /ChangeLog | |
parent | 146218ac11a1eb0dcade6f793d7acdef163b5ddc (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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -8,6 +8,10 @@ | |||
8 | on !ECC OpenSSL systems | 8 | on !ECC OpenSSL systems |
9 | - (djm) [monitor.c sshd.c] SIGXFSZ needs to be ignored in postauth | 9 | - (djm) [monitor.c sshd.c] SIGXFSZ needs to be ignored in postauth |
10 | monitor, not preauth; bz#2263 | 10 | monitor, not preauth; bz#2263 |
11 | - (djm) [openbsd-compat/explicit_bzero.c] implement explicit_bzero() | ||
12 | using memset_s() where possible; improve fallback to indirect bzero | ||
13 | via a volatile pointer to give it more of a chance to avoid being | ||
14 | optimised away. | ||
11 | 15 | ||
12 | 20140825 | 16 | 20140825 |
13 | - (djm) [bufec.c] Skip this file on !ECC OpenSSL | 17 | - (djm) [bufec.c] Skip this file on !ECC OpenSSL |