Re: simple command line client

2008-07-08 Thread Lucito07
; Automated List Manager [EMAIL PROTECTED] > > -- View this message in context: http://www.nabble.com/simple-command-line-client-tp18298414p18320712.html Sent from the OpenSSL - Dev mailing list archive at Nabble.com. _

Re: simple command line client

2008-07-08 Thread Lucito07
to07 <[EMAIL PROTECTED]> wrote: > >> >> Hi, >> >> I would like to know if any one knows of a simple command line client >> that >> can connect to a secure server using ssl, send a string of text, wait for >> a >> response and ret

Re: simple command line client

2008-07-08 Thread Lucito07
as a separate binary) Haven't tested this recently but I seem to recall that worked for me once. Just make sure your command doesn't start with a capital 'Q'. ;-) -- View this message in context: http://www.nabble.com/simple-command-line-client-tp18298414p18320645.html Sent from t

Re: simple command line client

2008-07-07 Thread Ger Hobbelt
On Sun, Jul 6, 2008 at 5:04 AM, Lucito07 <[EMAIL PROTECTED]> wrote: [..] > can connect to a secure server using ssl, send a string of text, wait for a > response and returns with that response. I know that with OpenSSL you can > connect to the server using 'openssl s_client -connect > remote.host:r

simple command line client

2008-07-06 Thread Eduardo Ruiz
, 2008 at 23:04, Lucito07 <[EMAIL PROTECTED]> wrote: Hi, I would like to know if any one knows of a simple command line client that can connect to a secure server using ssl, send a string of text, wait for a response and returns with that response. I know that with OpenSSL you can conne

Re: simple command line client

2008-07-06 Thread Eduardo Ruiz
I made a some I/O routines of SSL to make it 'easier' check this, maybe it can be useful for you. http://b3ck.blogspot.com/2008/05/magic-ssl-and-change-of-basis-matrix.html Eduardo Ruiz Duarte On Jul 6, 2008, at 8:15 PM, Allan Clark wrote: response and returns with that response. I know that w

Re: simple command line client

2008-07-06 Thread Allan Clark
Stunnel. It armours a basic connection into SSL, but you'd still need to run "expect" or "nc". Allan On Sat, Jul 5, 2008 at 23:04, Lucito07 <[EMAIL PROTECTED]> wrote: > > Hi, > > I would like to know if any one knows of a simple command line client

simple command line client

2008-07-06 Thread Lucito07
Hi, I would like to know if any one knows of a simple command line client that can connect to a secure server using ssl, send a string of text, wait for a response and returns with that response. I know that with OpenSSL you can connect to the server using 'openssl s_client -co