Re: openssl and IE5.0 on MacOS

2000-08-01 Thread Nick De Roeck
>After living w/ this problem >for months, I"m to the point where I'll try anything. Me too. nick. __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL P

Re: openssl and IE5.0 on MacOS

2000-08-01 Thread Frank Martini
Yes, this is what Palm.net said also (they use Microsoft code too). Does anyone know if there's a way to reconfigure the server to get around this? Perhaps going to a previous version??? After living w/ this problem for months, I"m to the point where I'll try anything. (We even licensed both Veri

Re: openssl and IE5.0 on MacOS

2000-08-01 Thread Tom Nichols
We also found this to be a problem. When we called Apple, they confirmed it is a MICROSOFT PROBLEM. Netscape works okay. We tested IE 4.5 and up on IMACS and it doesn't know how to handle certificates at all. We tried RSA, Verisign, attempts to go to https://americanexpress.com resulted in all ki

Re: The rsaref library

2000-08-01 Thread Michael Sierchio
Vin McLellan wrote: > Despite Mr. Sierchio's insistence that it is not true, there > actually were (and are today, paid up to date) commercial RSAref licenses. I challenge you on this: RSA's legal counsel has flatly said that there is no such license agreement. I inquired as recently

Re: openssl and IE5.0 on MacOS

2000-08-01 Thread Frank Martini
Yes.. we're seeing the same thing.. both with Macs and the Palm.net service (the service that Palm VIIs use to connect to sites). I'll eMail you a link off-line. Frank -- Frank Martini Voice: 713/621-1917 Cadence Development FAX: 713/6

Verification of Certificates

2000-08-01 Thread Konstantin Agouros
Hi, I am trying to implement a client-site application that should be able to veri- fy the CA-Certificates of the servers it contacts. I would like to specify a directory with the CA-certificates I like. For this I use SSL_CTX_load_verify_locations(ctx, NULL, path-to-dir); In the directory I have

Re: openssl and IE5.0 on MacOS

2000-08-01 Thread Douglas Wikström
> 1. Is there a way I can get rid of those certifcates at all and still > use openssl, this would give me the advantage that I don't implement > stuff in our software that we don't need nor use and hence cannot > cause bugs or support problems. I assume you wish to create a secure (but unauthenica

Re: openssl and IE5.0 on MacOS

2000-08-01 Thread Amit Chopra
Hi, > 1. Is there a way I can get rid of those certifcates at all and still > use openssl, this would give me the advantage that I don't implement > stuff in our software that we don't need nor use and hence cannot > cause bugs or support problems. You can use anonymous ciphers, that don't requi

HTTPS via proxy...

2000-08-01 Thread Joe Manning
Hi, Is it possible to use openssl to connect to a HTTPS web server via a proxy? There are defined macros for setting proxy parameters in bio.h, but none of the BIO types seems to deal with the information. How should connection via a proxy be handled? joe. begin:vcard n:Manning;Joe tel;

[OT] OpenSA

2000-08-01 Thread lukeross
Hi all Well since the OpenSA web site seems to be down (and perhaps the future of the project is open to question?) I've set up a mailing list to discuss OpenSA as the main OpenSA mailing lists are currently down :( If you have an interest in OpenSA, please join at: http://www.ecs.soton.ac.uk/~l

openssl and IE5.0 on MacOS

2000-08-01 Thread Nick De Roeck
> >Try mine. https://www.aet.tu-cottbus.de >Server Version: Apache/1.3.12 (Unix) PHP/4.0.0 mod_ssl/2.6.5 OpenSSL/0.9.5a > Tnx for the URL, and yep ... it seems to work (sih...I thought I found the solution to my problem). I fear I'm falling into the trap of the 'cascading' problems, so very ty

Re: Piping into PEM pass phrase!!!

2000-08-01 Thread Nicolas Roumiantzeff
The pass phrase input routine reads from the consol not from the standard input. I gess that it is more secure than reading from stdin. Under Windows I managed to write the password to to the console. It works but it is quite complicated and I don't know if it is possible to do the same with unix

Re: openssl and IE5.0 on MacOS

2000-08-01 Thread Lutz Jaenicke
On Tue, Aug 01, 2000 at 10:11:57AM +0200, Nick De Roeck wrote: > can anyone pass me some url's to servers running openssl-0.9.5a, as I > suspect that IE5.0 on Mac may be incompatible with this openssl > version and NOT with f.i. 0.9.3a. Try mine. https://www.aet.tu-cottbus.de Server Version: Ap

Re: ATT: Robert Sandilands! (was Re: client authentication)

2000-08-01 Thread Vadim Fedukovich
Hi Albert, On Mon, 31 Jul 2000, Albert Serra wrote: > > a) The functions with "verify" in them is there to tell the server or > client where the public keys and the CA's public keys are for verifying > the other's keys. Those keys and the symbolic links associated with them > is pretty important

openssl and IE5.0 on MacOS

2000-08-01 Thread Nick De Roeck
Hi all, can anyone pass me some url's to servers running openssl-0.9.5a, as I suspect that IE5.0 on Mac may be incompatible with this openssl version and NOT with f.i. 0.9.3a. Also does anybody know why https://www.modssl.org is running openssl-0.9.3a ?? kind regards, nick. _