Skip to content
  • Nick Mathewson's avatar
    Debugging logs for TLS handshake · b8b29353
    Nick Mathewson authored
    The big change is to add a function to display the current SSL handshake
    state, and to log it everywhere reasonable.  (A failure in
    SSL23_ST_CR_SRVR_HELLO_A is different from one in
    SSL3_ST_CR_SESSION_TICKET_A.)
    
    This patch also adds a new log domain for OR handshaking, so you can pull out
    all the handshake log messages without having to run at debug for everything.
    For example, you'd just say "log notice-err [handshake]debug-err file
    tor.log".
    b8b29353