From 964e89aa835e44b4b697e3356ab6293499486813 Mon Sep 17 00:00:00 2001 From: Andreas Hrubak Date: Wed, 25 Aug 2021 15:00:47 +0200 Subject: [PATCH] add autossl.so docs to the root readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 5f4e1e4..de4f229 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,16 @@ # LD_PRELOAD-able shared libraries for Linux + * [autossl.so](#autosslso) + * [recyclix.so](#recyclixso) + + +## autossl.so + +`autossl.so` upgrades plaintext network sockets to SSL/TLS transparently +for TCP client applications with the help of external program. See +description and usage docs in the source file. + + ## recyclix.so `recyclix.so` is an `LD_PRELOAD`-able shared library intercepting file deletions and -- 2.11.4.GIT