-
Notifications
You must be signed in to change notification settings - Fork 25
Closed
Description
👋 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
truststore/src/truststore/_api.py
Line 299 in 178fea2
cert_bytes = [cert.public_bytes(_ssl.ENCODING_DER) for cert in unverified_chain] |
Metadata
Metadata
Assignees
Labels
No labels