diff --git a/README.md b/README.md index d78431e..9d72d42 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,14 @@ A relay library I wrote to help with intercepting/modifying TLS encrypted networ 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. -This library now supports continuous TCP sessions. | 09/02/2021\ -Fixed stream threads becoming locked when an abrupt shutdown of the TCP stream occurs. | 09/13/2021 +09/02/2021 | This library now supports continuous TCP sessions. -Race condition between UP/DOWN stream threads fixed. As well as major performance improvements! | 09/14/2021 +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 More updates/ideas to come.. I think.. \ No newline at end of file