pre-srfi / tls-client

Make binary ports that talk to TLS/SSL servers
1 stars 0 forks source link

Shelling out to openssl #4

Open lassik opened 4 years ago

lassik commented 4 years ago

For portability and small Schemes without FFI, it would be nice to support an openssl subprocess as an implementation.

Here's how to make a client connection: https://stackoverflow.com/questions/19147280/how-do-you-pipe-echo-into-openssl

So -ign_eof is important.