SSL/TLS – Encryption Technologies On The Web

In Brief

All the technologies that make up SSL (Secure Socket Layer) were initially developed by Netscape for its browser software. Version 3 was taken over and extended by the IETF (Internet Engineering Task Force) for the development and standardisation of TLS (Transport Layer Security). To be precise, we should be talking about TLS rather than SSL, but SSL stuck in the vocabulary as the most widely used term to designate encryption methods mainly used for web technologies.

More specifically, these techniques add a layer of encryption to the ‘http’ protocol and change it into ‘https’, in which the letter ‘s’ stands for ‘secure’. This means that communications are encrypted from the browser to the web server.

Certificates

Sites seeking to offer the possibility of encrypting communications must hold a certificate. A certificate is a set of cryptographic data and identity information. The ‘https’ therefore not only guarantees encrypted communications, but also the site identity.

Certificates used by ‘https’ respect standard X509. Amongst other things, such a certificate contains the following information:

As with an identity card, which is issued and certified by different States, an SSL certificate must be digitally signed by a certification authority acting as the certificate issuer. The signature of the certificate is verified by the browser using the certificate from the certification authority, which is called the root certificate. All browsers hold a large number of root certificates.

A browser will notify the user in the event of:

Trust and Security

Contrary to popular belief, and although the term ‘secured site’ is used, SSL does not guarantee the security of a website, which may contain vulnerabilities, but rather the site identity and the security of the communications.

For example, if you use your usual banking website, SSL can guarantee that nobody on the network will be able to read your password or see your transactions. As well as this, the certificate acts as a guarantee that you are on the correct site. It cannot, however, guarantee that the website being visited is law-abiding or that it does not present security flaws.