summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorniq <niq@13f79535-47bb-0310-9956-ffa450edef68>2016-12-05 20:56:59 +0000
committerniq <niq@13f79535-47bb-0310-9956-ffa450edef68>2016-12-05 20:56:59 +0000
commitafd79a1475e7fd441309c88ae3718b2799b92bd5 (patch)
treed9c0b9cffb4fe2939601cf54b329efa95e9bdb49 /CHANGES
parent8da18f17cbce4d64ee9b1526d246ad96ab717739 (diff)
downloadlibapr-afd79a1475e7fd441309c88ae3718b2799b92bd5.tar.gz
apr_crypt: avoid excessive iteration in bcrypt hash.
Patch by Hanno Böck git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1772803 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index fe238b761..2f9bfb9b5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
-*- coding: utf-8 -*-
Changes for APR 2.0.0
+ *) apr_crypto: avoid excessive iteration in bcrypt hash.
+ [Hanno Böck <hanno hboeck.de>]
+
*) apr_siphash: Implement keyed hash function SipHash. [Yann Ylavic]
*) apr_atomic: change the API of apr_atomic_casptr() apr_atomic_xchgptr()