TLS 1.3 Released: Most secure Web based communication protocol – Now Available

Just saw the tweet… IETF finally released the long-awaited TLS 1.3 version of the secure Web communication, considered to be the most secure protocol specification that assures high-degree of security, privacy and also faster performance compared to its predecessor TLS 1.2.

The most compelling features of TLS 1.3 :

  • More secure, removed out-dated algorithms previously had known vulnerabilities from TLS cipher suites, which includes SHA-1, AES-CBC, 3DES/DES, RC4, and few more.
  • Faster than TLS 1.2 as it uses only one connection establishment handshake between the communication client and server.
  • Enables Perfect Forward Secrecy by default.  Adds privacy by additional encryption at the negotiation phase that restricts eavesdropping and deep packet traffic analysis.

For supported list of browsers, TLS implementations, and testing sites, refer to:

https://github.com/tlswg/tls13-spec/wiki/Implementations

Also, check out my previous blog entry that I posted a few months ago :).   Go TLS 1.3 !!

Leave a Reply

Your email address will not be published. Required fields are marked *