Server side handshake protocol implementation.
Handshake protocol operates on top of the Record Protocol.
It responsible for negotiating a session.
The implementation proceses inbound client handshake messages,
creates and sends respond messages. Outbound messages are supplied
to Record Protocol. Detected errors are reported to the Alert protocol.
See Also: TLS See Also: 1.0 spec., 7.4. Handshake protocol. See Also: (http://www.ietf.org/rfc/rfc2246.txt)
Processes Client Hello message.
Server responds to client hello message with server hello
and (if necessary) server certificate, server key exchange,
certificate request, and server hello done messages.