From fe8788378a4e0a3a0d53b341a29b91d939768cf0 Mon Sep 17 00:00:00 2001 From: Henry Case Date: Fri, 10 May 2019 23:16:49 +0100 Subject: [PATCH] Init --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2f0ff20 --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +# Intro + +``tlshandshake`` is a tool which can be used for troubleshooting and benchmarking TLS handshake. It is written in GoLang. + +# Usage + +Example: + +``` +./tlshandshake www.fbi.com:443 -cipher X25519:P256:CECPQ2 +``` + +# Installation + +``` +go get -u github.com/henrydcase/tlshandshake/... +``` + +# Dependencies + +We use ``trs`` library, a fork of Cloudflare's ``tls-tris`` library, which supports TLSv1.3 and number of experimental features. + +# License + +See LICENSE file \ No newline at end of file