Releases: jawah/rtls
Releases · jawah/rtls
Version 2026.5.30
Version 2026.5.14
2026.5.14
- Fixed fallback
load_default_certsignoringSSL_CERT_FILEandSSL_CERT_DIRenvironment variables.
CPython default on OpenSSL, which in turn respectSSL_CERT_FILEandSSL_CERT_DIRvia the load_default_certs.
rtls will now align itself on OpenSSL behavior. (jawah/urllib3.future#368) - Updated aws-lc-rs v1.16.3 to v1.17.0
Version 2026.5.7
2026.5.7
- Fixed RuntimeError "Already borrowed" (jawah/niquests#393)
- Updated rustls v0.23.39 to v0.23.40
Version 2026.4.24
2026.4.24
- Updated aws-lc-rs v1.16.2 to v1.16.3
- Updated rustls v0.23.37 to v0.23.39
- Updated pyo3 v0.28.2 to v0.28.3
- Fixed performance issue with DER_cert_to_PEM_cert and PEM_cert_to_DER_cert functions
- Fixed honoring
VERIFY_X509_TRUSTED_FIRSTandVERIFY_X509_PARTIAL_CHAIN.
Version 2026.3.29
2026.3.29
- Added
sslobjpublic shortcut to_sslobjproperty for backward compatibility to TLSSocket. - Updated aws-lc-sys v0.39.0 to v0.39.1.
Version 2026.3.28
2026.3.28
- Disabled eager ech grease when TLS 1.2 is still enabled.
Version 2026.3.27
2026.3.27
- Fixed keylogfile path ignored.
- Fixed loading mtls encrypted keys.
- Fixed fd leakage upon SSLError.
- Fixed ssl ctx options handling.
- Fixed untriaged CA bundle anchors and intermediates.
- Removed hostname_checks_common_name as Rustls don't support it.
Version 2026.3.26
2026.3.26 (2026-03-26)
- Initial release