This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org
Difference between revisions of "SSL"
From OWASP
(Marked it as deprecated. Linked to a better page. Largely keeping this page because it's name is "SSL") |
|||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Description== | ==Description== | ||
− | SSL(Secure Socket Layer) is | + | SSL (Secure Socket Layer) is an out-of-date web protocol used between two hosts to create an encrypted connection. It has been deprecated and should not be used in any modern software. |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | For more information, refer to the [[SSL_TLS_Knowledge_Center]]. | ||
[[Category: Control]] | [[Category: Control]] |
Latest revision as of 18:13, 28 July 2016
Description
SSL (Secure Socket Layer) is an out-of-date web protocol used between two hosts to create an encrypted connection. It has been deprecated and should not be used in any modern software.
For more information, refer to the SSL_TLS_Knowledge_Center.