trailofbits / tlslib.py

MVP for updated PEP 543 proposal
https://trailofbits.github.io/tlslib.py/
Apache License 2.0
9 stars 0 forks source link

test: Add tests for creating a server context with a trust store #27

Closed facutuesca closed 7 months ago

facutuesca commented 7 months ago

This increases coverage for the code path that creates a working server context with a non-None trust store. It does not test that the server verifies certificates sent by the client.