aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/backends
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
* fix aia encoding memory leak (#4889)Paul Kehrer2019-05-181-0/+60
* fix a memory leak in AIA parsing (#4836)Paul Kehrer2019-04-111-1/+20
* 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
* Simplify string formatting (#4757)Alex Gaynor2019-02-201-1/+1
* encode IssuingDistributionPoint (#4618)Paul Kehrer2018-12-021-0/+45
* PKCS12 Basic Parsing (#4553)Paul Kehrer2018-11-281-0/+18
* support extensions in the OCSP request builder (#4481)Paul Kehrer2018-10-061-0/+21
* Fixed two memory leaks in x509 csr extensions (#4434)Alex Gaynor2018-08-311-3/+56
* 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
* fix a memory leak when calling X25519PrivateKey.public_key() (#4326)Paul Kehrer2018-07-101-0/+8
* Perform an OPENSSL_cleanup before checking the heap in our memleak tests (#4293)Alex Gaynor2018-06-201-0/+3
* fix a memory leak in ec derive_private_key (#4096)Paul Kehrer2018-02-041-0/+8
* 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
* 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