mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
b364edf48b
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
6 lines
268 B
Text
6 lines
268 B
Text
The ssl.match_hostname() function from Python 3.4.
|
|
The Secure Sockets layer is only actually *secure*
|
|
if you check the hostname in the certificate returned
|
|
by the server to which you are connecting,
|
|
and verify that it matches to hostname
|
|
that you are trying to reach.
|