diff --git a/README.md b/README.md index 34094a4..37f2ed7 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,10 @@ connections on the chosen network interface and attempts to interpret them as SSLv3/TLS traffic. When it identifies SSLv3/TLS traffic, it decodes the records and displays them in a textual form to stdout. If provided with the appropriate keying material, it will also decrypt -the connections and display the application data traffic. +the connections and display the application data traffic. It also +includes a JSON output option. -[original and (old) README](README) +[original and (old/outdated) README](README) # Why do you maintain this repository? diff --git a/ssldump.1 b/ssldump.1 index 9eba28b..a71e054 100644 --- a/ssldump.1 +++ b/ssldump.1 @@ -54,7 +54,7 @@ .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY SUCH DAMAGE. -.TH SSLDUMP 1 "28 September 2001" +.TH SSLDUMP 1 "2nd February 2021 - version 1.3" .SH NAME ssldump \- dump SSL traffic on a network .SH SYNOPSIS @@ -586,4 +586,4 @@ resumed sessions. .LP .SH AUTHOR .LP -\fIssldump\fP was written by Eric Rescorla . +\fIssldump\fP was originally written by Eric Rescorla . Maintained by a bunch of volunteers, see https://github.com/adulau/ssldump/blob/master/CREDITS - Copyright (C) 2015-2021 the aforementioned volunteers