lonerapier.xyz

Home

❯

thoughts

❯

TLS

TLS

Jun 24, 20241 min read

  • technical
  • network

Protocol used at internet to transport bits of information securely using PKI.

TLS cipher suite’s components:

  • key establishment (typically a Diffie-Hellman variant or RSA)
  • authentication (the certificate type)
  • confidentiality (a symmetric cipher)
  • integrity (a hash function)

TLS 1.2

TLS 1.3

  • Best explanation
  • A Detailed Look at RFC 8446 (a.k.a. TLS 1.3)
  • why use TLS 1.3

Graph View

  • TLS 1.2
  • TLS 1.3

Backlinks

  • TLS Oracles

Created with Quartz v4.5.1 © 2025

  • GitHub
  • Twitter