aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/backends
Commit message (Expand)AuthorAgeFilesLines
* Fixed a memory leak in EC private numbers (#3741)Alex Gaynor2017-06-301-10/+16
* Fix for leaking memory in EllipticCurvePublicNumbers.public_key() (#3732)Alex Gaynor2017-06-281-0/+19
* Dh parameters serialization (#3504)Aviv Palivoda2017-06-241-0/+4
* fix libressl error/refactor some error handling (#3609)Paul Kehrer2017-05-261-4/+1
* Close stdout and stderr when spawning a process (#3578)Alex Gaynor2017-05-231-9/+13
* remove multibackend (#3555)Paul Kehrer2017-05-201-654/+0
* time to remove commoncrypto, fare thee well (#3551)Paul Kehrer2017-05-202-71/+0
* Attempt to simplify the libressl checing (#3482)Alex Gaynor2017-03-261-4/+1
* Write a memory leak test for X.509 extensions (#3451)Alex Gaynor2017-03-161-0/+22
* Improvements to the memleak tests (#3457)Alex Gaynor2017-03-151-10/+15
* Ec is a thing (#3453)Alex Gaynor2017-03-151-23/+1
* Memleak tests (#3140)Alex Gaynor2017-03-141-0/+160
* reverts a change to our exceptions (#3429)Paul Kehrer2017-03-091-5/+3
* missing coverage for dh_x942_serialization_supported in MultiBackend (#3432)Paul Kehrer2017-03-081-0/+1
* DH subgroup order (q) (#3369)Aviv Palivoda2017-03-052-4/+86
* switch the PEM password callback to a C implementation (#3382)Paul Kehrer2017-02-131-15/+24
* enforce password must be bytes when loading PEM/DER asymmetric keys (#3383)Paul Kehrer2017-02-081-1/+1
* add openssl_version_number & doc openssl_version_text (#3329)Paul Kehrer2016-12-211-0/+3
* Drop 1.0.0 (#3312)Alex Gaynor2016-12-131-151/+1
* New osrandom_engine in C (#3229)Christian Heimes2016-12-091-13/+19
* OpenSSL DH backend implementation [Second attempt] (#2914)Aviv Palivoda2016-11-261-3/+55
* change derive_elliptic_curve_public_point to return EllipticCurvePubl… (#3243)Paul Kehrer2016-11-181-3/+3
* workaround for application bundling tools (#3235)Paul Kehrer2016-11-141-0/+17
* Add a bytes method to get the DER ASN.1 encoding of an X509 name. (#3236)Paul Kehrer2016-11-131-0/+6
* add ec.private_key_from_secret_and_curve (#3225)Ofek Lev2016-11-111-0/+16
* 1.0.2i changed the way COMP_METHOD is exported if NO_COMP is set (#3162)Paul Kehrer2016-09-221-1/+1
* fix warnings in cffi 1.8.3 due to wrong buffer types (#3155)Paul Kehrer2016-09-211-2/+2
* Scrypt Implementation (#3117)Terry Chia2016-09-011-1/+15
* OpenSSL 1.1.0 support (#2826)Paul Kehrer2016-08-261-7/+15
* Use a series of constants for OpenSSL version checks (#3037)Alex Gaynor2016-07-111-8/+8
* Complete the removal of the string '0.9.8' (#3005)Alex Gaynor2016-06-201-1/+1
* Remove a binding and comments that reference 0.9.8 (#2984)Alex Gaynor2016-06-181-1/+1
* Drop OpenSSL 0.9.8 (#2978)Alex Gaynor2016-06-181-25/+0
* RSA OAEP SHA2 Support (#2956)Paul Kehrer2016-06-041-2/+74
* Use teardown since we ignore the method arg anyways (#2928)Alex Gaynor2016-05-301-2/+1
* Replacing test_osrandom_engine_is_default. (#2905)Andreas Moser2016-05-291-0/+12
* Merge pull request #2815 from reaperhulk/error-on-unusual-encodingsAlex Gaynor2016-03-121-0/+21
|\
| * py3 is a thingPaul Kehrer2016-03-121-1/+1
| * move NUMERICSTRING certificate test to test_openssl & make it more specificPaul Kehrer2016-03-121-0/+21
* | make multibackend error with an empty list. fixes #2717Paul Kehrer2016-03-111-5/+15
|/
* Un-double the test doublesAlex Gaynor2016-03-052-50/+16
* Send stderr someplaceAlex Gaynor2016-02-271-1/+2
* Actually allocate a buffer that is the correct size.Tristan Seligmann2016-02-081-2/+3
* give a real EVP_PKEY with an invalid default key type to the testPaul Kehrer2016-01-071-2/+0
* opaque EVP_PKEY since EVP_PKEY_id existsPaul Kehrer2016-01-071-1/+1
* Support EC and DSA signing of CRLs in the OpenSSL backendPaul Kehrer2015-12-271-0/+37
* move two tests to the openssl backend tests where they belongPaul Kehrer2015-12-261-1/+51
* RevokedCertificateBuilderPaul Kehrer2015-12-251-2/+2
* add create_x509_revoked_certificate to x509backend interfacePaul Kehrer2015-12-252-0/+12
* Merge pull request #2567 from alex/this-is-americaPaul Kehrer2015-12-241-1/+1
|\