On Wed, Feb 10, 2021 at 4:57 PM Peter Stuge <[email protected]> wrote: > > The first big blocker we're going to hit is trustme [3] package that > > relies on cryptography API pretty heavily to generate TLS certs for > > testing. > > For which testing? Could it be changed to generate certs differently?
He is probably referring to the test suite in dev-python/urllib3, which uses the python "trustme" package in several places. https://github.com/urllib3/urllib3/search?q=trustme Someone would need to convince the urllib3 developers to use something else to manage certificates in their unit tests.
