summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-05-15 14:35:03 +1000
committerDamien Miller <djm@mindrot.org>2014-05-15 14:35:03 +1000
commit294c58a007cfb2f3bddc4fc3217e255857ffb9bf (patch)
treee767521e04240fa051486e4d7521bb13363d2c0c /ChangeLog
parent05e82c3b963c33048128baf72a6f6b3a1c10b4c1 (diff)
- naddy@cvs.openbsd.org 2014/04/30 19:07:48
[mac.c myproposal.h umac.c] UMAC can use our local fallback implementation of AES when OpenSSL isn't available. Glue code straight from Ted Krovetz's original umac.c. ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5ffe464e3..eb4fac66d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -66,6 +66,11 @@
66 66
67 Thanks also to Ben Hawkes, David Tomaschik, Ivan Fratric, Matthew 67 Thanks also to Ben Hawkes, David Tomaschik, Ivan Fratric, Matthew
68 Dempsky and Ron Bowes for a detailed review. 68 Dempsky and Ron Bowes for a detailed review.
69 - naddy@cvs.openbsd.org 2014/04/30 19:07:48
70 [mac.c myproposal.h umac.c]
71 UMAC can use our local fallback implementation of AES when OpenSSL isn't
72 available. Glue code straight from Ted Krovetz's original umac.c.
73 ok markus@
69 74
7020140430 7520140430
71 - (dtucker) [defines.h] Define __GNUC_PREREQ__ macro if we don't already 76 - (dtucker) [defines.h] Define __GNUC_PREREQ__ macro if we don't already