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

Support certificate chains with intermediates #13

Closed jvdprng closed 8 months ago

jvdprng commented 8 months ago

Support certificate chains with intermediates, cleanup of tempfiles.

woodruffw commented 8 months ago

I cleaned this up a bit -- we now use NamedTemporaryFile(delete=False), since that better captures the FD lifetimes.