summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-12-05 10:26:14 +1100
committerDamien Miller <djm@mindrot.org>2013-12-05 10:26:14 +1100
commit960f6a2b5254e4da082d8aa3700302ed12dc769a (patch)
tree79695dff464f6d83536b4fb0db8d6de87fd84925 /ChangeLog
parentf7e8a8796d661c9d6692ab837e1effd4f5ada1c2 (diff)
- djm@cvs.openbsd.org 2013/12/02 03:13:14
[cipher.c] correct bzero of chacha20+poly1305 key context. bz#2177 from Loganaden Velvindron @ AfriNIC Also make it a memset for consistency with the rest of cipher.c
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 365af3232..a7fd1d0b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -33,6 +33,12 @@
33 [key.c] 33 [key.c]
34 make key_to_blob() return a NULL blob on failure; part of 34 make key_to_blob() return a NULL blob on failure; part of
35 bz#2175 from Loganaden Velvindron @ AfriNIC 35 bz#2175 from Loganaden Velvindron @ AfriNIC
36 - djm@cvs.openbsd.org 2013/12/02 03:13:14
37 [cipher.c]
38 correct bzero of chacha20+poly1305 key context. bz#2177 from
39 Loganaden Velvindron @ AfriNIC
40
41 Also make it a memset for consistency with the rest of cipher.c
36 42
3720131121 4320131121
38 - (djm) OpenBSD CVS Sync 44 - (djm) OpenBSD CVS Sync