aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/backends/test_openssl.py
Commit message (Expand)AuthorAgeFilesLines
* fix coverage, small cleanups in tests (#4990)Paul Kehrer2019-09-091-0/+10
* we don't have these mac builders any more (#4892)Paul Kehrer2019-05-251-7/+1
* reduce our engine bindings even more (#4768)Paul Kehrer2019-02-251-0/+19
* support NO_ENGINE (#4763)Paul Kehrer2019-02-251-0/+3
* why did we have these variables (#4764)Paul Kehrer2019-02-241-7/+7
* remove freebsd11 builder (#4401)Paul Kehrer2018-08-151-2/+0
* Fixed #4380 -- do not assume TLSv1 is available in OpenSSL (#4389)Alex Gaynor2018-08-121-1/+1
* Expose `BN_clear_free` in the OpenSSL backend (#4071)Tux2018-01-051-1/+1
* Fixed #4058 -- use the thread-safe API from OpenSSL, not the danger one (#4059)Alex Gaynor2017-12-181-3/+3
* Inline calls to bit_length now that it's trivial (#3966)Alex Gaynor2017-10-121-3/+3
* RSA OAEP label support for OpenSSL 1.0.2+ (#3897)Paul Kehrer2017-09-081-12/+0
* move x509 tests into a module (#3889)Paul Kehrer2017-09-061-1/+1
* remove deprecated items (#3794)Paul Kehrer2017-07-201-33/+3
* Dh parameters serialization (#3504)Aviv Palivoda2017-06-241-0/+4
* fix libressl error/refactor some error handling (#3609)Paul Kehrer2017-05-261-4/+1
* Attempt to simplify the libressl checing (#3482)Alex Gaynor2017-03-261-4/+1
* Ec is a thing (#3453)Alex Gaynor2017-03-151-23/+1
* reverts a change to our exceptions (#3429)Paul Kehrer2017-03-091-5/+3
* DH subgroup order (q) (#3369)Aviv Palivoda2017-03-051-3/+80
* 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
* 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
* 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
* 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
* Un-double the test doublesAlex Gaynor2016-03-051-40/+13
* 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-251-0/+6
* Merge pull request #2567 from alex/this-is-americaPaul Kehrer2015-12-241-1/+1
|\
| * Spell serialization consistentlyAlex Gaynor2015-12-241-1/+1
* | CertificateRevocationListBuilderPaul Kehrer2015-12-241-3/+6
|/
* coveragePaul Kehrer2015-12-241-0/+5
* Change password callback to use userdata pointerChristian Heimes2015-12-201-2/+15