Difference between revisions of "Secure Sockets Layer"
Jump to navigation
Jump to search
(Created page with "{{WikiEntry|key=Secure Sockets Layer|qCode=1193479}} is an obsolete cryptographic protocols for securing data in transit, replaced by Transport Layer Security(TLS).") |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{WikiEntry|key=Secure Sockets Layer|qCode=1193479}} is an obsolete cryptographic protocols for securing data in transit, replaced by [[Transport Layer Security]]([[TLS]]). | {{WikiEntry|key=Secure Sockets Layer|qCode=1193479}} is an obsolete cryptographic protocols for securing data in transit, replaced by [[Transport Layer Security]]([[TLS]]). | ||
=Relevant Resources= | |||
The source code for [[OpenSSL]] can be found here:[https://github.com/openssl/openssl Github project: OpenSSL]. | |||
For Mac OS, its implementation is forked from [[OpenSSL]] and is called:[https://www.libressl.org/ LibreSSL]. | |||
{{#ask:[[Category:SSL]] | |||
|format=table | |||
|mainLabel=Content Link | |||
}} | |||
[[Category:Communication Protocol]] | |||
[[Category:Cryptography]] | |||
[[Category:SSL]] |
Latest revision as of 03:57, 5 May 2022
Secure Sockets Layer(Q1193479) is an obsolete cryptographic protocols for securing data in transit, replaced by Transport Layer Security(TLS).
Relevant Resources
The source code for OpenSSL can be found here:Github project: OpenSSL. For Mac OS, its implementation is forked from OpenSSL and is called:LibreSSL.