diff options
author | niq <niq@13f79535-47bb-0310-9956-ffa450edef68> | 2016-12-05 20:56:59 +0000 |
---|---|---|
committer | niq <niq@13f79535-47bb-0310-9956-ffa450edef68> | 2016-12-05 20:56:59 +0000 |
commit | afd79a1475e7fd441309c88ae3718b2799b92bd5 (patch) | |
tree | d9c0b9cffb4fe2939601cf54b329efa95e9bdb49 /CHANGES | |
parent | 8da18f17cbce4d64ee9b1526d246ad96ab717739 (diff) | |
download | libapr-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-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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() |