blob: 4f4a62e7837467a96f545c86861762b90de5ef2e (
plain)
1
2
3
4
|
ssl.match_hostname() no longer accepts IPv4 addresses with additional text
after the address and only quad-dotted notation without trailing
whitespaces. Some inet_aton() implementations ignore whitespace and all data
after whitespace, e.g. '127.0.0.1 whatever'.
|