hush/networking/ssl_helper
Denys Vlasenko d82046f59f networking/ssl_helper: experimental matrixssl-based ssl helper
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2014-02-23 23:31:13 +01:00
..
README networking/ssl_helper: experimental matrixssl-based ssl helper 2014-02-23 23:31:13 +01:00
ssl_helper.c networking/ssl_helper: experimental matrixssl-based ssl helper 2014-02-23 23:31:13 +01:00
ssl_helper.sh networking/ssl_helper: experimental matrixssl-based ssl helper 2014-02-23 23:31:13 +01:00

README

Build instructions:

* Unpack matrixssl-3-4-2-open.tgz.
* Build it: "make"
* Drop this directory into matrixssl-3-4-2-open/ssl_helper
* Run ssl_helper.sh to compile and link the helper

Usage: "ssl_helper -d <FILE_DESCRIPTOR>" where FILE_DESCRIPTOR is open to the peer.

In bash, you can do it this way:
$ ssl_helper -d3 3<>/dev/tcp/HOST/PORT

Stdin will be SSL-encrypted and sent to FILE_DESCRIPTOR.
Data from FILE_DESCRIPTOR will be decrypted and sent to stdout.

The plan is to adapt it for wget https helper, and for ssl support in nc.