Update CHANGES and doc/

This commit is contained in:
Breno Silva
2012-10-30 20:13:18 -04:00
parent eb41bd44f8
commit a01b85b896
13 changed files with 22 additions and 8089 deletions

13
CHANGES
View File

@@ -1,8 +1,17 @@
29 Oct 2012 - 2.7.1
01 Nov 2012 - 2.7.1
-------------------
* Changed "Encryption" name of directives and options related to hmac feature to "Hash".
SecEncryptionEngine to SecHashEngine
SecEncryptionKey to SecHashKey
SecEncryptionParam to SecHashParam
SecEncryptionMethodRx to SecHashMethodRx
SecEncryptionMethodPm to SecHashMethodPm
@validateEncryption to @validateHash
ctl:EncryptionEnforcement to ctl:HashEnforcement
ctl:EncryptionEngine to ctl:HashEngine
* Added a better random bytes generator using apr_generate_random_bytes() to create
the HMAC key.
@@ -14,7 +23,7 @@
* Fixed bug when use ctl:ruleRemoveByTag.
* Updated Reference Manual.
* The doc/ directory now contains the instructions to access online documentation.
15 Oct 2012 - 2.7.0
-------------------