Skip to content

cboling/tls-packet

Folders and files

NameName
Last commit message
Last commit date
Aug 19, 2023
Oct 8, 2023
Nov 7, 2023
Nov 7, 2023
Aug 19, 2023
Sep 6, 2023
Aug 19, 2023
Aug 19, 2023
Aug 19, 2023
Sep 24, 2023
Sep 11, 2023
Aug 20, 2023
Aug 19, 2023
Aug 19, 2023
Aug 19, 2023
Aug 19, 2023
Sep 6, 2023

Repository files navigation

tls-packet

Python TLS Packet decoder/serializer library with a focus on TLS packets used during IEEE 802.1x/RADIUS interactions

The initial target is a TLSv1.2 with emphasis on the TLS Client Side operations. Once it is successfully working against a FreeRADIUS v3.0+ server, other TLS vesions (particularly v1.3) will be supported.

In addition, a goal once it works with FreeRADIUS as a client, creating the TLS Server side to work without a FreeRADIUS server is a goal.

Another future goal is to provide some decode options similar to what go-packet provides so that the users can tune for the performance they need.

Release History

Version Notes
0.0.2 Many client side decode in place and under unit test
0.0.1 Initial build to get package installation scripts together

About

Python TLS Packet decoder/serializer library

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published