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
*
Merge pull request #56 from alex/docs-cleanup
Donald Stufft
2013-09-10
1
-5
/
+9
|
\
|
*
Cleaned up the docs for ECB
Alex Gaynor
2013-09-10
1
-5
/
+9
|
/
*
Merge pull request #53 from reaperhulk/ecb-support-im-sorry
Alex Gaynor
2013-09-10
7
-5
/
+103
|
\
|
*
address style on import + remove a tox dependency (in setup.py already)
Paul Kehrer
2013-09-10
2
-1
/
+1
|
*
move abc, inline introspect method, use six for abcs
Paul Kehrer
2013-09-10
7
-17
/
+14
|
*
modify modes to use abc so api can determine what attribute to call
Paul Kehrer
2013-09-10
6
-12
/
+36
|
*
rename get_null_for_ecb to get_iv_for_ecb per alex's comments
Paul Kehrer
2013-09-10
3
-4
/
+4
|
*
add get_iv_or_nonce() methods to replace _get_iv() on api
Paul Kehrer
2013-09-10
3
-18
/
+13
|
*
remove unneeded init in ECB class, add warning to docs for ECB mode
Paul Kehrer
2013-09-10
2
-3
/
+1
|
*
add ECB support to create_block_cipher_context
Paul Kehrer
2013-09-10
2
-1
/
+19
|
*
Add ECB class + docs + tests
Paul Kehrer
2013-09-10
3
-0
/
+66
|
/
*
Merge pull request #55 from reaperhulk/parameterize-encrypt-changes
Alex Gaynor
2013-09-10
1
-22
/
+30
|
\
|
*
changes to parameterize_encrypt_test to support other NIST vectors
Paul Kehrer
2013-09-10
1
-22
/
+30
*
|
Merge pull request #54 from alex/document-contributing
Hynek Schlawack
2013-09-09
3
-38
/
+91
|
\
\
|
*
|
Captitalize GH properly
Alex Gaynor
2013-09-09
1
-2
/
+2
|
*
|
More fully document the contribution process, move most of the details from
Alex Gaynor
2013-09-09
3
-38
/
+91
|
/
/
*
|
Merge pull request #52 from alex/3des-vectors
Donald Stufft
2013-09-09
88
-0
/
+48004
|
\
\
|
|
/
|
/
|
|
*
Aded the 3DES vectors. Refs #51.
Alex Gaynor
2013-09-09
88
-0
/
+48004
|
/
*
Merge pull request #50 from alex/simplify-nist-tests
Donald Stufft
2013-09-09
1
-150
/
+31
|
\
|
*
Simplified the NIST tests and reduced duplication
Alex Gaynor
2013-09-09
1
-150
/
+31
|
/
*
Merge pull request #49 from reaperhulk/master
Alex Gaynor
2013-09-09
1
-0
/
+1
|
\
|
*
update authors
Paul Kehrer
2013-09-09
1
-0
/
+1
|
/
*
Merge pull request #48 from reaperhulk/master
Alex Gaynor
2013-09-09
3
-1
/
+23
|
\
|
*
Update docstring to pass alex8 linting
Paul Kehrer
2013-09-09
2
-2
/
+4
|
*
openssl_version_text now calls startswith rather than find
Paul Kehrer
2013-09-09
1
-1
/
+1
|
*
Accurate friendly string name example text
Paul Kehrer
2013-09-09
1
-1
/
+1
|
*
ascii decode on openssl_version_text + doc string improvements
Paul Kehrer
2013-09-09
2
-2
/
+12
|
*
Add method to bindings to get OPENSSL_VERSION_TEXT
Paul Kehrer
2013-09-09
2
-0
/
+10
|
*
Fix issue mixing %s and format for ValueError in AES
Paul Kehrer
2013-09-09
1
-1
/
+1
|
/
*
Merge pull request #28 from alex/simple-symmetric-encryption
Hynek Schlawack
2013-09-07
13
-5
/
+530
|
\
|
*
This isn't a thing
Alex Gaynor
2013-08-31
1
-1
/
+0
|
*
remove this duplicate
Alex Gaynor
2013-08-31
1
-4
/
+0
|
*
put this back
Alex Gaynor
2013-08-31
1
-1
/
+1
|
*
This is a const but raelly a macro or something
Alex Gaynor
2013-08-31
1
-1
/
+1
|
*
Removed some dead code
Alex Gaynor
2013-08-31
1
-5
/
+0
|
*
Replace paths we have no idea how to test with asserts
Alex Gaynor
2013-08-30
1
-22
/
+5
|
*
Merge branch 'simple-symmetric-encryption' of https://github.com/alex/cryptog...
Alex Gaynor
2013-08-12
1
-3
/
+9
|
|
\
|
|
*
Test the symmetric encryption doc snippets using doctest
Donald Stufft
2013-08-12
1
-3
/
+9
|
*
|
Some systems need this header
Alex Gaynor
2013-08-12
1
-0
/
+1
|
|
/
|
*
Moved comment to the right place, use integer enums
Alex Gaynor
2013-08-12
1
-3
/
+3
|
*
Merge branch 'master' into simple-symmetric-encryption
Alex Gaynor
2013-08-12
3
-4
/
+7
|
|
\
|
*
\
Merge branch 'master' into simple-symmetric-encryption
Donald Stufft
2013-08-11
10
-15
/
+156
|
|
\
\
|
*
|
|
Addressed a TODO
Alex Gaynor
2013-08-11
1
-2
/
+5
|
*
|
|
Style fix
Alex Gaynor
2013-08-11
1
-2
/
+3
|
*
|
|
Add mandatory headers to files touched by this branch
Hynek Schlawack
2013-08-11
8
-0
/
+30
|
*
|
|
Ciphers should know what size blocks they use
Donald Stufft
2013-08-10
1
-0
/
+1
|
*
|
|
Small note about the purpose
Donald Stufft
2013-08-10
1
-0
/
+1
|
*
|
|
Add a comment to note that disabling padding is desired
Donald Stufft
2013-08-10
1
-1
/
+3
|
*
|
|
2.6 compat
Alex Gaynor
2013-08-10
1
-1
/
+1
|
*
|
|
Fixed wrong test
Alex Gaynor
2013-08-10
1
-1
/
+1
[next]