Re: problems getting password!

2000-08-02 Thread Premson P R
Hi, There were some questions posted on Samba & SSL in the previous threads . just look back into the archives & see if they help solve u're problem. - Premson --- [EMAIL PROTECTED] wrote: > Hello! > > I'm trying to configure Samba(2.0.7) with SSL(SSLeay > 0.9.0) support. > > When I bo

Simple nonblocking client produces SSL_R_UNINITIALIZED

2000-08-02 Thread David B
I'm trying to add nonblocking https client-side retrieval to my application. I'm getting an SSL_ERROR_SSL when I run it, after calling SSL_write() for the first time, when the handshake needs to occur. The error queue provides reason 276: SSL_R_UNINITIALIZED (see ssl_lib.c:733), because handsh

Re: Extracting public key

2000-08-02 Thread Dr Stephen Henson
Atle Sandvold wrote: > > Hi! > > I'm trying to export the public key from a PKCS#10 file. > > When I use > > PEM_write_RSAPublicKey(stdout,rsakey->pkey.rsa); > > it looks like I only get the modulus, and not the exponent. > When I do a asn1parse of the result, I get this: > >0 30 13

Extracting public key

2000-08-02 Thread Atle Sandvold
Hi! I'm trying to export the public key from a PKCS#10 file. When I use PEM_write_RSAPublicKey(stdout,rsakey->pkey.rsa); it looks like I only get the modulus, and not the exponent. When I do a asn1parse of the result, I get this: 0 30 137: SEQUENCE { 3 02 129: INTEGER

Fw: Certs for OutlookExpress and IE

2000-08-02 Thread Peter Kim
Just so that I don't mislead you here, the formats mentioned here are NOT certificate types, but rather the formats to store the certificates. So, to answer your question directly, you can use openssl to create a certificate in PEM format, for example, then create a PKCS12 format storing the new

Re: Certs for OutlookExpress and IE

2000-08-02 Thread Peter Kim
Outlook Express and MSIE takes certificates of the following types (more than one certificate can be stored in each file): Personal Information Exchange - PKCS 12 format (.PFX) Cryptographic Message Syntax Standard - PKCS 7 format (.p7b) Microsoft Serialized Certificate Store (.sst) I don't thi

Certs for OutlookExpress and IE

2000-08-02 Thread Rosario Riccio
Hi, sorry for this stupid question: how can I create a certificate compliant with MS OutlookExpress and/or MS IE? What kind of format may I use (DER, PEM, CER, .)? Thanks Rosario __ OpenSSL Project

Re: Missing ciphers

2000-08-02 Thread Eric Murray
On Wed, Aug 02, 2000 at 10:57:42AM -0700, Shrikrishna Karandikar wrote: > While we are on the topic of ciphers > > Which of the follwoing three use an "authenticated" DH key exchange ? Or are > all ephimereal DH exchanges autheticated > by default ? > > EDH-DSS-DES-CBC3-SHA > EXP1024-DHE-DSS-DES

RE: Missing ciphers

2000-08-02 Thread Shrikrishna Karandikar
While we are on the topic of ciphers Which of the follwoing three use an "authenticated" DH key exchange ? Or are all ephimereal DH exchanges autheticated by default ? EDH-DSS-DES-CBC3-SHA EXP1024-DHE-DSS-DES-CBC-SHA EDH-DSS-DES-CBC-SHA -Original Message- From: Eric Rescorla [mailto:[EM

Re: Bugs and Crashes

2000-08-02 Thread Chris Zimman
> 'ThreadRootStartingPoint' runs the user code in ThreadMain in the __cThread > class and cleans up when ThreadMain returns. This is where the crash is. Do you mean it's right after ThreadMain() returns? As a note, you don't need the exception socket in the select() (unless you're doing somet

Re: Missing ciphers

2000-08-02 Thread Eric Rescorla
Bill Rebey <[EMAIL PROTECTED]> writes: > I just realized that the only ciphers available to me (according to 'openssl > ciphers') are: > > EDH-DSS-DES-CBC3-SHA:EXP1024-DHE-DSS-DES-CBC-SHA:EDH-DSS-DES-CBC-SHA:EXP-EDH > -DSS-DES-CBC-SHA > > That all seems fine, as I turned off all the > non-distrib