TLS
From BC$ MobileTV Wiki
(Redirected from TSL)
Transport Layer Security (commonly abbreviated TLS) and its predecessor, Secure Sockets Layer (SSL), are cryptographic protocols that provide security for communications over networks such as the Internet. TLS and SSL encrypt the segments of network connections at the Transport Layer end-to-end.
Several versions of the protocols are in widespread use in applications like web browsing, electronic mail, Internet faxing, instant messaging and voice-over-IP (VoIP).
Resources
- Is TLS fast yet?: https://istlsfastyet.com/
- Forge - https://github.com/digitalbazaar/forge[1]
- A JavaScript Implementation of TLS (Part 1/2): https://digitalbazaar.com/2010/javascript-tls-1/
- A JavaScript Implementation of TLS (Part 2/2): http://digitalbazaar.com/2010/07/20/javascript-tls-2/
Tutorials
- TLS and Web Certificates Explained: http://dzone.com/articles/a-look-at-tls-transport-layer-securit
- Introduction to Security & TLS: https://dzone.com/articles/introduction-to-security-and-tls
- Obtaining TLS Client Certificates In Spring Integration: https://techblog.bozho.net/obtaining-tls-client-certificates-in-spring-integration/
External Links
References
- ↑ A JavaScript Implementation of TLS (Part 1/2): http://digitalbazaar.com/2010/07/20/javascript-tls-1/