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_cast5.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes for the latest pep8-naming (#4744)
Alex Gaynor
2019-02-02
1
-4
/
+4
*
time to remove commoncrypto, fare thee well (#3551)
Paul Kehrer
2017-05-20
1
-17
/
+0
*
pass bytes to modes/algorithms like we should
Paul Kehrer
2016-03-07
1
-5
/
+5
*
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
-5
/
+6
*
updates to make the project pep8-naming clean
Paul Kehrer
2014-02-24
1
-5
/
+5
*
name things the right name for variety
Paul Kehrer
2014-02-16
1
-1
/
+1
*
add CAST5 CTR support to commoncrypto + tests
Paul Kehrer
2014-02-16
1
-0
/
+17
*
add cbc, cfb, ofb support to CAST5 (aka CAST128) for openssl & cc
Paul Kehrer
2014-02-12
1
-1
/
+52
*
re-add CAST5 ECB support (OpenSSL & CC backends). fixes #417
Paul Kehrer
2014-02-12
1
-0
/
+41
*
remove CAST5 for first release
Paul Kehrer
2014-01-07
1
-41
/
+0
*
refactor all tests to use mark instead of generator skips
Paul Kehrer
2013-12-26
1
-4
/
+6
*
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
*
use both kwargs and named args in lambdas for clarity
Paul Kehrer
2013-12-21
1
-1
/
+1
*
don't modify params on parametrized tests
Paul Kehrer
2013-12-20
1
-2
/
+2
*
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
-2
/
+2
*
Ignore the sections of the NIST files
Alex Gaynor
2013-11-11
1
-4
/
+2
*
block cipher rename
Paul Kehrer
2013-11-06
1
-3
/
+3
*
CAST5 support + ECB vectors
Paul Kehrer
2013-10-31
1
-0
/
+38