Skip to content

0.3.0

Compare
Choose a tag to compare
@sethmlarson sethmlarson released this 29 Apr 17:43
· 70 commits to main since this release

⚠️ This package is experimental and shouldn't be used in applications

  • Added support for loading extra CA certificates via SSLContext.load_verify_locations().
  • Added type hints.
  • Changed the name of TruststoreSSLContext to SSLContext.
  • Changed certificate hostname verification to rely on macOS and Windows instead of OpenSSL.
  • Fixed the order default certificates are loaded for OpenSSL backend.