blob: e741e60ff41a9bfa6c12f25c9673881dcdcd3a7a (
plain)
1
2
3
4
5
|
You can now get the raw TLS certificate chains from TLS connections via
:meth:`ssl.SSLSocket.get_verified_chain` and
:meth:`ssl.SSLSocket.get_unverified_chain` methods.
Contributed by Mateusz Nowak.
|