swauth/test/unit
Prashanth Pai 5d15daaab6 Don't include salt in HMAC computation
Currently, the input to HMAC function is the entire stored credential
in the format '<salt>$<hash>` but it should rather be only the hashed
key/password.

With this change, validate_creds() method is invoked and only the hash
of the password is used in HMAC computation.

Change-Id: I1a9bbcac6f49c23f3256572f148e55249a59f7ed
Signed-off-by: Prashanth Pai <ppai@redhat.com>
2016-06-07 15:12:27 +05:30
..
__init__.py Change setup.py to OS one 2015-11-18 10:54:03 +01:00
test_authtypes.py More authtypes validation checks 2016-05-31 20:42:16 +02:00
test_middleware.py Don't include salt in HMAC computation 2016-06-07 15:12:27 +05:30
test_swift_version.py Support for Swift older than Juno dropped 2015-12-13 20:59:10 +01:00