On Wed, Nov 20, 2019 at 05:30:47PM -0500, Kurt Mosiejczuk wrote:
> "You wrote a cool network client or server. It encrypts connections
> using TLS. Your test suite needs to make TLS connections to itself.
> Uh oh. Your test suite probably doesn't have a valid TLS certificate.
> Now what?
> trustme is a tiny Python package that does one thing: it gives you
> a fake certificate authority (CA) that you can use to generate fake
> TLS certs to use in your tests. Well, technically they're real
> certs, they're just signed by your CA, which nobody trusts. But you
> can trust it. Trust me."
> Provides a temporary CA for doing TLS tests.
> Needed for (at least) the py-aiohttp tests.
> Regression tests all pass on amd64 and sparc64.
Ping
I've got py-aiohttp tests ready to go if I can get this committed.
--Kurt
No comments:
Post a Comment