{
    "content": "<h1>Secure Sockets Layer (SSL)<\/h1><p><a href=\"..\/SSL\/\">SSL<\/a>, or Secure Sockets Layer, is a standard security technology for establishing an encrypted link between a server and a client—typically a web server and a browser, or a mail server and a mail client. This encrypted connection ensures that all data passed between the web server and browsers remain private and integral. <a href=\"..\/SSL\/\">SSL<\/a> is an industry standard and is used by millions of websites in the protection of their online transactions with their customers.<\/p><p>Originally developed by <a href=\"..\/Netscape\/\">Netscape<\/a> in 1994, the protocol was designed to address the lack of security on the early internet. While <a href=\"..\/SSL\/\">SSL<\/a> versions 2.0 and 3.0 have been deprecated due to vulnerabilities, they paved the way for <a href=\"..\/TLS\/\">TLS<\/a> (Transport Layer Security), which is the modern and more secure version of the protocol. Despite the shift to <a href=\"..\/TLS\/\">TLS<\/a>, the term <a href=\"..\/SSL\/\">SSL<\/a> remains the most common way to refer to this type of <a href=\"..\/Cryptography\/\">Cryptography<\/a>. The implementation of these protocols is facilitated through <a href=\"..\/Digital-Certificates\/\">Digital Certificates<\/a>, which are issued by a trusted <a href=\"..\/Certificate-Authority\/\">Certificate Authority<\/a>.<\/p><p>A core component of the protocol is the <a href=\"..\/SSL-Handshake\/\">SSL Handshake<\/a>, a process where the two communicating parties exchange public keys, verify identities, and generate session keys for <a href=\"..\/Symmetric-Encryption\/\">Symmetric Encryption<\/a>. According to <a href=\"https:\/\/www.cloudflare.com\/learning\/ssl\/what-is-ssl\/\">Cloudflare<\/a>, this process happens in the background without interrupting the user experience. You can find more technical details regarding the deprecation of older versions in <a href=\"https:\/\/datatracker.ietf.org\/doc\/html\/rfc7568\">RFC 7568<\/a> from the <a href=\"..\/IETF\/\">IETF<\/a>.<\/p><ul><li><a href=\"..\/HTTPS\/\">HTTPS<\/a><\/li><li><a href=\"..\/Cryptography\/\">Cryptography<\/a><\/li><li><a href=\"..\/Cybersecurity\/\">Cybersecurity<\/a><\/li><li><a href=\"..\/Certificate-Authority\/\">Certificate Authority<\/a><\/li><\/ul>",
    "tags": [
        "ssl",
        "tls",
        "security",
        "encryption",
        "https",
        "web-security",
        "certificates",
        "pki",
        "internet-protocol",
        "data-protection"
    ]
}