aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/test_hmac_vectors.py
Commit message (Collapse)AuthorAgeFilesLines
* updates to make the project pep8-naming cleanPaul Kehrer2014-02-241-7/+7
|
* instantiate hash objects for hmac checks tooPaul Kehrer2014-01-041-7/+7
|
* refactor all tests to use mark instead of generator skipsPaul Kehrer2013-12-261-14/+28
|
* add all the markers to the testsPaul Kehrer2013-12-241-0/+9
|
* add hmac_supported method to backend.Paul Kehrer2013-12-231-7/+7
| | | | | Previously we were implicitly assuming that if a hash was supported then its hmac equivalent was as well.
* Remove the hash and hmac specific classes, now that the logic is the Context ↵Alex Gaynor2013-11-131-7/+7
| | | | classes they don't really add value
* Remove separate file loaders and replace with onePaul Kehrer2013-11-111-8/+8
| | | | All tests updated to work with the new simplified loader
* Enforce HMAC taking an instance of HashAlgorithmDavid Reid2013-11-011-7/+7
|
* restructure vectors into ciphers/hashes/hmacPaul Kehrer2013-10-301-9/+7
|
* remove dangling todoPaul Kehrer2013-10-281-2/+0
|
* HMAC supportPaul Kehrer2013-10-281-0/+114
Conflicts: docs/primitives/index.rst tests/hazmat/primitives/utils.py