Ecosyste.ms: Awesome
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: 19 days ago
JSON representation
Small library to parse TLS records.
- Host: GitHub
- URL: https://github.com/nabla-c0d3/tls_parser
- Owner: nabla-c0d3
- License: mit
- Created: 2017-05-22T06:20:03.000Z (over 7 years ago)
- Default Branch: release
- Last Pushed: 2024-03-20T17:21:14.000Z (8 months ago)
- Last Synced: 2024-10-20T16:29:48.194Z (25 days ago)
- Topics: library, python, ssl, sslyze, tls
- Language: Python
- Homepage:
- Size: 117 KB
- Stars: 15
- Watchers: 6
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```