summaryrefslogtreecommitdiff
path: root/tests/hazmat/primitives/test_hmac_vectors.py
AgeCommit message (Expand)Author
2021-11-11Upgrade cryptography from 2.5 to 3.3Lucia Li
2017-08-22add blake2b/blake2s support for hmac (#3873)Paul Kehrer
2017-07-20remove deprecated items (#3794)Paul Kehrer
2014-11-16Update the license header for every source file, as well as the documentation.Alex Gaynor
2014-10-23Change how we represented that a test requires a backend.Alex Gaynor
2014-02-24updates to make the project pep8-naming cleanPaul Kehrer
2014-01-04instantiate hash objects for hmac checks tooPaul Kehrer
2013-12-26refactor all tests to use mark instead of generator skipsPaul Kehrer
2013-12-24add all the markers to the testsPaul Kehrer
2013-12-23add hmac_supported method to backend.Paul Kehrer
2013-11-13Remove the hash and hmac specific classes, now that the logic is the Context ...Alex Gaynor
2013-11-11Remove separate file loaders and replace with onePaul Kehrer
2013-11-01Enforce HMAC taking an instance of HashAlgorithmDavid Reid
2013-10-30restructure vectors into ciphers/hashes/hmacPaul Kehrer
2013-10-28remove dangling todoPaul Kehrer
2013-10-28HMAC supportPaul Kehrer