summaryrefslogtreecommitdiff
path: root/tests/hazmat/primitives/test_cmac.py
Commit message (Expand)AuthorAgeFilesLines
* Switch from flake8 to ruff (#7920)Alex Gaynor2022-12-211-9/+2
* Remove explicit subclassing of object now that all classes are new-style (#6830)Alex Gaynor2022-01-301-1/+1
* deprecate backend part 14 of...probably 15? (#6534)Paul Kehrer2021-11-031-10/+0
* more typing (#5887)Paul Kehrer2021-03-021-1/+1
* Remove requires_backend_interface from tests because it was useless (#5884)Alex Gaynor2021-03-011-2/+0
* enable mypy over tests (#5721)Paul Kehrer2021-01-311-5/+5
* Remove __future__ import from our code (#5610)Alex Gaynor2020-12-091-1/+0
* Switch black to py36 as the minimum version (#5608)Alex Gaynor2020-12-081-2/+2
* Paint it Black by the Rolling Stones (#5324)Alex Gaynor2020-07-201-30/+48
* 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