0.6.0
Truststore is now beta! Truststore will be made the default in a future pip release.
- Added
inject_into_ssl()
andextract_from_ssl()
to enable Truststore for all packages usingssl.SSLContext
automatically. - Added support for setting
check_hostname
,verify_mode
, andverify_flags
. - Added pass-through implementations for many
ssl.SSLContext
methods likeload_cert_chain()
,set_alpn_protocols()
, etc.