Change names of HMAC feature to HASH

This commit is contained in:
Breno Silva
2012-10-30 18:02:22 -04:00
parent af22ddf87e
commit 53d422e9de
7 changed files with 162 additions and 160 deletions

View File

@@ -1,6 +1,8 @@
29 Oct 2012 - 2.7.1
-------------------
* Changed "Encryption" name of directives and options related to hmac feature to "Hash".
* Added a better random bytes generator using apr_generate_random_bytes() to create
the HMAC key.