commit | 9798cef92b882cd82a338d3368eaf3c4a32f5c2d | [log] [tgz] |
---|---|---|
author | Ville Skyttä <ville.skytta@iki.fi> | Sat Mar 27 16:20:11 2021 +0200 |
committer | GitHub <noreply@github.com> | Sat Mar 27 07:20:11 2021 -0700 |
tree | e1270c5dea66d7e33b3373bcb78e20954dd52d6f | |
parent | 933dfd7504e521a27fd8b94d02b79f9ed08f4631 [diff] |
bpo-39616: clarify SSLContext.check_hostname effect (GH-18484) It doesn't actually affect whether match_hostname() is called (it never is in this context any longer), but whether hostname verification occurs in the first place.