tls_parser icon indicating copy to clipboard operation
tls_parser copied to clipboard

Small library to parse TLS records.

tls_parser

Run tests PyPI version

Small library to parse TLS records; used by SSLyze.

Development environment

To setup a development environment:

$ pip install --upgrade pip setuptools wheel
$ pip install -e . 
$ pip install -r dev-requirements.txt

The tests can then be run using:

$ invoke test