aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/test_aes.py
Commit message (Expand)AuthorAgeFilesLines
* 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-7/+8
* resolve GCM tag issue with AAD only on OpenSSL 1.0.1 in Ubuntu 12.04Paul Kehrer2014-09-121-4/+4
* moved GCM tests to be run against all backends, added radar bug numbersPaul Kehrer2014-09-111-1/+34
* Simplify code and add testAlex Gaynor2014-06-301-2/+2
* Fixes #1200 -- disallow GCM truncation by defaultAlex Gaynor2014-06-291-1/+1
* add CFB8 support for AES/3DES on CommonCrypto and OpenSSL backendsPaul Kehrer2014-05-151-0/+33
* import order fixes for future automated checkingPaul Kehrer2014-03-191-1/+1
* updates to make the project pep8-naming cleanPaul Kehrer2014-02-241-6/+6
* Reformat AES CTR vectors to use NIST loader & document their source properlyPaul Kehrer2014-02-151-4/+2
* refactor all tests to use mark instead of generator skipsPaul Kehrer2013-12-261-25/+52
* correct import stylePaul Kehrer2013-12-241-0/+1
* add all the markers to the testsPaul Kehrer2013-12-241-0/+2
* add more skip check lambdasPaul Kehrer2013-12-231-0/+16
* use both kwargs and named args in lambdas for clarityPaul Kehrer2013-12-211-9/+9
* don't modify params on parametrized testsPaul Kehrer2013-12-201-10/+10
* GCM supportPaul Kehrer2013-11-291-1/+20
* Also remove teh ciphers specific classAlex Gaynor2013-11-131-1/+1
* Remove separate file loaders and replace with onePaul Kehrer2013-11-111-6/+6
* Ignore the sections of the NIST filesAlex Gaynor2013-11-111-4/+4
* block cipher renamePaul Kehrer2013-11-061-7/+7
* simplify some test class structurePaul Kehrer2013-10-311-13/+1
* update tests for new test vector locationsPaul Kehrer2013-10-311-45/+9
* move around the tests to organize by cipherPaul Kehrer2013-10-301-0/+182