Secure Sockets Layer
References
Netscape developed in 1996, since submitted to IETF as a standard for transport
layer security. Uses RSA technology.
SSL provides
-
data encryption,
-
server authentication,
-
message integrity,
-
optional client authentication
and is layered on top of the reliable transport layer, TCP.
SSL uses certificates to solve the public key distribution problem.