Update SSL.md

This commit is contained in:
Angelos Chalaris
2018-09-02 21:56:12 +03:00
committed by GitHub
parent 9e002a4de8
commit 01cc587329

View File

@ -1,5 +1,4 @@
### SSL
Secure Sockets Layer known as SSL is a protocol for transferring private data across the Internet.
Secure Sockets Layer, commonly known as SSL or TLS, is a set of protocols and standards for transferring private data across the Internet.
SSL uses a cryptographic system that uses two keys to encrypt data.
SSL is the predecessor to Transport Layer Security (TLS).