Skip to content

0.6.0

Compare
Choose a tag to compare
@sethmlarson sethmlarson released this 06 Mar 01:46
· 23 commits to main since this release
v0.6.0
845e50e

Truststore is now beta! Truststore will be made the default in a future pip release.

  • Added inject_into_ssl() and extract_from_ssl() to enable Truststore for all packages using ssl.SSLContext automatically.
  • Added support for setting check_hostname, verify_mode, and verify_flags.
  • Added pass-through implementations for many ssl.SSLContext methods like load_cert_chain(), set_alpn_protocols(), etc.