index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into block-cipher-decrypt
Paul Kehrer
2013-10-21
3
-6
/
+24
|
\
|
*
Merge branch 'master' into refactor-cipher-names
Alex Gaynor
2013-10-21
31
-12
/
+16892
|
|
\
|
*
|
fix
Alex Gaynor
2013-10-17
1
-1
/
+3
|
*
|
Merge branch 'master' into refactor-cipher-names
Alex Gaynor
2013-10-17
4
-0
/
+25
|
|
\
\
|
*
|
|
Up our coverage
Alex Gaynor
2013-10-16
1
-0
/
+8
|
*
|
|
pep8 and py3k fixes
Alex Gaynor
2013-10-16
2
-4
/
+12
|
*
|
|
Refactor how cipher names are computed
Alex Gaynor
2013-10-16
3
-5
/
+5
*
|
|
|
address review comments
Paul Kehrer
2013-10-21
1
-18
/
+19
*
|
|
|
block cipher decryption support
Paul Kehrer
2013-10-21
2
-25
/
+38
|
|
_
|
/
|
/
|
|
*
|
|
MD5 support + documentation for all hashes
Paul Kehrer
2013-10-19
2
-0
/
+23
*
|
|
Merge pull request #128 from reaperhulk/hash-saga-whirlpool
Donald Stufft
2013-10-19
2
-0
/
+32
|
\
\
\
|
*
|
|
Whirlpool support
Paul Kehrer
2013-10-18
2
-0
/
+32
*
|
|
|
Only execute only_if if we need to
Donald Stufft
2013-10-19
1
-6
/
+6
*
|
|
|
Test what happens when an invalid line is in the cryptrec vectors
Donald Stufft
2013-10-19
2
-0
/
+16
*
|
|
|
Unaligned block encryption test
Paul Kehrer
2013-10-19
1
-0
/
+11
|
/
/
/
*
|
|
ripemd160 support + long string hash test
Paul Kehrer
2013-10-18
4
-2
/
+67
*
|
|
SHA-2 family support
Paul Kehrer
2013-10-18
2
-0
/
+96
*
|
|
change api.supports_hash to take a hash class rather than a str
Paul Kehrer
2013-10-18
2
-2
/
+2
*
|
|
remove unneeded lambdas from tests
Paul Kehrer
2013-10-18
3
-10
/
+10
*
|
|
Hash Saga Part 3 - API changes + SHA1 support + tests
Paul Kehrer
2013-10-18
4
-1
/
+141
*
|
|
update loader and test to handle lines with brackets
Paul Kehrer
2013-10-18
2
-1
/
+2
*
|
|
alphabetical import order and quote consistency...
Paul Kehrer
2013-10-18
1
-10
/
+10
*
|
|
hash vector loader and tests
Paul Kehrer
2013-10-18
2
-1
/
+91
*
|
|
Merge pull request #80 from reaperhulk/evp-md
David Reid
2013-10-18
24
-0
/
+16415
|
\
\
\
|
*
|
|
remove raw whirlpool vectors (formatted vectors already committed)
Paul Kehrer
2013-10-18
1
-73
/
+0
|
*
|
|
Added MD5 test vectors from RFC 1321 (http://www.ietf.org/rfc/rfc1321.txt)
Paul Kehrer
2013-10-01
1
-0
/
+29
|
*
|
|
add ISO/IEC 10118-3 test vectors for RIPEMD160 and Whirlpool.
Paul Kehrer
2013-10-01
3
-0
/
+178
|
*
|
|
SHA test vectors (byte oriented) from NIST
Paul Kehrer
2013-09-30
21
-0
/
+16281
*
|
|
|
Removed name fro BlockCipher -- it's arbitrarily based on the format openssl ...
Alex Gaynor
2013-10-17
1
-10
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
AES Counter support
Paul Kehrer
2013-10-17
4
-0
/
+25
|
|
/
|
/
|
*
|
flake8 fixes
Alex Gaynor
2013-10-16
3
-3
/
+6
*
|
Unit test the test harness
Alex Gaynor
2013-10-16
1
-0
/
+14
*
|
Yolo
Alex Gaynor
2013-10-16
1
-1
/
+1
*
|
Rewrite to avoid capitalization issues
Alex Gaynor
2013-10-16
1
-1
/
+1
*
|
Move around the skip logic
Alex Gaynor
2013-10-16
3
-21
/
+26
*
|
Consolidate this list
Alex Gaynor
2013-10-16
2
-4
/
+4
*
|
Ported openssl vector tests
Alex Gaynor
2013-10-16
6
-141
/
+88
*
|
Missed file
Alex Gaynor
2013-10-16
1
-0
/
+40
*
|
Start of the great refactoring
Alex Gaynor
2013-10-16
4
-310
/
+218
*
|
use the pragmas consistently.
Paul Kehrer
2013-10-15
1
-2
/
+2
*
|
add pragma: no cover to handle coverage in the tests for the moment
Paul Kehrer
2013-10-15
2
-4
/
+4
*
|
remove openssl api dependency in test_openssl_vectors
Paul Kehrer
2013-10-06
2
-12
/
+11
*
|
rebase and modify to support some changed behaviors
Paul Kehrer
2013-10-06
3
-30
/
+12
*
|
Camellia block cipher support
Paul Kehrer
2013-10-06
4
-1
/
+200
*
|
Use a None default so composition is easier
Alex Gaynor
2013-10-03
1
-0
/
+7
*
|
Explicitly pass around the API, and run all tests under all available APIs
Alex Gaynor
2013-10-03
3
-22
/
+39
|
/
*
simplify cryptrec loader, improve comments
Paul Kehrer
2013-09-27
1
-27
/
+17
*
remove distinction between encrypt/decrypt in the openssl loader
Paul Kehrer
2013-09-24
2
-124
/
+13
*
simplify and annotate loaders based on review feedback
Paul Kehrer
2013-09-23
1
-14
/
+17
*
crazy pep8 contortions
Paul Kehrer
2013-09-15
1
-25
/
+42
[next]