index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cryptography
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix issue mixing %s and format for ValueError in AES
Paul Kehrer
2013-09-09
1
-1
/
+1
*
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
*
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
1
-2
/
+3
|
\
|
*
Fix __author__
Hynek Schlawack
2013-08-12
1
-3
/
+3
|
*
Fix spelling of my name
Christian Heimes
2013-08-12
1
-1
/
+2
*
|
Merge branch 'master' into simple-symmetric-encryption
Donald Stufft
2013-08-11
2
-0
/
+54
|
\
|
|
*
Fix the packaging meta-data
Donald Stufft
2013-08-11
2
-0
/
+54
|
*
Make api poitn to the right object
Alex Gaynor
2013-08-10
1
-1
/
+1
*
|
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
5
-0
/
+23
*
|
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
*
|
Ensure that AES gets a proper key size
Donald Stufft
2013-08-10
1
-0
/
+6
*
|
Use an enum for determining BlockCipher operation
Donald Stufft
2013-08-10
1
-5
/
+12
*
|
Remove the padding from the BlockCipher API
Donald Stufft
2013-08-10
2
-18
/
+1
*
|
BlockCiphers should know their own name
Donald Stufft
2013-08-10
1
-0
/
+6
*
|
Ciphers should know what size their keys are
Donald Stufft
2013-08-10
2
-1
/
+5
*
|
Make flake8 happy
Donald Stufft
2013-08-10
3
-0
/
+3
*
|
Ensure that a BlockCipher can only be used for one operation
Donald Stufft
2013-08-10
1
-2
/
+15
*
|
Some apache license headers (we need a pyflkaes check for thsi)
Alex Gaynor
2013-08-10
4
-0
/
+52
*
|
Removed duplicate tests, added tests + fix for use after finalize
Alex Gaynor
2013-08-09
1
-0
/
+4
*
|
Address a review note
Alex Gaynor
2013-08-09
1
-1
/
+1
*
|
Get stuff working on py3k for real
Alex Gaynor
2013-08-09
2
-4
/
+15
*
|
Steps to get this running on py32 and py33 again
Alex Gaynor
2013-08-09
1
-2
/
+2
*
|
Compute the cipher name slightly (only slightly) better
Alex Gaynor
2013-08-09
3
-2
/
+6
*
|
More TODOs
Alex Gaynor
2013-08-09
2
-1
/
+3
*
|
Start playing with getting useful errors. We need unit tests for all these
Alex Gaynor
2013-08-09
1
-10
/
+18
*
|
Clear the sensitive data
Alex Gaynor
2013-08-09
1
-0
/
+6
*
|
Another TODO
Alex Gaynor
2013-08-09
1
-0
/
+1
*
|
Many TODOs later, we can encrypt a thing
Alex Gaynor
2013-08-09
3
-3
/
+74
*
|
Started stubbing stuff out, including a simple test, now is the part where we
Alex Gaynor
2013-08-08
6
-0
/
+25
|
/
*
Refactor into latest design decision
Hynek Schlawack
2013-08-08
3
-2
/
+4
*
Less code, more tests.
Alex Gaynor
2013-08-07
1
-127
/
+0
*
Removed a forgotten file
Alex Gaynor
2013-08-07
1
-56
/
+0
*
Removed most of the C files. We'll add them back as needed.
Alex Gaynor
2013-08-07
18
-943
/
+0
*
Removed some commented out entries
Alex Gaynor
2013-08-07
4
-28
/
+0
*
Added an empty __init__
Alex Gaynor
2013-08-07
1
-0
/
+0
*
Added license headers
Alex Gaynor
2013-08-06
20
-0
/
+260
*
Initial commit. Migrates over basic project files, and the OpenSSL bindings
Alex Gaynor
2013-08-06
20
-0
/
+932
[prev]