Re: Echo is openssl

2001-12-12 Thread Michael Sierchio
Michael Sierchio wrote: - violing play Mozart?" + violin play Mozart? " __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manag

Re: Echo is openssl

2001-12-12 Thread Michael Sierchio
Lutz Jaenicke wrote: > Your problem has nothing to do with openssl. Sending terminal control > sequences should be transparent to TLS/SSL layer around it. Lutz is quite correct -- once a handshake is complete, your application passes data through the SSL Record Layer. The spec reads: The SS

Re: Echo is openssl

2001-12-12 Thread Jeffrey Altman
<[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, December 12, 2001 12:19 PM > Subject: Re: Echo is openssl > > > > Well... So, I don't know. This code works out with telnet connections or > > used in any other program, but it doesn't wo

Re: Echo is openssl

2001-12-12 Thread Andrew T. Finnell
ssage - From: "Marcos D. Marado Torres" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 12, 2001 12:41 PM Subject: Re: Echo is openssl > > I'm working out the server code, but I'm testing it using openssl as the > client too. I know

Re: Echo is openssl

2001-12-12 Thread Marcos D. Marado Torres
I'm working out the server code, but I'm testing it using openssl as the client too. I know that client can turn the echo off, but what I want is that, for that string, echo is taken for user! Something like: --- Tell me your password: --- And client when writes the password it will not echo!

Re: Echo is openssl

2001-12-12 Thread Lutz Jaenicke
On Wed, Dec 12, 2001 at 05:17:38PM +, Marcos D. Marado Torres wrote: > Yes, it should... But it isn't! Isn't it a problem with openssl? (The > client I'm using to connect...). What is the client? In your original mail you are claiming to be working on the server side. Turning off the echo on

Re: Echo is openssl

2001-12-12 Thread Andrew T. Finnell
Message - From: "Marcos D. Marado Torres" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 12, 2001 12:19 PM Subject: Re: Echo is openssl > Well... So, I don't know. This code works out with telnet connections or > used in any other program, but

Re: Echo is openssl

2001-12-12 Thread Marcos D. Marado Torres
rom: "Lutz Jaenicke" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, December 12, 2001 11:55 AM > Subject: Re: Echo is openssl > > > > On Wed, Dec 12, 2001 at 12:31:30PM +, Marcos D. Marado Torres wrote: > > > Hi there

Re: Echo is openssl

2001-12-12 Thread Marcos D. Marado Torres
Yes, it should... But it isn't! Isn't it a problem with openssl? (The client I'm using to connect...). Regards, Mind Booster On Wed, 12 Dec 2001, Lutz Jaenicke wrote: > On Wed, Dec 12, 2001 at 12:31:30PM +, Marcos D. Marado Torres wrote: > > Hi there... > > > > I posted this problem once, b

Re: Echo is openssl

2001-12-12 Thread Andrew T. Finnell
ndrew - Original Message - From: "Lutz Jaenicke" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 12, 2001 11:55 AM Subject: Re: Echo is openssl > On Wed, Dec 12, 2001 at 12:31:30PM +, Marcos D. Marado Torres wrote: > > Hi there... > &

Re: Echo is openssl

2001-12-12 Thread Lutz Jaenicke
On Wed, Dec 12, 2001 at 12:31:30PM +, Marcos D. Marado Torres wrote: > Hi there... > > I posted this problem once, but as I didn't have any reply I'm trying > again: > > I'm working on a SSL server using openSSL. > Problem is, when I'm asking for a string to the user, I don't want that > str

Echo is openssl

2001-12-12 Thread Marcos D. Marado Torres
Hi there... I posted this problem once, but as I didn't have any reply I'm trying again: I'm working on a SSL server using openSSL. Problem is, when I'm asking for a string to the user, I don't want that string to echo... I tried to do that with the ways I do to telnet connections (sending some