Re: public and private keys

2002-03-15 Thread Kevin J. Schmidt
That's more or less what I thought, but I wanted to make sure that there wasn't an better/easier/whatever way of doing it before I have a working CA implementation. Thanks! -Kevin On Fri, 2002-03-15 at 12:31, Eric Rescorla wrote: > "Kevin J. Schmidt" <[EMAIL PROTECTED]> writes: > > On this this

Re: public and private keys

2002-03-15 Thread Eric Rescorla
"Kevin J. Schmidt" <[EMAIL PROTECTED]> writes: > On this this list, I've seen how to create a private and public keys > using the openssl command. I'm new to all of this, so I apologize if my > question doesn't make sense. Let's say I have a bunch of clients that > will be connecting to a server u

Commercial support for OpenSSL

2002-03-15 Thread Kevin J. Schmidt
Are there any companies out there that provide commercial support for OpenSSL? Thanks, -Kevin __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROT

Re: Self-signed certs

2002-03-15 Thread Aditya Roy
Yeah, IE will complain. And how would people know you are who you say you are.   thanks !   Aditya Roy - Original Message - From: Darren Smith To: [EMAIL PROTECTED] Sent: Friday, March 15, 2002 06:44 PM Subject: Self-signed certs Hello All,   Are there any

public and private keys

2002-03-15 Thread Kevin J. Schmidt
Hi, On this this list, I've seen how to create a private and public keys using the openssl command. I'm new to all of this, so I apologize if my question doesn't make sense. Let's say I have a bunch of clients that will be connecting to a server using SSL (OpenSSL). I want to generate a private k

LOAD_DATA define

2002-03-15 Thread jeff roberts
Can someone tell me what the E0 and E1 values of the LOAD_DATA #define are ? 

Self-signed certs

2002-03-15 Thread Darren Smith
Hello All,   Are there any inherent dangers in using self-signed certificates over those available from Thawte, VeriSign, etc?   Thanks.

Re: Net::SSLeay .. https-proxy-sniff.pl .. How can I snoop an MSIE browser session.

2002-03-15 Thread POP account for superquote.co.uk
thanks, looks like it might help. - Original Message - From: GOLDING,CHARLTON (Non-HP-Corvallis,ex1) <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 15, 2002 12:45 AM Subject: RE: Net::SSLeay .. https-proxy-sniff.pl .. How can I snoop an MSIE browser session. > WinPcap c

Information sought on Error Nos.

2002-03-15 Thread Surendra Babu Ande
Hi, While creating the Self Signed certificate I got the following error: 0x2006E079. And test got failed. Could you please guide me on how to look at these error messages? And how to proceed further? For Certificate Request , got the following error : 0x2206506f. Please clarify the same. Thank

Re: SSL_pending() and SSL_ERROR_WANT_READ

2002-03-15 Thread Bodo Moeller
On Thu, Mar 14, 2002 at 01:00:46PM -0800, John Hughes wrote: > Since s->rstate is set to SSL_ST_READ_HEADER prior to record > decryption and decompression, wouldn't SSL_pending() still > incorrectly indicate that there is data ready to be read in cases > where either of these fail? I guess so, b