index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
hazmat
/
backends
/
test_multibackend.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
OpenSSL DH backend implementation [Second attempt] (#2914)
Aviv Palivoda
2016-11-26
1
-3
/
+55
*
change derive_elliptic_curve_public_point to return EllipticCurvePubl… (#3243)
Paul Kehrer
2016-11-18
1
-3
/
+3
*
Add a bytes method to get the DER ASN.1 encoding of an X509 name. (#3236)
Paul Kehrer
2016-11-13
1
-0
/
+6
*
add ec.private_key_from_secret_and_curve (#3225)
Ofek Lev
2016-11-11
1
-0
/
+16
*
Scrypt Implementation (#3117)
Terry Chia
2016-09-01
1
-1
/
+15
*
make multibackend error with an empty list. fixes #2717
Paul Kehrer
2016-03-11
1
-5
/
+15
*
add create_x509_revoked_certificate to x509backend interface
Paul Kehrer
2015-12-25
1
-0
/
+6
*
add create_x509_crl interface
Paul Kehrer
2015-12-24
1
-0
/
+8
*
Merge branch 'master' into crl_ossl_backend
Erik Trauschke
2015-10-20
1
-4
/
+15
|
\
|
*
a refactor to the API
Alex Gaynor
2015-10-17
1
-12
/
+15
|
*
Add an Elliptic Curve Key Exchange Algorithm(ECDH)
Simo Sorce
2015-10-17
1
-2
/
+10
*
|
OpenSSL backend code for CRLs
Erik Trauschke
2015-09-24
1
-0
/
+12
|
/
*
fix up test coverage on multibackend
Alex Gaynor
2015-09-22
1
-2
/
+9
*
rename sign_x509_certificate backend method to create_x509_certificate
Paul Kehrer
2015-08-06
1
-3
/
+3
*
Add test coverage for MultiBackend.sign_x509_certificate
Ian Cordasco
2015-08-02
1
-0
/
+8
*
Renames sign_509_request to create_x509_csr.
Andre Caron
2015-06-24
1
-0
/
+6
*
add load_der_x509_csr to support loading DER encoded CSRs
Paul Kehrer
2015-03-30
1
-0
/
+6
*
rename request to CSR
Paul Kehrer
2015-03-29
1
-3
/
+3
*
basic support for parsing x509 requests
Paul Kehrer
2015-03-29
1
-0
/
+6
*
add multibackend support for DERSerializationBackend
Paul Kehrer
2015-01-17
1
-3
/
+24
*
remove fully deprecated items from 0.6 deprecation cycle
Paul Kehrer
2014-12-18
1
-87
/
+1
*
add X509Backend support to multibackend
Paul Kehrer
2014-11-26
1
-1
/
+22
*
Update the license header for every source file, as well as the documentation.
Alex Gaynor
2014-11-16
1
-12
/
+3
*
Changed methods on interface providers to have argument names match the inter...
Alex Gaynor
2014-10-23
1
-7
/
+7
*
add load_dsa_parameter_numbers on multibackend
Paul Kehrer
2014-10-21
1
-0
/
+9
*
update multibackend to remove deprecated methods
Paul Kehrer
2014-10-01
1
-75
/
+0
*
fix test coverage on multibackend deprecated methods
Paul Kehrer
2014-09-27
1
-2
/
+31
*
deprecate backend method names for elliptic curve number loading
Paul Kehrer
2014-09-27
1
-5
/
+31
*
Corrected tests
michael-hart
2014-09-26
1
-1
/
+1
*
Added all changes lost in merge reset
michael-hart
2014-09-26
1
-1
/
+1
*
Corrected tests
michael-hart
2014-09-26
1
-1
/
+1
*
Added all changes lost in merge reset
michael-hart
2014-09-26
1
-0
/
+6
*
multibacken for docs
Alex Gaynor
2014-09-08
1
-1
/
+17
*
add missing DSABackend numbers loading methods to Multibackend
Paul Kehrer
2014-07-18
1
-0
/
+18
*
add TraditionalOpenSSLSerializationBackend to MultiBackend
Paul Kehrer
2014-07-09
1
-1
/
+17
*
change some nomenclature
Paul Kehrer
2014-07-07
1
-1
/
+1
*
add PKCS8SerializationBackend support to MultiBackend
Paul Kehrer
2014-07-07
1
-1
/
+16
*
add multibackend support for new DSABackend method
Paul Kehrer
2014-06-27
1
-0
/
+9
*
Multibackend support for EC
Alex Stapleton
2014-06-07
1
-3
/
+104
*
pep8
David Reid
2014-06-03
1
-1
/
+1
*
Split load_rsa_numbers into load_rsa_private_numbers and load_rsa_public_numb...
David Reid
2014-06-03
1
-3
/
+13
*
Remove trailing whitespace
David Reid
2014-06-03
1
-1
/
+1
*
Semantic conflict resolution anyone?
David Reid
2014-06-03
1
-1
/
+2
*
Add load_rsa_numbers support to MultiBackend.
David Reid
2014-06-03
1
-1
/
+10
*
add generate_rsa_parameters_supported to RSABackend
Paul Kehrer
2014-05-25
1
-0
/
+10
*
add rsa_padding_supported interface to RSABackend and OpenSSL backend
Paul Kehrer
2014-05-24
1
-0
/
+10
*
Multibackend now supports all of RSABackend
Paul Kehrer
2014-05-09
1
-0
/
+30
*
cover some missing lines in dsa multibackend
Paul Kehrer
2014-05-02
1
-0
/
+5
*
expand DSA multibackend support
Paul Kehrer
2014-05-02
1
-0
/
+34
*
Added _REASON
Ayrx
2014-04-22
1
-4
/
+2
[next]