Path to this page:
Subject: CVS commit: pkgsrc/security/py-truststore
From: Adam Ciarcinski
Date: 2024-11-03 21:01:05
Message id: 20241103200105.58B92FC7E@cvs.NetBSD.org
Log Message:
py-truststore: updated to 0.10.0
0.10.0
Added support for macOS 10.13 and earlier using the SecTrustEvaluate API. Note \
that this API doesn't return fine-grained errors like SecTrustEvaluateWithError \
(requires macOS 10.14+).
Added SSLContext.set_default_verify_paths() method.
Changed method for disabling hostname verification for macOS and Windows. \
Previously would ignore hostname verification errors if \
SSLContext.check_hostname was False. Now for both macOS and Windows the \
certificate verification policy is configured to not check certificate hostname. \
This should have no effect on users.
Files: