summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 48f19a385..7db817c09 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
120140704
2 - OpenBSD CVS Sync
3 - jsing@cvs.openbsd.org 2014/07/03 12:42:16
4 [cipher-chachapoly.c]
5 Call chacha_ivsetup() immediately before chacha_encrypt_bytes() - this
6 makes it easier to verify that chacha_encrypt_bytes() is only called once
7 per chacha_ivsetup() call.
8 ok djm@
9
10
120140703 1120140703
2 - (djm) [digest-openssl.c configure.ac] Disable RIPEMD160 if libcrypto 12 - (djm) [digest-openssl.c configure.ac] Disable RIPEMD160 if libcrypto
3 doesn't support it. 13 doesn't support it.