summaryrefslogtreecommitdiff
path: root/tests/hazmat/backends
Commit message (Expand)AuthorAgeFilesLines
* Drop supported for older LibreSSL (#6660)Alex Gaynor2021-11-261-36/+0
* Final polish on removing backends from places they aren't required (#6644)Alex Gaynor2021-11-222-15/+4
* more typing (#6616)Paul Kehrer2021-11-171-3/+3
* Run tests/hazmat/backends/ under BoringSSL (#6588)Alex Gaynor2021-11-121-1/+5
* Simplify backed name check in tests (#6558)Alex Gaynor2021-11-071-2/+2
* deprecate backend part 11 of n (#6530)Paul Kehrer2021-11-031-7/+7
* deprecate backend part 7 of n (#6526)Paul Kehrer2021-11-031-8/+0
* Convert CRL creation to Rust (#6496)Alex Gaynor2021-10-311-12/+0
* Convert CSR creation to Rust (#6495)Alex Gaynor2021-10-311-12/+0
* Convert x.509 certificate generation to Rust (#6479)Alex Gaynor2021-10-291-23/+0
* Revert "Ban cffi version that makes CI sad (#6418)" (#6441)Alex Gaynor2021-10-191-21/+23
* Make memleak test assertion more precise (#6440)Alex Gaynor2021-10-191-1/+1
* add CRL pyopenssl fallback (#6325)Paul Kehrer2021-09-281-0/+18
* Parse CSRs in pure rust (#6312)Paul Kehrer2021-09-281-11/+18
* parse certificates with pure rust (#6147)Paul Kehrer2021-07-251-25/+17
* oxidize certificate policies (#6119)Paul Kehrer2021-06-161-0/+11
* [WIP] 3.0.0 support (#5250)Paul Kehrer2021-04-221-1/+5
* typehint x509.base (#5899)Mathias Ertl2021-03-151-4/+25
* more typing (#5887)Paul Kehrer2021-03-021-1/+1
* Remove requires_backend_interface from tests because it was useless (#5884)Alex Gaynor2021-03-011-3/+0
* Added typing for a bunch of random stuff (#5743)Alex Gaynor2021-02-041-1/+3
* enable mypy over tests (#5721)Paul Kehrer2021-01-311-0/+2
* 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