What number identifies the SSL handshake content type?
In order to allow extension of the TLS protocol, additional record content types can be supported by the record protocol. The four protocol types, ChangeCipherSpec, Alert, Handshake and Application, are identified by the value 20, 21, 22, 23 respectively in the “Content type” field of SSL/TLS Record Layer. SSL follows a handshake process that sets … Read more