Difference between revisions of "Secure Sockets Layer"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
=Relevant Resources= | =Relevant Resources= | ||
The source code for [[OpenSSL]] can be found here:[https://github.com/openssl/openssl Github project: OpenSSL]. | The source code for [[OpenSSL]] can be found here:[https://github.com/openssl/openssl Github project: OpenSSL]. | ||
For Mac OS, its implementation is [https://www.libressl.org/ LibreSSL]. | For Mac OS, its implementation is forked from [[OpenSSL]] and is called:[https://www.libressl.org/ LibreSSL]. | ||
{{#ask:[[Category:SSL]] | {{#ask:[[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.