index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
hazmat
/
primitives
/
test_aes.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
disallow implicit tag truncation with finalize_with_tag (#4342)
Paul Kehrer
2018-07-17
1
-0
/
+16
*
Correct pass bytes; refs #4289 (#4291)
Alex Gaynor
2018-06-19
1
-1
/
+1
*
Add support for AES XTS (#3900)
Paul Kehrer
2017-10-01
1
-1
/
+35
*
Removed branches that are now unused (#3589)
Alex Gaynor
2017-05-24
1
-3
/
+0
*
use openssl constants (#3534)
Paul Kehrer
2017-05-03
1
-6
/
+15
*
postpone GCM authentication tag requirement until finalization (#3421)
Philipp Gesang
2017-05-02
1
-0
/
+96
*
pass bytes to modes/algorithms like we should
Paul Kehrer
2016-03-07
1
-6
/
+6
*
do the same simplification to the aad test
Paul Kehrer
2015-07-01
1
-3
/
+1
*
add missing test, simplify encrypted byte near limit calculation
Paul Kehrer
2015-07-01
1
-3
/
+15
*
add additional increment tests
Paul Kehrer
2015-07-01
1
-8
/
+18
*
put the AAD and encrypted byte limit checks in the parent context
Paul Kehrer
2015-07-01
1
-0
/
+30
*
Update the license header for every source file, as well as the documentation.
Alex Gaynor
2014-11-16
1
-12
/
+3
*
Change how we represented that a test requires a backend.
Alex Gaynor
2014-10-23
1
-7
/
+8
*
resolve GCM tag issue with AAD only on OpenSSL 1.0.1 in Ubuntu 12.04
Paul Kehrer
2014-09-12
1
-4
/
+4
*
moved GCM tests to be run against all backends, added radar bug numbers
Paul Kehrer
2014-09-11
1
-1
/
+34
*
Simplify code and add test
Alex Gaynor
2014-06-30
1
-2
/
+2
*
Fixes #1200 -- disallow GCM truncation by default
Alex Gaynor
2014-06-29
1
-1
/
+1
*
add CFB8 support for AES/3DES on CommonCrypto and OpenSSL backends
Paul Kehrer
2014-05-15
1
-0
/
+33
*
import order fixes for future automated checking
Paul Kehrer
2014-03-19
1
-1
/
+1
*
updates to make the project pep8-naming clean
Paul Kehrer
2014-02-24
1
-6
/
+6
*
Reformat AES CTR vectors to use NIST loader & document their source properly
Paul Kehrer
2014-02-15
1
-4
/
+2
*
refactor all tests to use mark instead of generator skips
Paul Kehrer
2013-12-26
1
-25
/
+52
*
correct import style
Paul Kehrer
2013-12-24
1
-0
/
+1
*
add all the markers to the tests
Paul Kehrer
2013-12-24
1
-0
/
+2
*
add more skip check lambdas
Paul Kehrer
2013-12-23
1
-0
/
+16
*
use both kwargs and named args in lambdas for clarity
Paul Kehrer
2013-12-21
1
-9
/
+9
*
don't modify params on parametrized tests
Paul Kehrer
2013-12-20
1
-10
/
+10
*
GCM support
Paul Kehrer
2013-11-29
1
-1
/
+20
*
Also remove teh ciphers specific class
Alex Gaynor
2013-11-13
1
-1
/
+1
*
Remove separate file loaders and replace with one
Paul Kehrer
2013-11-11
1
-6
/
+6
*
Ignore the sections of the NIST files
Alex Gaynor
2013-11-11
1
-4
/
+4
*
block cipher rename
Paul Kehrer
2013-11-06
1
-7
/
+7
*
simplify some test class structure
Paul Kehrer
2013-10-31
1
-13
/
+1
*
update tests for new test vector locations
Paul Kehrer
2013-10-31
1
-45
/
+9
*
move around the tests to organize by cipher
Paul Kehrer
2013-10-30
1
-0
/
+182