skip book previous and next navigation links
go up to top of book: HP Open Source Security for OpenVMS Volume 2:... HP Open Source Security for OpenVMS Volume 2:...
go to beginning of chapter: Overview of SSL Overview of SSL
go to previous page: The SSL Protocol The SSL Protocol
go to next page: Public Key EncryptionPublic Key Encryption
end of book navigation links

The SSL Handshake 



An SSL session always begins with an exchange of messages called the SSL handshake. The handshake allows the server to authenticate itself to the client using public key techniques, also called asymmetric encryption. It then allows the client and the server to cooperate in the creation of symmetric keys, which are used for rapid encryption, decryption, and tamper detection during the session that follows. Optionally, the handshake also allows the client to authenticate itself to the server.

This exchange of messages is designed to facilitate the following actions:


go to previous page: The SSL Protocol The SSL Protocol
go to next page: Public Key EncryptionPublic Key Encryption