3
0

README 540 B

12345678910111213141516
  1. Build instructions:
  2. * Unpack matrixssl-3-4-2-open.tgz.
  3. * Build it: "make"
  4. * Drop this directory into matrixssl-3-4-2-open/ssl_helper
  5. * Run ssl_helper.sh to compile and link the helper
  6. Usage: "ssl_helper -d <FILE_DESCRIPTOR>" where FILE_DESCRIPTOR is open to the peer.
  7. In bash, you can do it this way:
  8. $ ssl_helper -d3 3<>/dev/tcp/HOST/PORT
  9. Stdin will be SSL-encrypted and sent to FILE_DESCRIPTOR.
  10. Data from FILE_DESCRIPTOR will be decrypted and sent to stdout.
  11. The plan is to adapt it for wget https helper, and for ssl support in nc.