SSL: Difference between revisions
From DWIKI
mNo edit summary |
mNo edit summary |
||
Line 3: | Line 3: | ||
From the wikipedia: | From the wikipedia: | ||
<blockquote>Transport Layer Security (TLS) and its predecessor, Secure Sockets Layer (SSL), are cryptographic protocols which provide secure communications on the Internet for such things as web browsing, e-mail, Internet faxing, and other data transfers. There are slight differences between SSL 3.0 and TLS 1.0, but the protocol remains substantially the same. The term "TLS" as used here applies to both protocols unless clarified by context.</blockquote> | <blockquote>Transport Layer Security (TLS) and its predecessor, Secure Sockets Layer (SSL), are cryptographic protocols which provide secure communications on the Internet for such things as web browsing, e-mail, Internet faxing, and other data transfers. There are slight differences between SSL 3.0 and TLS 1.0, but the protocol remains substantially the same. The term "TLS" as used here applies to both protocols unless clarified by context.</blockquote> | ||
Line 11: | Line 12: | ||
*[https://www.ssllabs.com/ssltest/analyze.html Check your site] | *[https://www.ssllabs.com/ssltest/analyze.html Check your site] | ||
*[https://testssl.sh/ https://testssl.sh/] | *[https://testssl.sh/ https://testssl.sh/] | ||
*[https://gf.dev Geekflare, test webserver] | *[https://gf.dev Geekflare, test webserver] | ||
*[https://www.wormly.com/ Wormly] | |||
*[[Letsencrypt|Letsencrypt]] | *[[Letsencrypt|Letsencrypt]] | ||
Revision as of 14:52, 29 June 2021
Secure Socket Layer
From the wikipedia:
Transport Layer Security (TLS) and its predecessor, Secure Sockets Layer (SSL), are cryptographic protocols which provide secure communications on the Internet for such things as web browsing, e-mail, Internet faxing, and other data transfers. There are slight differences between SSL 3.0 and TLS 1.0, but the protocol remains substantially the same. The term "TLS" as used here applies to both protocols unless clarified by context.
Links
- openssl
- Survival guides - SSL/TLS and SSL (X.509) Certificates
- Check your site
- https://testssl.sh/
- Geekflare, test webserver
- Wormly
- Letsencrypt