2023-09-30 13:15:18 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Sep 29 17:56:07 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
|
|
|
|
|
|
|
|
- update to 0.8.0
|
|
|
|
- refresh no-network-testing.patch
|
|
|
|
* Added documentation for how to use truststore with urllib3,
|
|
|
|
Requests, aiohttp, and pip.
|
|
|
|
* Added pass-through implementations for many ssl.SSLContext methods
|
|
|
|
like load_cert_chain(), set_alpn_protocols(), etc.
|
|
|
|
* Added inject_into_ssl() and extract_from_ssl() to enable Truststore
|
|
|
|
for all packages using ssl.SSLContext automatically
|
|
|
|
* Added support for setting check_hostname, verify_mode, and verify_flags.
|
|
|
|
* Fixed issue where a RecursionError that would be raised when setting
|
|
|
|
SSLContext.minimum_version or .maximum_version
|
|
|
|
|
2022-07-29 09:22:43 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jul 28 15:00:19 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Initial packaging effort for truststore 0.4.0.
|
|
|
|
- Add no-network-testing.patch to skip networked tests
|
|
|
|
(gh#sethmlarson/truststore#65).
|