Problems installing cert on MSIE 5.0.

1999-06-28 Thread Alexander Serkin
Compiled and installed 0.9.3 on HP-UX 10.20 (thanks to Bodo for help...). Now i've issued personal certificate for myself, signed it with my own CA and imported into Netscape v4.6 on HP-UX. But when i try to import it into msie 5.0 i got the error "The input information is invalid". I did make it

Re: certificates of major CAs

1999-06-28 Thread Marko Asplund
On Mon, 28 Jun 1999, Martin Kuba wrote: > ... > Thanks you all for help. I have found this link: > http://www.columbia.edu/~ariel/good-certs/ns45/ > on www.openssl.org which leads to a page > with certificates extracted from Netscape4.5 you can also try the attached perl script for exporting Net

Re: Problems installing cert on MSIE 5.0.

1999-06-28 Thread Dr Stephen Henson
Alexander Serkin wrote: > > Compiled and installed 0.9.3 on HP-UX 10.20 (thanks to Bodo for > help...). > Now i've issued personal certificate for myself, signed it with my own > CA and imported into Netscape v4.6 on HP-UX. > But when i try to import it into msie 5.0 i got the error "The input >

Re: Problems installing cert on MSIE 5.0.

1999-06-28 Thread Raul Gutierrez
I think that the problem is that you generated the Certificate with 1024 bit of key's length, your IE5 only accept certificate with 512 bit of key's length You change the length of key in openssl.cnf file in the section req: [ req ] default_bits = 512 Raul Gutierrez - Original Message --

no shared cipher?

1999-06-28 Thread jesse hirsh
hi, i got this error after setting up an httpd server. my web client is netscape 4-7 for linux. any clues why i got this error? [Mon Jun 28 10:22:05 1999] [notice] Apache/1.3.6 (Unix) PHP/3.0.10 mod_ssl/2.3.5 OpenSSL/0.9.3 configured -- resuming normal operations [Mon Jun 28 10:25:15 1999] [err

Problems when reusing ctx

1999-06-28 Thread Carl-Henrik Tano
Hi I´m using openssl 093a and have some problems when I resusing a ctx in my serverapplication. My server initiates one ctx when it starts and for every client connection it creates a new ssl sesson with SSL_new(ctx). Sometimes I get core dump in SSL_new when ssl_cert_dup is run. It stops at rea

Signing external certs with local CA

1999-06-28 Thread Dmitry Morozovsky
Hello there, I've set up local CA for internal use within our company. (together with Apache/mod-ssl, surely) Now i've starring at the very special problem: when user already have personal cert from one of master CA, it seems to be "Right Thing" to use this cert for authorization instead of maki

Off Topic- How to create client certs with IE on MAC?

1999-06-28 Thread Shawn Tagseth
I have a need to create a client cert for IE4.5 running on a MAC (for my self signed CA). First hurdle: All microsoft documents say use VBScript. IE for MAC dosen't support that. Second hurdle: Chances are, xenroll.dll is probably a PC only activeX dll? I think the easiest way is to just c

Re: Problems when reusing ctx

1999-06-28 Thread Bodo Moeller
Carl-Henrik Tano <[EMAIL PROTECTED]>: > I´m using openssl 093a and have some problems when I resusing a ctx in > my serverapplication. > My server initiates one ctx when it starts and for every client > connection it creates a new ssl sesson with SSL_new(ctx). > Sometimes I get core dump in SSL_

RE: rsa_oaep_test

1999-06-28 Thread Hemant Jain
Holger, Here is the stack trace, if that helps: error:0407106B::lib(4) : func(113) : reason(107) error:04065072::lib(4) : func(101) : reason(114) Hemant -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Holger Reif Sent: Wednesday, June 23, 1999 11:48 PM T

Problems when reusing sessions

1999-06-28 Thread David J. Palaitis
?, i had a problem with session ID reuse and openSSL0.9.2b i set the verify flags to SSL_VERIFY_PEER | SSL_VERIFY_CLIENT_ONCE | SSL_VERIFY_FAIL_IF_NO_PEER_CERT but sessions weren't being reused,... i traced through the code until i failed on ,... if((s->verify_mode&SSL_VERIFY_PEER) && (!s->sid_c

error when compile openssl

1999-06-28 Thread Sun JunXu
hi,all: when I compiled openssl-0.9.3a on my redhat linux system, there was an error, I captured it in .jpg in attached file , anyone can help me to solve it? <> thanks sincerely sun error.jpg

Re: no shared cipher?

1999-06-28 Thread Carl-Henrik Tano
Hi I got this problem when I use Netscape against one server that I have implemented my self. My problem was that my version of Netscape only supported weak encryption. (outside USA) There is a program, Fortify for Netscape which can solve that problem. I tried and it worked fine. http://www.for