source:
MondoRescue/branches/3.3/mindi-busybox/networking/ssl_helper-wolfssl/README@
3844
| Last change on this file since 3844 was 3621, checked in by , 9 years ago | |
|---|---|
| File size: 616 bytes | |
| Rev | Line | |
|---|---|---|
| [3621] | 1 | A small SSL helper for busybox wget. |
| 2 | ||
| 3 | Precompiled static binary may be found in | |
| 4 | http://busybox.net/downloads/binaries/ | |
| 5 | ||
| 6 | Build 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 | ||
| 14 | Usage: "ssl_helper -d FILE_DESCRIPTOR" where FILE_DESCRIPTOR is open to the peer. | |
| 15 | ||
| 16 | In bash, you can do it this way: | |
| 17 | $ ssl_helper -d3 3<>/dev/tcp/HOST/PORT | |
| 18 | ||
| 19 | Stdin will be SSL-encrypted and sent to FILE_DESCRIPTOR. | |
| 20 | Data from FILE_DESCRIPTOR will be decrypted and sent to stdout. |
Note:
See TracBrowser
for help on using the repository browser.
