Skip to content

Instantly share code, notes, and snippets.

@sleemer
Last active October 11, 2016 19:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sleemer/739b87765a26da57d4be94456f4eb197 to your computer and use it in GitHub Desktop.
Save sleemer/739b87765a26da57d4be94456f4eb197 to your computer and use it in GitHub Desktop.
Short notes about TLS

TLS provides all protocols above three essential services:

  • Encription. A mechanism to obfuscate what is sent from one computer to another.
  • Authentication. A mechanism to verify the validity of provided identification material.
  • Data integrity. A mechanism to detect a message tampering and forgery.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment