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 another function signature
ashfall
2014-05-01
1
-1
/
+1
*
Address review comments, fix signatures that the docs lied about
ashfall
2014-05-01
1
-3
/
+3
*
Add some functions from DH docs
ashfall
2014-05-01
1
-0
/
+12
*
Foolish hobgoblin is best hobgoblin.
Alex Gaynor
2014-04-30
1
-1
/
+1
*
Fix two more violations
Alex Gaynor
2014-04-30
1
-2
/
+2
*
Fixed C style guide violation
Alex Gaynor
2014-04-30
1
-2
/
+2
*
Merge pull request #962 from reaperhulk/rsa-enc
Alex Gaynor
2014-04-26
3
-31
/
+69
|
\
|
*
move ct length check into decrypt function, address review comments
Paul Kehrer
2014-04-25
1
-4
/
+4
|
*
determine operation type by isinstance on the key
Paul Kehrer
2014-04-24
1
-13
/
+13
|
*
RSA encryption support
Paul Kehrer
2014-04-24
3
-30
/
+68
*
|
Merge pull request #972 from public/padding-docs
Paul Kehrer
2014-04-26
1
-4
/
+5
|
\
\
|
*
|
Use AlreadyFinalized not ValueError
Alex Stapleton
2014-04-25
1
-4
/
+5
*
|
|
Merge pull request #958 from public/openssl-loading-backend-iface
Paul Kehrer
2014-04-25
2
-2
/
+3
|
\
\
\
|
*
|
|
Rename OpenSSLSerializationBackend
Alex Stapleton
2014-04-25
2
-2
/
+3
*
|
|
|
backend->self in a few places
Paul Kehrer
2014-04-25
1
-3
/
+3
|
/
/
/
*
|
|
Add bindings for DSA_sign and DSA_verify
Mohammed Attia
2014-04-25
1
-0
/
+4
*
|
|
Merge pull request #965 from reaperhulk/make-build-ffi-more-flexible
Alex Gaynor
2014-04-24
3
-6
/
+15
|
\
\
\
|
*
|
|
set defaults on build_ffi
Paul Kehrer
2014-04-24
3
-9
/
+2
|
*
|
|
expand build_ffi helper function
Paul Kehrer
2014-04-24
3
-6
/
+22
|
|
|
/
|
|
/
|
*
|
|
fix a style violation
Paul Kehrer
2014-04-24
1
-2
/
+2
*
|
|
add more d2i/i2d bindings because sometimes you just don't want bios
Paul Kehrer
2014-04-24
1
-0
/
+10
|
/
/
*
|
Add binding for DSA_size
Mohammed Attia
2014-04-24
1
-0
/
+1
*
|
Merge pull request #949 from reaperhulk/rsa-oaep-decrypt
Alex Gaynor
2014-04-23
2
-1
/
+37
|
\
\
|
*
|
OAEP support for RSA decryption
Paul Kehrer
2014-04-22
2
-1
/
+37
*
|
|
Merge pull request #957 from reaperhulk/some-serialization-bindings
Hynek Schlawack
2014-04-23
1
-1
/
+43
|
\
\
\
|
*
|
|
Add many d2i/i2d bindings
Paul Kehrer
2014-04-23
1
-1
/
+43
*
|
|
|
add some more functions for manipulating EVP_PKEY objects
Paul Kehrer
2014-04-23
1
-0
/
+11
|
/
/
/
*
|
|
Added _REASON
Ayrx
2014-04-22
1
-1
/
+2
*
|
|
Added tests for multibackend
Ayrx
2014-04-22
1
-3
/
+9
*
|
|
Added CMACBackend to multibackend
Ayrx
2014-04-22
1
-2
/
+11
|
/
/
*
|
Merge pull request #953 from Ayrx/fix-cmac-missing-coverage
Paul Kehrer
2014-04-22
1
-13
/
+3
|
\
\
|
*
|
Added missing tests for 100% coverage
Ayrx
2014-04-22
1
-13
/
+3
*
|
|
Merge pull request #948 from skeuomorf/dsa-sig-bindings
Alex Stapleton
2014-04-22
1
-0
/
+8
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add bindings for DSA_SIG and related functions
Mohammed Attia
2014-04-22
1
-0
/
+8
*
|
|
Merge pull request #931 from Ayrx/cmac-implementation
Alex Stapleton
2014-04-22
2
-2
/
+158
|
\
\
\
|
*
|
|
Added more copy() tests
Ayrx
2014-04-22
1
-3
/
+2
|
*
|
|
Added documentation to note rfc 4493
Ayrx
2014-04-22
1
-2
/
+1
|
*
|
|
Added wikipedia link
Ayrx
2014-04-22
1
-2
/
+2
|
*
|
|
Fix pep8 errors
Ayrx
2014-04-22
1
-1
/
+1
|
*
|
|
Removed multibackend changes for another PR
Ayrx
2014-04-22
1
-10
/
+1
|
*
|
|
Changed stub keys and ivs to use null bytes
Ayrx
2014-04-22
1
-2
/
+5
|
*
|
|
Updated multibackend
Ayrx
2014-04-22
1
-2
/
+2
|
*
|
|
Various fixes
Ayrx
2014-04-22
2
-7
/
+12
|
*
|
|
Updated tests
Ayrx
2014-04-22
1
-3
/
+4
|
*
|
|
Added CMACBackend to MultiBackend
Ayrx
2014-04-22
1
-2
/
+11
|
*
|
|
CMAC primitive implementation
Ayrx
2014-04-22
1
-0
/
+75
|
*
|
|
OpenSSL backend's CMAC implementation
Ayrx
2014-04-22
1
-2
/
+76
*
|
|
|
Merge pull request #944 from reaperhulk/fix-773
Alex Stapleton
2014-04-22
1
-13
/
+15
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
fix SSL_OP_ALL being unusable on Windows due to long being 32-bit signed
Paul Kehrer
2014-04-20
1
-13
/
+15
|
|
/
/
*
|
|
remove InvalidDecryption and replace with ValueError
Paul Kehrer
2014-04-20
2
-8
/
+4
[next]