source: MondoRescue/branches/3.3/mindi-busybox/networking/ssl_helper-wolfssl/README@ 3911

Last change on this file since 3911 was 3621, checked in by Bruno Cornec, 10 years ago

New 3?3 banch for incorporation of latest busybox 1.25. Changing minor version to handle potential incompatibilities.

File size: 616 bytes
Line 
1A small SSL helper for busybox wget.
2
3Precompiled static binary may be found in
4http://busybox.net/downloads/binaries/
5
6Build instructions:
7
8* Unpack wolfssl-3.6.8.zip
9* Build it:
10 ./configure --enable-static --disable-shared && make
11* Drop this directory into wolfssl-3.6.8/ssl_helper
12* Run ssl_helper.sh to compile and link the helper
13
14Usage: "ssl_helper -d FILE_DESCRIPTOR" where FILE_DESCRIPTOR is open to the peer.
15
16In bash, you can do it this way:
17$ ssl_helper -d3 3<>/dev/tcp/HOST/PORT
18
19Stdin will be SSL-encrypted and sent to FILE_DESCRIPTOR.
20Data from FILE_DESCRIPTOR will be decrypted and sent to stdout.
Note: See TracBrowser for help on using the repository browser.