Secure Sockets Layer

From Citizendium
Revision as of 15:05, 16 September 2008 by imported>Howard C. Berkowitz (New page: '''Secure Sockets Layer (SSL)''' is an encrypted end-to-end protocol that runs between World Wide Web browsers (i.e., [[Hy...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Secure Sockets Layer (SSL) is an encrypted end-to-end protocol that runs between World Wide Web browsers (i.e., Hypertext Transfer Protocol *HTTP) clients) and Web servers. It was developed by Netscape, and supported by Microsoft and other major vendors until the development of a functionally equivalent standard, Transport Layer Security (TLS), by the Internet Engineering Task Force. TLS is a derivative of SSL.

From the standpoint of network architecture, it forms a "shim" between Transmission Control Protocol (TCP) and HTTP. "Sockets" refer to the programming interface used by the host and client application to communicate only when traffic has been encrypted before being sent to TCP, or decrypted after it is received. For cryptographic authentication and content protection, SSL uses public key software from RSA.

There is no charge for client-side access or noncommercial server use; Netscape does license the server side for commercial service.