TLS is the industry standard for secure networking. This talk will give an overview of the TLS protocol and demonstrate how to create secure connections with the standard library's ssl module.
• No good ciphersuites • No Perfect Forward Security • No Next Protocol Negotiation (NPN) • No Server Name Indication (SNI) • No system certificate access
broken protocols and features • modern ciphers with good ordering • loads system certs for trust by default • updated as best practices change (e.g. RC4) • used by stdlib modules