HP Comware 5 Debug Manual Vol 3

*Nov 9 17:06:19:147 2008 Sysname SSL/7/EVENT:SSL_accept start
// SSL started the handshake process.
*Nov 9 17:06:19:147 2008 Sysname SSL/7/EVENT:SSL_accept:before/accept initialization.
// SSL was initializing the BEFORE/ACCEPT state.
*Nov 9 17:06:19:150 2008 Sysname SSL/7/EVENT:IN: SSL 2.0 [length 004c], CLIENT-HELLO
// SSL received a ClientHello handshake packet from the client. The protocol version is SSL 2.0 and the
packet length is 76 bytes.
*Nov 9 17:06:19:150 2008 Sysname SSL/7/EVENT:Server has 6 ciphersuit(s):
RC4-MD5
RC4-SHA
DES-CBC-SHA
DES-CBC3-SHA
AES128-SHA
AES256-SHA
Client sent 11 ciphersuit(s):
RC4-MD5
RC4-SHA
DES-CBC3-SHA
DES-CBC-SHA
EXP1024-RC4-SHA
EXP1024-DES-CBC-SHA
EXP-RC4-MD5
EXP-RC2-CBC-MD5
EDH-DSS-DES-CBC3-SHA
EDH-DSS-DES-CBC-SHA
EXP1024-DHE-DSS-DES-CBC-SHA
// The above shows algorithms that the server and client support.
*Nov 9 17:06:19:151 2008 Sysname SSL/7/EVENT:Choose cipher, name: RC4-MD5.
// SSL chose RC4-MD5 as the encryption algorithm.
*Nov 9 17:06:19:151 2008 Sysname SSL/7/EVENT:The new cipher type is RC4, and digest
algorithm is MD5.
// SSL chose RC4 as the encryption algorithm and MD5 as the digest algorithm.
*Nov 9 17:06:19:151 2008 Sysname SSL/7/EVENT:SSL_accept:SSLv3 read client hello A.
// SSLv3 read a hello A packet from the client.
*Nov 9 17:06:19:152 2008 Sysname SSL/7/EVENT:OUT: SSL 3.0 Handshake [length 004a],
ServerHello
// SSL sent a ServerHello handshake packet to the client. The protocol version is SSL 3.0 and the packet
length is 74 bytes.
*Nov 9 17:06:19:152 2008 Sysname SSL/7/EVENT:SSL_accept:SSLv3 write server hello A.
// SSL wrote the hello A packet that the server sent to the client.
*Nov 9 17:06:19:154 2008 Sysname SSL/7/EVENT:OUT: SSL 3.0 Handshake [length 059b],
Certificate
// SSL sent a Certificate packet. The protocol version is SSL 3.0 and the packet length is 1435 bytes.
*Nov 9 17:06:19:155 2008 Sysname SSL/7/EVENT:SSL_accept:SSLv3 write certificate A.
// SSL wrote the certificate A packet that the server sent to the client.
428