Fork of https://github.com/pinkp4nther/sslrelay-lib for experimental purpose
Find a file
PinkP4nther 00006f0d8f V0.3.1
2021-09-21 09:33:23 -07:00
examples Organizing error handling 2021-09-16 18:23:25 -07:00
src Now handles IPv6 connections correctly 2021-09-21 09:31:43 -07:00
.gitignore Performance & Error handling updates 2021-09-03 21:24:39 -07:00
Cargo.toml Now handles IPv6 connections correctly 2021-09-21 09:31:43 -07:00
README.md V0.3.1 2021-09-21 09:33:23 -07:00
relay_config.example.toml Data handling completely rebuilt. Now correctly handles all TCP/IP traffic. 2021-09-02 21:06:27 -07:00

SSLRelay

A relay library I wrote to help with intercepting/modifying TLS encrypted network traffic from an application.

The idea is to generate a certificate and a private key (You may need to generate a CA for your certificate, so that you can tell your system or the application to trust the generated certificate). Then use this library to continuously rewrite or display decrypted network traffic.

09/02/2021 | This library now supports continuous TCP sessions.

09/13/2021 | Fixed stream threads becoming locked when an abrupt shutdown of the TCP stream occurs.

09/14/2021 | Race condition between UP/DOWN stream threads fixed. As well as major performance improvements!

09/16/2021 | Added Callback return types that give much more control over data.

09/16/2021 | Version 0.3

09/21/2021 | v0.3.1 | Fully supports IPv6.

More updates/ideas to come.. I think..