Re: Using the command line tool talk to a socket

2006-09-11 Thread hunter
On 9/11/06, Raymond DeGennaro II <[EMAIL PROTECTED]> wrote: Can the command line tool be used to talk to a socket? I have to interface via TCP/IP/SSL to a remote socket that just accepts a text query and returns a response. I'd like to avoid writing a wrapper application around the libs if I di

Re: Using the command line tool talk to a socket

2006-09-11 Thread Scott Gifford
Raymond DeGennaro II <[EMAIL PROTECTED]> writes: > Can the command line tool be used to talk to a socket? See if: openssl s_client -help gives you the information you need. ---Scott. __ OpenSSL Project