diff options
author | ctrlaltca <> | 2012-07-10 23:43:14 +0000 |
---|---|---|
committer | ctrlaltca <> | 2012-07-10 23:43:14 +0000 |
commit | 37c4c3b158994707ab502b1b9bf4994872deeace (patch) | |
tree | 792cc8428714a7a8945592e151aa5eb6b09ef912 /HISTORY | |
parent | 811d3d6880c85e80c4dc6194ed87edb4bfa2af3d (diff) |
TSecurityManager: make it able to use any hashing/crypto algorithm supported by php; use php built-in functions when available
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5,6 +5,10 @@ BUG: Issue #413 - TActiveDatePicker does not fire TCallbackClientSide's events ( BUG: Issue #414 - ActiveDatagrid's pager does not fire TCallbackClientSide's events (ctrlaltca) BUG: Issue #415 - prado-cli throws an error if the application is making use of THttpSession (ctrlaltca) +EHN: Permit to change the default cipher in TSecurityManager::setEncryption(); changed the default cipher from 3DES to AES256 (ctrlaltca) +EHN: Use php's hash_hmac() when available in TSecurityManager, and permit the use of all algorithms supported by php (ctrlaltca) +EHN: Use mbstring when available in TSecurityManager to better handle multibyte text (ctrlaltca) + Version 3.2.0 Jun 25, 2012 BUG: Fixed an inconsistency in TRegularExpressionValidator ENH: Update TDraggable::revert property to accept "failure" value (Christophe) |