summaryrefslogtreecommitdiff
path: root/tests/hazmat/primitives/test_aes.py
AgeCommit message (Expand)Author
2018-12-09allow bytes-like for key/iv/data for symmetric encryption (#4621)Paul Kehrer
2018-07-17disallow implicit tag truncation with finalize_with_tag (#4342)Paul Kehrer
2018-06-19Correct pass bytes; refs #4289 (#4291)Alex Gaynor
2017-10-01Add support for AES XTS (#3900)Paul Kehrer
2017-05-24Removed branches that are now unused (#3589)Alex Gaynor
2017-05-03use openssl constants (#3534)Paul Kehrer
2017-05-02postpone GCM authentication tag requirement until finalization (#3421)Philipp Gesang
2016-03-07pass bytes to modes/algorithms like we shouldPaul Kehrer
2015-07-01do the same simplification to the aad testPaul Kehrer
2015-07-01add missing test, simplify encrypted byte near limit calculationPaul Kehrer
2015-07-01add additional increment testsPaul Kehrer
2015-07-01put the AAD and encrypted byte limit checks in the parent contextPaul Kehrer
2014-11-16Update the license header for every source file, as well as the documentation.Alex Gaynor
2014-10-23Change how we represented that a test requires a backend.Alex Gaynor
2014-09-12resolve GCM tag issue with AAD only on OpenSSL 1.0.1 in Ubuntu 12.04Paul Kehrer
2014-09-11moved GCM tests to be run against all backends, added radar bug numbersPaul Kehrer
2014-06-30Simplify code and add testAlex Gaynor
2014-06-29Fixes #1200 -- disallow GCM truncation by defaultAlex Gaynor
2014-05-15add CFB8 support for AES/3DES on CommonCrypto and OpenSSL backendsPaul Kehrer
2014-03-19import order fixes for future automated checkingPaul Kehrer
2014-02-24updates to make the project pep8-naming cleanPaul Kehrer
2014-02-15Reformat AES CTR vectors to use NIST loader & document their source properlyPaul Kehrer
2013-12-26refactor all tests to use mark instead of generator skipsPaul Kehrer
2013-12-24correct import stylePaul Kehrer
2013-12-24add all the markers to the testsPaul Kehrer
2013-12-23add more skip check lambdasPaul Kehrer
2013-12-21use both kwargs and named args in lambdas for clarityPaul Kehrer
2013-12-20don't modify params on parametrized testsPaul Kehrer
2013-11-29GCM supportPaul Kehrer
2013-11-13Also remove teh ciphers specific classAlex Gaynor
2013-11-11Remove separate file loaders and replace with onePaul Kehrer
2013-11-11Ignore the sections of the NIST filesAlex Gaynor
2013-11-06block cipher renamePaul Kehrer
2013-10-31simplify some test class structurePaul Kehrer
2013-10-31update tests for new test vector locationsPaul Kehrer
2013-10-30move around the tests to organize by cipherPaul Kehrer