馃憢 3.13 is still in alpha, but I thought I'd file this - in python/cpython#109113, get_unverified_chain was made public and calls public_bytes on the certs, meaning that
|
cert_bytes = [cert.public_bytes(_ssl.ENCODING_DER) for cert in unverified_chain] |
throws an error.
馃憢 3.13 is still in alpha, but I thought I'd file this - in python/cpython#109113,
get_unverified_chainwas made public and callspublic_byteson the certs, meaning thattruststore/src/truststore/_api.py
Line 299 in 178fea2