summaryrefslogtreecommitdiff
path: root/tests/hazmat/backends
Commit message (Expand)AuthorAgeFilesLines
* xdist experiment (#5621)Paul Kehrer2020-12-101-0/+8
* Remove __future__ import from our code (#5610)Alex Gaynor2020-12-094-5/+0
* Switch black to py36 as the minimum version (#5608)Alex Gaynor2020-12-081-3/+3
* in OpenSSL 1.1.0+ error strings are automatically loaded (#5587)Paul Kehrer2020-11-261-5/+0
* Delete all the 1.0.2 code (#5511)Alex Gaynor2020-10-251-1/+1
* new black, actually slightly different than the old black (#5429)Paul Kehrer2020-08-262-2/+9
* remove KDF backend requirements (#5389)Paul Kehrer2020-08-141-0/+16
* Paint it Black by the Rolling Stones (#5324)Alex Gaynor2020-07-202-163/+262
* test FIPS mode on centos8 (#5323)Paul Kehrer2020-07-202-0/+3
* PKCS12 support (#5325)Paul Kehrer2020-07-201-0/+35
* disable the osrandom engine on 1.1.1d+ (#5317)Paul Kehrer2020-07-191-5/+5
* 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