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
...
*
|
add private _int_to_bn method to openssl backend
Paul Kehrer
2014-02-20
1
-5
/
+15
*
|
This works but we should really be using self.
Paul Kehrer
2014-02-20
1
-7
/
+8
*
|
boilerplate to reopen master for third release work
Paul Kehrer
2014-02-20
1
-1
/
+1
|
/
*
Bump version numbers for 0.2 release
Alex Gaynor
2014-02-20
1
-1
/
+1
*
Move for OpenSSL 0.9.8
Alex Gaynor
2014-02-20
1
-2
/
+2
*
Information about actually used cipher.
Fedor Brunner
2014-02-20
1
-0
/
+9
*
add EVP_PKEY_size binding to OpenSSL backend
Paul Kehrer
2014-02-19
1
-0
/
+1
*
a few more methods from x509.h for OpenSSL
Paul Kehrer
2014-02-19
1
-0
/
+7
*
Merge pull request #634 from reaperhulk/rsa-signing-interfaces
Alex Gaynor
2014-02-18
2
-0
/
+52
|
\
|
*
79 characters ought to be good enough for any line
Paul Kehrer
2014-02-18
1
-1
/
+2
|
*
let's try renaming everything I said I'd rename
Paul Kehrer
2014-02-18
2
-4
/
+5
|
*
more renaming
Paul Kehrer
2014-02-17
2
-2
/
+3
|
*
create_rsa_sign_ctx->create_rsa_signature_ctx
Paul Kehrer
2014-02-17
1
-1
/
+1
|
*
add AsymmetricSignContext, AsymmetricVerifyContext, AsymmetricPadding
Paul Kehrer
2014-02-17
1
-0
/
+37
|
*
add sign/verify ctx creation methods to RSABackend interface
Paul Kehrer
2014-02-17
1
-0
/
+12
*
|
fix style, move a comment
Paul Kehrer
2014-02-17
1
-2
/
+2
*
|
conditionally bind PSS constant if available
Paul Kehrer
2014-02-17
1
-2
/
+12
|
/
*
add CAST5 CTR support to commoncrypto + tests
Paul Kehrer
2014-02-16
1
-1
/
+2
*
Merge pull request #605 from reaperhulk/add-crt-coefficients
Alex Gaynor
2014-02-15
3
-1
/
+59
|
\
|
*
Merge branch 'master' into add-crt-coefficients
Paul Kehrer
2014-02-13
4
-6
/
+37
|
|
\
|
*
|
add the crt coefficients to the interface
Paul Kehrer
2014-02-13
1
-0
/
+21
|
*
|
expose dmp1, dmq1, iqmp getters on RSAPrivateKey
Paul Kehrer
2014-02-13
1
-0
/
+12
|
*
|
add crt coefficients to RSAPrivateKey constructor and update tests
Paul Kehrer
2014-02-12
2
-1
/
+26
*
|
|
Fix the signature of this on 0.9.8
Alex Gaynor
2014-02-14
1
-1
/
+1
*
|
|
methods to open an EVP_PKEY from an RSA or DSA struct in OpenSSL
Paul Kehrer
2014-02-14
1
-0
/
+3
*
|
|
when declaring macros it helps to get the arguments right
Paul Kehrer
2014-02-14
1
-1
/
+1
*
|
|
Merge pull request #615 from reaperhulk/rsa-blinded-by-the-light
Alex Gaynor
2014-02-14
1
-0
/
+2
|
\
\
\
|
*
|
|
OpenSSL bindings for RSA blinding
Paul Kehrer
2014-02-14
1
-0
/
+2
*
|
|
|
Merge pull request #612 from reaperhulk/rsa-signing-bindings
Alex Gaynor
2014-02-14
2
-1
/
+62
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
some padding functions we're going to need for 0.9.8
Paul Kehrer
2014-02-14
1
-0
/
+8
|
*
|
|
EVP_PKEY_CTX doesn't exist on 0.9.8. Do the conditional include dance
Paul Kehrer
2014-02-14
2
-13
/
+49
|
*
|
|
bind sign/verify EVP functions for OpenSSL
Paul Kehrer
2014-02-13
1
-0
/
+7
|
*
|
|
add some PKEY_CTX bindings we'll need for signing
Paul Kehrer
2014-02-13
2
-0
/
+10
|
|
|
/
|
|
/
|
*
/
|
Add X509_V_ERR_APPLICATION_VERIFICATION
Hynek Schlawack
2014-02-14
1
-0
/
+1
|
/
/
*
|
Fix comments in padding.py to be accurate
Alex Gaynor
2014-02-13
1
-4
/
+2
*
|
add cbc, cfb, ofb support to CAST5 (aka CAST128) for openssl & cc
Paul Kehrer
2014-02-12
2
-11
/
+18
*
|
re-add CAST5 ECB support (OpenSSL & CC backends). fixes #417
Paul Kehrer
2014-02-12
3
-2
/
+28
|
/
*
Merge pull request #600 from alex/multi-rsa
David Reid
2014-02-12
1
-1
/
+6
|
\
|
*
Added RSABackend to MultiBackend
Alex Gaynor
2014-02-12
1
-1
/
+6
*
|
Also fix this module
Alex Gaynor
2014-02-12
1
-1
/
+1
*
|
Sort our imports
Alex Gaynor
2014-02-12
1
-2
/
+2
|
/
*
Add RSAPrivateKey.generate
Alex Stapleton
2014-02-12
1
-0
/
+4
*
Merge pull request #580 from public/openssl-gen-rsa-key
David Reid
2014-02-11
1
-1
/
+43
|
\
|
*
Generate RSA Keys
Alex Stapleton
2014-02-11
1
-1
/
+43
*
|
add X509_verify_cert_error_string
Paul Kehrer
2014-02-10
1
-0
/
+2
|
/
*
s/bit_length/key_size/ (again)
Alex Stapleton
2014-02-08
1
-2
/
+2
*
Merge pull request #577 from public/backend-rsa-interface
Paul Kehrer
2014-02-08
1
-0
/
+9
|
\
|
*
Start of an RSABackend interface
Alex Stapleton
2014-02-08
1
-0
/
+9
*
|
Merge pull request #559 from public/rsa-keys
Paul Kehrer
2014-02-07
2
-0
/
+149
|
\
\
|
*
|
Check that public_exponent is odd
Alex Stapleton
2014-02-07
1
-0
/
+6
[prev]
[next]