Skip to content

Releases: sethmlarson/truststore

0.3.0

29 Apr 17:43
Compare
Choose a tag to compare

⚠️ 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.

0.2.0

14 Mar 12:41
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

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

  • Added support for Windows via CryptoAPI (Contributed by @davisagli)

0.1.0

10 Mar 17:21
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

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

  • Initial release with support for macOS and Linux.