Skip to content

Version 1.0.3

Compare
Choose a tag to compare
@Ousret Ousret released this 11 Nov 14:25
· 15 commits to main since this release

1.0.3 (2023-11-11)

Added

  • Function register_ca so that user may register their own custom CA (PEM, and DER accepted) in addition to the system trust store.

Fixed

  • Overrule SSL_CERT_FILE environment variable so that system CA is always returned.

Changed

  • Function create_default_ssl_context now instantiates an SSLContext with the Mozilla Recommended Cipher Suite, instead of your system default.
  • Bumped pyo3 to version 0.20.0