cunyx
cunyx
As I read https://github.com/wbond/oscrypto/blob/66ba999b66c152410af08b90ef77bc47b235f098/oscrypto/_openssl/tls.py#L192 to https://github.com/wbond/oscrypto/blob/66ba999b66c152410af08b90ef77bc47b235f098/oscrypto/_openssl/tls.py#L208 a provided "trust_list_path" only gets applied on windows and mac, while on other platforms trusted certificates are (only) loaded from the system default via...
Thank you for providing the modularcrypto tools! To get access to the verified certificate chain of TLS connections, I tried to edit oscrypto for openssl >= 1.1.0 with https://build.opensuse.org/package/view_file/home:cunix:pythondevel/python-oscrypto/verified_chain__attribute_added.patch What...
While it worked previously as expected, in a more recent distro created cert bundles include unwanted (linked as documented into "blacklist" directory) certificates. This might be introduced by version 0.24...