index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Strip down the HMAC interface to be HashContext.
David Reid
2013-11-01
3
-44
/
+22
*
Merge pull request #200 from dreid/primitive-hashes
Alex Gaynor
2013-11-01
7
-83
/
+139
|
\
|
*
Improve Hash documentation.
David Reid
2013-11-01
1
-3
/
+12
|
*
Inline _copy_ctx
David Reid
2013-10-31
1
-4
/
+1
|
*
Enforce that Hash takes a HashAlgorithm instance.
David Reid
2013-10-31
4
-29
/
+32
|
*
Fix python3 compat for the hash_test.
David Reid
2013-10-31
1
-2
/
+3
|
*
Update documentation
David Reid
2013-10-31
1
-8
/
+5
|
*
Merge branch 'master' into primitive-hashes
David Reid
2013-10-31
238
-347
/
+336
|
|
\
|
*
|
Fix python3 compatibility and pep8
David Reid
2013-10-30
2
-3
/
+3
|
*
|
Ignore abstractproperty.
David Reid
2013-10-30
1
-0
/
+1
|
*
|
Reduce the surface of the primitive hash interface. Add more interfaces, dro...
David Reid
2013-10-30
4
-46
/
+94
*
|
|
Merge pull request #202 from reaperhulk/cast128-cipher
Alex Gaynor
2013-10-31
6
-3
/
+106
|
\
\
\
|
*
|
|
disable support for CAST5 modes excepting ECB
Paul Kehrer
2013-10-31
1
-6
/
+5
|
*
|
|
add CAST5 docs
Paul Kehrer
2013-10-31
1
-1
/
+9
|
*
|
|
CAST5 support + ECB vectors
Paul Kehrer
2013-10-31
5
-2
/
+98
*
|
|
|
Merge pull request #207 from dreid/temp-disable-coverage-on-pypy
Alex Gaynor
2013-10-31
1
-0
/
+5
|
\
\
\
\
|
*
|
|
|
Disable coverage on pypy temporarily.
David Reid
2013-10-31
1
-0
/
+5
*
|
|
|
|
Merge pull request #208 from reaperhulk/skip-check-blowfish
David Reid
2013-10-31
1
-0
/
+16
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
add skipif checks for blowfish
Paul Kehrer
2013-10-31
1
-0
/
+16
|
/
/
/
/
*
|
|
|
Merge pull request #201 from reaperhulk/bf-support
Alex Gaynor
2013-10-31
9
-2
/
+445
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
move blowfish docs to new weak ciphers section, linkify aes
Paul Kehrer
2013-10-31
1
-1
/
+11
|
*
|
|
add bf docs
Paul Kehrer
2013-10-31
1
-0
/
+9
|
*
|
|
add blowfish cipher key_size tests
Paul Kehrer
2013-10-31
1
-1
/
+14
|
*
|
|
blowfish support + test vectors
Paul Kehrer
2013-10-31
7
-1
/
+412
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #205 from reaperhulk/simplify-tests
Alex Gaynor
2013-10-31
2
-24
/
+2
|
\
\
\
|
*
|
|
simplify some test class structure
Paul Kehrer
2013-10-31
2
-24
/
+2
|
|
/
/
*
|
|
Merge pull request #206 from alex/py3pep8
David Reid
2013-10-31
2
-1
/
+7
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Added a tox/travis just for running flake8 under py3k
Alex Gaynor
2013-10-31
2
-1
/
+7
|
/
/
*
|
Merge pull request #198 from reaperhulk/vector-movin
David Reid
2013-10-31
238
-347
/
+336
|
\
\
|
|
/
|
/
|
|
*
rename camellia tests
Paul Kehrer
2013-10-31
1
-4
/
+4
|
*
update tests for new test vector locations
Paul Kehrer
2013-10-31
4
-58
/
+22
|
*
move AES/3DES vectors into mode dirs and separate SHA vectors
Paul Kehrer
2013-10-31
210
-0
/
+17
|
*
move around the tests to organize by cipher
Paul Kehrer
2013-10-30
4
-148
/
+151
|
*
restructure vectors into ciphers/hashes/hmac
Paul Kehrer
2013-10-30
235
-44
/
+49
|
/
*
Merge pull request #196 from reaperhulk/evp-cipher-set-key-length
Alex Gaynor
2013-10-29
2
-1
/
+16
|
\
|
*
set the key length when initializing a cipher context
Paul Kehrer
2013-10-29
2
-1
/
+16
|
/
*
Merge pull request #195 from alex/sphinx-hazmat-plugin
Donald Stufft
2013-10-29
10
-46
/
+70
|
\
|
*
Fixed pep8
Alex Gaynor
2013-10-29
1
-0
/
+1
|
*
Document that you should use the hazmat directive
Alex Gaynor
2013-10-29
1
-4
/
+11
|
*
Made a sphinx extension which emits the hazardous materials danger admonition
Alex Gaynor
2013-10-29
9
-42
/
+58
|
/
*
Merge pull request #194 from alex/current-module-hmac
David Reid
2013-10-29
1
-1
/
+3
|
\
|
*
Use current module in the hmac docs, for consistency
Alex Gaynor
2013-10-29
1
-1
/
+3
*
|
Merge pull request #192 from alex/pkcs7-padding
Donald Stufft
2013-10-29
6
-8
/
+319
|
\
\
|
|
/
|
/
|
|
*
Perform this comparison in a constan ttime fashion
Alex Gaynor
2013-10-29
1
-2
/
+5
|
*
raise an error if you unicode
Alex Gaynor
2013-10-29
2
-0
/
+16
|
*
Clean up var naming
Alex Gaynor
2013-10-29
2
-13
/
+6
|
*
Optimize + test cases
Alex Gaynor
2013-10-29
2
-8
/
+24
|
*
Remove removed methods from docs
Alex Gaynor
2013-10-29
1
-10
/
+0
|
*
Removed helper
Alex Gaynor
2013-10-29
3
-12
/
+15
|
*
Fix the naming of these classes
Alex Gaynor
2013-10-29
1
-6
/
+6
[next]