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 #67 from reaperhulk/api-refactor
Alex Gaynor
2013-09-13
4
-30
/
+93
|
\
\
|
*
|
remove import function, rename attrs to upper in modules
Paul Kehrer
2013-09-13
3
-16
/
+9
|
*
|
Various PR review fixes
Paul Kehrer
2013-09-13
5
-67
/
+63
|
*
|
API refactor to separate cffi declarations
Paul Kehrer
2013-09-13
5
-30
/
+104
|
/
/
*
|
Merge pull request #60 from dreid/ofb-iv-not-nonce
Donald Stufft
2013-09-12
4
-15
/
+11
|
\
\
|
*
|
OFB uses an initialization vector instead a nonce.
David Reid
2013-09-11
1
-6
/
+8
|
*
|
ModeWithNonce no longer exists.
David Reid
2013-09-11
1
-2
/
+0
|
*
|
ModeWithNonce is no longer used.
David Reid
2013-09-11
1
-4
/
+0
|
*
|
OFB is specified as having an IV instead of a Nonce.
David Reid
2013-09-11
1
-3
/
+3
*
|
|
Merge pull request #62 from dstufft/test-pypy
Alex Gaynor
2013-09-12
1
-0
/
+6
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Use the version of PyPy from PPAs to get PyPy 2.1
Donald Stufft
2013-09-12
1
-0
/
+6
|
/
/
*
|
Merge pull request #59 from reaperhulk/cfb-support
David Reid
2013-09-11
3
-0
/
+69
|
\
\
|
*
|
add CFB to documentation
Paul Kehrer
2013-09-11
1
-0
/
+13
|
*
|
CFB support
Paul Kehrer
2013-09-11
2
-0
/
+56
|
/
/
*
|
Merge pull request #57 from reaperhulk/ofb-support
Donald Stufft
2013-09-10
5
-0
/
+73
|
\
\
|
*
|
change OFB iv to nonce to reflect dstufft nomenclature pitch
Paul Kehrer
2013-09-10
4
-11
/
+15
|
*
|
add output feedback mode support + test vectors (aes)
Paul Kehrer
2013-09-10
3
-0
/
+69
*
|
|
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
|
/
/
|
*
consistency
Alex Gaynor
2013-09-10
1
-5
/
+5
|
*
Merge branch 'master' into triple-des
Alex Gaynor
2013-09-10
4
-40
/
+93
|
|
\
|
|
/
|
/
|
*
|
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
|
/
/
/
|
|
*
Get tests running (fail miserably)
Alex Gaynor
2013-09-10
1
-48
/
+109
|
|
*
Write out the initial test cases, they don't even fail properly because the 3...
Alex Gaynor
2013-09-09
1
-0
/
+40
|
|
*
Merge branch 'master' into triple-des
Alex Gaynor
2013-09-09
0
-0
/
+0
|
|
|
\
|
|
_
|
/
|
/
|
|
*
|
|
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
|
/
/
|
*
These are capitalized
Alex Gaynor
2013-09-09
1
-1
/
+1
|
*
Iinital work on 3DES. No tests and no implementation yet.
Alex Gaynor
2013-09-09
90
-0
/
+48035
|
/
*
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
[prev]
[next]