summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2012-10-07 11:06:10 +0200
committerStefan Fritsch <sf@apache.org>2012-10-07 11:06:10 +0200
commitc2eb43db553701ec12e693d13bca8c7bca113061 (patch)
treeac64181b7412122b2d499d745c0d872d40764019 /CHANGES
parentAdd passwd_common.c build support for Windows and Netware (diff)
downloadapache2-c2eb43db553701ec12e693d13bca8c7bca113061.tar.xz
apache2-c2eb43db553701ec12e693d13bca8c7bca113061.zip
add support for bcrypt
PR: 49288 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1395255 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 f466c36f53..0460e1e4c0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.0
+ *) htpasswd, htdbm: Add support for bcrypt algorithm (requires
+ apr-util 1.5 or higher). PR 49288. [Stefan Fritsch]
+
*) htpasswd, htdbm: Put full 48bit of entropy into salt, improve
error handling. Add some of htpasswd's improvements to htdbm,
e.g. warn if password is truncated by crypt(). [Stefan Fritsch]