summaryrefslogtreecommitdiff
path: root/tests/hazmat/primitives/test_3des.py
Commit message (Expand)AuthorAgeFilesLines
* Switch from flake8 to ruff (#7920)Alex Gaynor2022-12-211-1/+1
* Remove explicit subclassing of object now that all classes are new-style (#6830)Alex Gaynor2022-01-301-5/+5
* Remove requires_backend_interface from tests because it was useless (#5884)Alex Gaynor2021-03-011-6/+0
* Remove __future__ import from our code (#5610)Alex Gaynor2020-12-091-1/+0
* Paint it Black by the Rolling Stones (#5324)Alex Gaynor2020-07-201-25/+5
* Fixes for the latest pep8-naming (#4744)Alex Gaynor2019-02-021-10/+10
* Correctly pass bytes; refs #4289 (#4290)Alex Gaynor2018-06-191-1/+1
* pass bytes to modes/algorithms like we shouldPaul Kehrer2016-03-071-4/+4
* 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-5/+6
* add TripleDES ECB support to OpenSSL backendPaul Kehrer2014-06-131-0/+37
* add CFB8 support for AES/3DES on CommonCrypto and OpenSSL backendsPaul Kehrer2014-05-151-0/+37
* updates to make the project pep8-naming cleanPaul Kehrer2014-02-241-3/+3
* refactor all tests to use mark instead of generator skipsPaul Kehrer2013-12-261-24/+18
* correct import stylePaul Kehrer2013-12-241-0/+1
* add all the markers to the testsPaul Kehrer2013-12-241-0/+4
* add more skip check lambdasPaul Kehrer2013-12-231-0/+24
* use both kwargs and named args in lambdas for clarityPaul Kehrer2013-12-211-24/+18
* don't modify params on parametrized testsPaul Kehrer2013-12-201-18/+24
* Remove separate file loaders and replace with onePaul Kehrer2013-11-111-7/+7
* Ignore the sections of the NIST filesAlex Gaynor2013-11-111-6/+6
* block cipher renamePaul Kehrer2013-11-061-7/+7
* update tests for new test vector locationsPaul Kehrer2013-10-311-6/+6
* move around the tests to organize by cipherPaul Kehrer2013-10-301-0/+116