aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/test_hmac_vectors.py
Commit message (Expand)AuthorAgeFilesLines
* add blake2b/blake2s support for hmac (#3873)Paul Kehrer2017-08-221-1/+29
* remove deprecated items (#3794)Paul Kehrer2017-07-201-16/+0
* Update the license header for every source file, as well as the documentation.Alex Gaynor2014-11-161-12/+3
* Change how we represented that a test requires a backend.Alex Gaynor2014-10-231-7/+8
* 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
* Remove the hash and hmac specific classes, now that the logic is the Context ...Alex Gaynor2013-11-131-7/+7
* Remove separate file loaders and replace with onePaul Kehrer2013-11-111-8/+8
* 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