aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/test_cmac.py
Commit message (Expand)AuthorAgeFilesLines
* support bytes-like keys in CMAC and HMAC contexts (#4701)Paul Kehrer2019-01-161-0/+13
* remove multibackend (#3555)Paul Kehrer2017-05-201-14/+1
* Refs #1870 - replace six.u with u prefix in tests/hazmat/primitivesEeshan Garg2015-04-291-4/+2
* Update the license header for every source file, as well as the documentation.Alex Gaynor2014-11-161-12/+3
* added a test for verify-after-finalizeAlex Gaynor2014-10-301-0/+3
* When using a test double for backends, always use one which really implements...Alex Gaynor2014-10-281-10/+6
* Change how we represented that a test requires a backend.Alex Gaynor2014-10-231-1/+1
* Added test skip for test_copy_with_backend()Ayrx2014-04-221-0/+5
* Added more copy() testsAyrx2014-04-221-0/+7
* Fix pep8 errorsAyrx2014-04-221-1/+1
* Changed stub keys and ivs to use null bytesAyrx2014-04-221-1/+1
* Fixed pep8 errorAyrx2014-04-221-4/+9
* Updated testsAyrx2014-04-221-23/+51
* Added CMAC testsAyrx2014-04-221-0/+172