Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Netscape was an influential company at the time.

  • It solved a huge problem that everyone had at the time with security and the internet.

Underneath the hood SSL isn’t that simple. It’s quite complicated to implement from scratch - believe me! I have tried! Many vendors use a common implementation of SSL called openssl.

This is a bit of a security issue for the industry in that:

  • No one really understands all of the depths of openssl.

  • Yet it’s used universally in the industry in all sorts of places.

  • What could possibly go wrong?

Read TLS Handshake for an overview of how TLS secures communication between a client and server.