SSL provides a generic channel security mechanism on top of TCP. Any
protocol that can be carried over TCP can be secured by SSL. Provided
are server authentication, encryption, and message integrity checking.
Optionally, the client can be cryptographically authenticated.
protocol that can be carried over TCP can be secured by SSL. Provided
are server authentication, encryption, and message integrity checking.
Optionally, the client can be cryptographically authenticated.
The SSL APIs mimic t...
[ more ]