aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/test_cmac.py
Commit message (Collapse)AuthorAgeFilesLines
* Update the license header for every source file, as well as the documentation.Alex Gaynor2014-11-161-12/+3
| | | | Fixes #1209
* added a test for verify-after-finalizeAlex Gaynor2014-10-301-0/+3
|
* When using a test double for backends, always use one which really ↵Alex Gaynor2014-10-281-10/+6
| | | | implements the interface
* Change how we represented that a test requires a backend.Alex Gaynor2014-10-231-1/+1
| | | | This way is more extensible and requires less maintaince
* 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