pre-srfi / tls-client

Make binary ports that talk to TLS/SSL servers
1 stars 0 forks source link

Server name check #7

Open lassik opened 3 years ago

lassik commented 3 years ago

The LibreSSL presentation says OpenSSL does not automatically check the server name in the remote certificate matches the hostname given by the programmer. Our Scheme library should make sure to check by default.