An open API service indexing awesome lists of open source software.

https://github.com/nabla-c0d3/tls_parser

Small library to parse TLS records.
https://github.com/nabla-c0d3/tls_parser

library python ssl sslyze tls

Last synced: over 1 year ago
JSON representation

Small library to parse TLS records.

Awesome Lists containing this project

README

          

tls_parser
==========

![Run tests](https://github.com/nabla-c0d3/tls_parser/workflows/Run%20tests/badge.svg)
[![PyPI version](https://badge.fury.io/py/tls-parser.svg)](https://badge.fury.io/py/tls-parser)

Small library to parse TLS records; used by [SSLyze](https://github.com/nabla-c0d3/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
```