aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/test_hmac.py
Commit message (Collapse)AuthorAgeFilesLines
* re-add some removed generators to simplify patchPaul Kehrer2013-12-271-12/+12
|
* refactor all tests to use mark instead of generator skipsPaul Kehrer2013-12-261-4/+9
|
* add all the markers to the testsPaul Kehrer2013-12-241-0/+1
|
* add hmac_supported method to backend.Paul Kehrer2013-12-231-1/+1
| | | | | Previously we were implicitly assuming that if a hash was supported then its hmac equivalent was as well.
* Raise UnsupportedAlgorithm when initing HMACsAlex Stapleton2013-12-211-2/+12
|
* Use keyword argument forms everywhere.David Reid2013-11-251-4/+5
|
* Explicit backendDavid Reid2013-11-201-7/+6
|
* Make HMAC methods raise AlreadyFinalized.David Reid2013-11-131-0/+14
|
* Remove the hash and hmac specific classes, now that the logic is the Context ↵Alex Gaynor2013-11-131-1/+1
| | | | classes they don't really add value
* Get a HashContext from the hmac backend like we do a CipherContextDavid Reid2013-11-121-2/+3
|
* TypeErrors are pretty cool, there are lot of reasons you get them.David Reid2013-11-011-1/+1
|
* Enforce HMAC taking an instance of HashAlgorithmDavid Reid2013-11-011-3/+7
|
* Strip down the HMAC interface to be HashContext.David Reid2013-11-011-13/+2
|
* change type of exception raised, fix docs typoPaul Kehrer2013-10-281-1/+1
|
* make hmac (mostly) compatible with stdlib hmacPaul Kehrer2013-10-281-4/+8
|
* HMAC supportPaul Kehrer2013-10-281-0/+53
Conflicts: docs/primitives/index.rst tests/hazmat/primitives/utils.py