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