Small library to parse TLS records; used by SSLyze.
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
Small library to parse TLS records.
Small library to parse TLS records; used by SSLyze.
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