bumptech / stud

The Scalable TLS Unwrapping Daemon
Other
1.43k stars 194 forks source link

Enhancement: add a "--verbose" mode if possible #147

Open lgoldstein opened 10 years ago

lgoldstein commented 10 years ago

The mode should display to stdout/stderr (and/or syslog if the -s option was invoked) more detailed information about the inner workings - e.g., "Connection established with client w.x.y.z", "Start handshake with w.x.y.z", "Handshake successful with w.x.y.z" - perhaps even the SSL handshake details (ciphers, key exchange, etc.).. For a really flexible logging configuration perhaps something like SSH's "-v", "-vv", "-vvv" configuration will do.