tlshandshake - tool for testing and benchmarking TLS handshake
Go to file
2019-05-11 00:09:36 +01:00
cmd/tlshandshake Initial source code 2019-05-11 00:09:36 +01:00
lib.go Initial source code 2019-05-11 00:09:36 +01:00
README.md Init 2019-05-10 23:16:49 +01:00

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