HP Comware 5 Debug Manual Vol 3
*Nov 9 17:06:19:156 2008 Sysname SSL/7/EVENT:OUT: SSL 3.0 Handshake [length 0004],
ServerHelloDone
// SSL sent a ServerHelloDone packet to the client. The protocol version is SSL 3.0 and the packet length
is 4 bytes.
*Nov 9 17:06:19:156 2008 Sysname SSL/7/EVENT:SSL_accept:SSLv3 write server done A.
// SSLv3 wrote the ServerHelloDone packet that the server sent to the client.
*Nov 9 17:06:19:156 2008 Sysname SSL/7/EVENT:SSL_accept:SSLv3 flush data.
*Nov 9 17:06:19:406 2008 Sysname SSL/7/EVENT:IN: SSL 3.0 Handshake [length 0084],
ClientKeyExchange
// SSL received a ClientKeyExchange packet from the client. The protocol version is SSL 3.0 and the
packet length is 132 bytes.
*Nov 9 17:06:19:407 2008 Sysname SSL/7/EVENT:SSL_accept:SSLv3 read client key exchange
A.
//SSl read the ClientKeyExchange packet that was received from the client.
*Nov 9 17:06:19:408 2008 Sysname SSL/7/EVENT:IN: SSL 3.0 Handshake [length 0028], Finished
// SSL received a Finished packet from the client. The protocol version is SSL 3.0 and the packet length
is 40 bytes.
*Nov 9 17:06:19:409 2008 Sysname SSL/7/EVENT:Valid finished message from peer,
session resume flag: 0.
// The Finished packet received from the client is valid. The session resumed flag bit has a value of 0,
indicating that the session is not a resumed one.
*Nov 9 17:06:19:409 2008 Sysname SSL/7/EVENT:SSL_accept:SSLv3 read finished A.
// SSLv3 read the Finished packet received from the client.
*Nov 9 17:06:19:409 2008 Sysname SSL/7/EVENT:OUT: SSL 3.0 ChangeCipherSpec [length 0001]
// SSL sent a ChangeCipherSpec packet to the client. The protocol version is SSL 3.0 and the packet
length is 1 byte.
*Nov 9 17:06:19:410 2008 Sysname SSL/7/EVENT:SSL_accept:SSLv3 write change cipher spec
A.
// SSL wrote the ChangeCipherSpec packet that the server sent to the client.
*Nov 9 17:06:19:412 2008 Sysname SSL/7/EVENT:OUT: SSL 3.0 Handshake [length 0028],
Finished
// SSL sent a Finished packet to the client. The protocol version is SSL 3.0 and the packet length is 40
bytes.
*Nov 9 17:06:19:412 2008 Sysname SSL/7/EVENT:SSL_accept:SSLv3 write finished A.
// SSL wrote the Finished packet that the server sent to the client.
*Nov 9 17:06:19:413 2008 Sysname SSL/7/EVENT:SSL_accept:SSLv3 flush data.
*Nov 9 17:06:19:413 2008 Sysname SSL/7/EVENT:SSL_accept end successfully!
// SSL accept process finished successfully.
*Nov 9 17:06:19:413 2008 Sysname SSL/7/EVENT:Handshake finished and return 1.
// Handshake process finished. The return result 1, indicating that the process is successful.
*Nov 9 17:06:19:415 2008 Sysname SSL/7/EVENT:Invalid message, SSL ID: 24, flag
in message: 2, flag in extern block: 3.
// Invalid message. The SSL ID is 24, the flag bit is 2, and the external control block flag bit is 3.
*Nov 9 17:06:19:677 2008 Sysname SSL/7/EVENT:SSL connection is being closed, SSL ID 24,
socket ID 3.
429