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.
- Host: GitHub
- URL: https://github.com/nabla-c0d3/tls_parser
- Owner: nabla-c0d3
- License: mit
- Created: 2017-05-22T06:20:03.000Z (about 9 years ago)
- Default Branch: release
- Last Pushed: 2024-03-20T17:21:14.000Z (over 2 years ago)
- Last Synced: 2025-02-27T19:02:50.883Z (over 1 year ago)
- Topics: library, python, ssl, sslyze, tls
- Language: Python
- Homepage:
- Size: 117 KB
- Stars: 16
- Watchers: 6
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
tls_parser
==========

[](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
```