Typical output:
SSL-Session:
Protocol : TLSv1
Cipher : 0016
Session-ID: 871E62626C554CE95488823752CBD5F3673A3EF3DCE9C67BD916C809914B40ED
Session-ID-ctx: 01000000
Master-Key: A7CEFC571974BE02CAC305269DC59F76EA9F0B180CB6642697A68251F2D2BB57E51DBBB4C7885573192AE9AEE220FACD
Key-Arg : None
Start Time: 948459261
Timeout : 300 (sec)
Verify return code 0 (ok)
Theses are described below in more detail.
Protocol
this is the protocol in use TLSv1, SSLv3 or SSLv2.
Cipher
the cipher used this is the actual raw SSL or TLS cipher code, see the SSL or TLS specifications for more information.
Session-ID
the SSL session ID in hex format.
Session-ID-ctx
the session ID context in hex format.
Master-Key
this is the SSL session master key.
Key-Arg
the key argument, this is only used in SSL v2.
Start Time
this is the session start time represented as an integer in standard Unix format.
Timeout
the timeout in seconds.
Verify return code
this is the return code when an SSL client certificate is verified.