tls-parser

Small library to parse TLS records.


Keywords
library, python, ssl, sslyze, tls
License
MIT
Install
pip install tls-parser==2.0.1

Documentation

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 requirements-dev.txt

The tests can then be run using:

$ invoke test