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.SSLContextautomatically. - Added support for setting
check_hostname,verify_mode, andverify_flags. - Added pass-through implementations for many
ssl.SSLContextmethods likeload_cert_chain(),set_alpn_protocols(), etc.