diff options
author | Jose <jose@zeroc.com> | 2015-04-01 14:49:36 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2015-04-01 14:49:36 +0200 |
commit | eb5749bee9ea0fc46211d365f1e21a6b460bc30d (patch) | |
tree | a5f44b79782cb2997e89dc6e3aafb0397f554afe /cpp/allTests.py | |
parent | SSL fixes (bis) (diff) | |
download | ice-eb5749bee9ea0fc46211d365f1e21a6b460bc30d.tar.bz2 ice-eb5749bee9ea0fc46211d365f1e21a6b460bc30d.tar.xz ice-eb5749bee9ea0fc46211d365f1e21a6b460bc30d.zip |
ICE-6383 - Update crypt password usage
Added new script to create crypt passwords using passlib
scripts/cryptpasswd.py
Remove tests passwords files they are now generated using
cryptpasswd script
Update CryptPermissionsVerifierI to support PBKDF2 password schemes
in Windows and OS X, and MD5/SHA256/SHA512 crypt in Linux, on other
systems fallback to DES_crypt from openssl
Diffstat (limited to 'cpp/allTests.py')
-rwxr-xr-x | cpp/allTests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/allTests.py b/cpp/allTests.py index 8b01519b97c..860fc464940 100755 --- a/cpp/allTests.py +++ b/cpp/allTests.py @@ -115,6 +115,7 @@ tests = [ ("Glacier2/dynamicFiltering", ["service", "novc100", "nomingw"]), ("Glacier2/staticFiltering", ["service", "noipv6", "novc100", "nomingw", "nomx"]), ("Glacier2/sessionHelper", ["core", "novc100", "nomingw"]), + ("Glacier2/cryptpasswd", ["once", "nomingw", "novalgrind", "noappverifier"]) ] # |