[New-bugs-announce] [issue39616] SSLContext.check_hostname description is inaccurate wrt match_hostname

Ville Skyttä report at bugs.python.org
Wed Feb 12 07:37:07 EST 2020


New submission from Ville Skyttä <ville.skytta at iki.fi>:

Doc says "Whether to match the peer cert’s hostname with match_hostname() in SSLSocket.do_handshake()." but match_hostname() is no longer used to do that in the first place, OpenSSL is used for that. check_hostname affects the OpenSSL usage, too.

----------
assignee: docs at python
components: Documentation
messages: 361892
nosy: docs at python, scop
priority: normal
severity: normal
status: open
title: SSLContext.check_hostname description is inaccurate wrt match_hostname
type: enhancement

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39616>
_______________________________________


More information about the New-bugs-announce mailing list