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
...
*
|
Merge pull request #1100 from reaperhulk/rsa-numbers-remove-public
Alex Gaynor
2014-06-06
1
-94
/
+0
|
\
\
|
*
|
remove raw numbers properties from the RSA*Key interfaces
Paul Kehrer
2014-06-06
1
-94
/
+0
|
|
/
*
/
add load_rsa_*_numbers functions
Paul Kehrer
2014-06-06
1
-0
/
+8
|
/
*
Split load_rsa_numbers into load_rsa_private_numbers and load_rsa_public_numb...
David Reid
2014-06-03
3
-20
/
+34
*
Add load_rsa_numbers support to MultiBackend.
David Reid
2014-06-03
1
-0
/
+7
*
Implement load_rsa_numbers on the openssl backend.
David Reid
2014-06-03
1
-0
/
+18
*
Add load_rsa_numbers to the RSABackend interface.
David Reid
2014-06-03
1
-0
/
+5
*
Merge pull request #984 from dreid/rsa-numbers
Paul Kehrer
2014-06-03
1
-0
/
+79
|
\
|
*
No apostrophe here.
David Reid
2014-05-12
1
-2
/
+2
|
*
Fix Private->Public
David Reid
2014-05-07
1
-1
/
+1
|
*
Use one error message for all integer typeerrors.
David Reid
2014-05-07
1
-25
/
+10
|
*
Check types.
David Reid
2014-05-06
1
-0
/
+40
|
*
Make public_numbers a property.
David Reid
2014-05-01
1
-0
/
+1
|
*
Passing tests.
David Reid
2014-04-30
1
-1
/
+1
|
*
RSA*Numbers class definitions.
David Reid
2014-04-30
1
-0
/
+53
*
|
add some complexity back to handle 0.9.8 annoyances
Paul Kehrer
2014-06-01
1
-1
/
+8
*
|
more _ctx required
Paul Kehrer
2014-06-01
1
-1
/
+1
*
|
use Hash rather than _HashContext
Paul Kehrer
2014-06-01
1
-39
/
+6
*
|
Merge pull request #1082 from reaperhulk/move-a-test
Alex Gaynor
2014-05-31
2
-8
/
+13
|
\
\
|
*
|
move rsa param verification to shared function
Paul Kehrer
2014-05-29
2
-17
/
+13
|
*
|
add RSA private key generation restrictions to primitive layer
Paul Kehrer
2014-05-27
1
-0
/
+9
*
|
|
remove an irrelevant comment
Paul Kehrer
2014-05-31
1
-1
/
+1
*
|
|
refactor into separate files
Paul Kehrer
2014-05-31
6
-69
/
+195
*
|
|
add new link args
Paul Kehrer
2014-05-31
1
-0
/
+1
*
|
|
add new security framework bindings
Paul Kehrer
2014-05-31
3
-0
/
+278
*
|
|
EllipticCurveBackend interfaces
Alex Stapleton
2014-05-31
1
-0
/
+36
*
|
|
Add ASN1_STRING_set_default_mask_asc
D.S. Ljungmark
2014-05-31
1
-0
/
+3
*
|
|
Merge pull request #878 from public/ecdsa-interfaces
David Reid
2014-05-30
2
-0
/
+129
|
\
\
\
|
*
|
|
Make EC key interfaces backend specific
Alex Stapleton
2014-05-23
1
-2
/
+2
|
*
|
|
Rename private_key to private_value
Alex Stapleton
2014-05-23
1
-6
/
+6
|
*
|
|
Separate ECC key material from operations
Alex Stapleton
2014-05-23
2
-47
/
+74
|
*
|
|
Removed signer/verifier from signature algorithm
Alex Stapleton
2014-05-23
1
-12
/
+0
|
*
|
|
Fixup how the digest algorithm is sent
Alex Stapleton
2014-05-23
1
-4
/
+10
|
*
|
|
Flesh out EllipticCurveSignatureAlgorithm
Alex Stapleton
2014-05-23
1
-2
/
+12
|
*
|
|
Add signing and verifying interfaces
Alex Stapleton
2014-05-23
1
-1
/
+18
|
*
|
|
Use @six.add_metaclass(abc.ABCMeta)
Alex Stapleton
2014-05-23
1
-3
/
+6
|
*
|
|
Elliptic curve interfaces
Alex Stapleton
2014-05-23
1
-0
/
+78
*
|
|
|
Error codes are different in OpenSSL 1.0.1
Alex Stapleton
2014-05-27
2
-4
/
+8
*
|
|
|
Add unknown cipher test for PKCS8
Alex Stapleton
2014-05-27
1
-6
/
+19
*
|
|
|
Unknown algorithm test for PKCS8
Alex Stapleton
2014-05-27
1
-0
/
+7
*
|
|
|
Bind another error code
Alex Stapleton
2014-05-27
1
-0
/
+1
*
|
|
|
PKCS#8 serialized key loading
Alex Stapleton
2014-05-27
3
-5
/
+37
|
|
/
/
|
/
|
|
*
|
|
add generate_rsa_parameters_supported to RSABackend
Paul Kehrer
2014-05-25
3
-0
/
+19
*
|
|
add rsa_padding_supported interface to RSABackend and OpenSSL backend
Paul Kehrer
2014-05-24
3
-0
/
+22
|
/
/
*
|
Merge pull request #959 from public/openssl-loading-backend
Paul Kehrer
2014-05-22
2
-1
/
+163
|
\
\
|
*
|
Updated docstrings
Alex Stapleton
2014-05-16
1
-2
/
+10
|
*
|
DSA support
Alex Stapleton
2014-05-03
1
-0
/
+14
|
*
|
OpenSSL key loading implementation
Alex Stapleton
2014-05-03
2
-1
/
+141
*
|
|
load the openssl version text based on the loaded library
Paul Kehrer
2014-05-21
2
-2
/
+7
*
|
|
rename all the things if you want them to work
Paul Kehrer
2014-05-21
1
-2
/
+2
[prev]
[next]