Re: Certificate Authority

2000-05-25 Thread Bruno Salgueiro
Yes, there is only one signature per certificate. But don't forget that you can have more than one certificate (depending on their individual purpose), each issued by different CAs. There are some multinational initiatives that try to address the problem of trust between countries (I assume that

Re: Certificate Authority

2000-05-25 Thread Kent Crispin
On Thu, May 25, 2000 at 09:11:25AM +0200, Richard Levitte - VMS Whacker wrote: [...] > What you say is a nice thought, and I'd very much like to see > something like that, but I see one problem with it, at least with the > current definition of RFC2459 certificates (as I understand RFC2459. > If I

Re: Cryptoswift 100 ?

2000-05-25 Thread Jim Russell
On Wed, May 24, 2000 at 12:40:58PM -0700, Arun Venkataraman wrote: > * I haven't come across BSafe patches for OpenSSL. Can you point me to where > I can locate them? I would be very interested in that. In case you missed Mark Bixby's posting, the URL for his BSAFE patches page is:

Re: some interogations :)

2000-05-25 Thread Rossen Raykov
Hi, Is there an English copy of this FAQ? Rossen - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 25, 2000 2:06 AM Subject: Re: some interogations :) Here is a serious URL (in french !) which will respond all your questions on the symmetric

update: SSL_accept error error:0B07C065 - help !!!

2000-05-25 Thread Naveen_Malhotra
Hi Guys, I was able to do some fixes and am now getting the following error: "SSL_connect error error:24064064:random number genera tor:SSLEAY_RAND_BYTES:PRNG not seeded" I hope someone would have a fix to this. Thanks, Naveen -- Forwarded by Naveen Malhotra/New York/ACMC

expire certificate

2000-05-25 Thread Kalpesh U. Patel
How can I check when the certifcate will expire? Is there a command that I can run to check this kal __ OpenSSL Project http://www.openssl.org User Support Mailing List[EM

Failed to generate temporary 512 bit RSA private key

2000-05-25 Thread Terry Gliedt
It all started with a simple task to update PHP4 to the latest release... I have been running the following for several months now: Apache apache_1.3.9 php-4.0b3 mod_ssl-2.4.10-1.3.9 openssl-0.9.5 rsaref-2.0 I must admit I thrashed about a bit trying to ge

Re: Certificate Authority

2000-05-25 Thread Dr Stephen Henson
Richard Levitte - VMS Whacker wrote: > > From: Kent Crispin <[EMAIL PROTECTED]> > > kent> Just thinking out loud... > kent> > kent> Note that the PGP "web of trust" model works without a centralized CA, > kent> and that free key servers exist. Perhaps there is some hybrid possible, > kent> wher

openssl client -> java jsse server problem

2000-05-25 Thread Will Rusch
openssl client -> java jsse server problem I'm stuck trying to get the openssl 0.9.5a s_client to talk with a java (jsse) server, using DSA algorithms. I've tried 512-bit and 1024-bit keys. The java server is using a keytool-generated cert/key pair, signed by my CA cert that I created with opens

Re: Error (Apache+SSL)

2000-05-25 Thread Arun Venkataraman
>I have the following error: >[Thu May 25 15:10:26 2000] [crit] unable to set private key >[Thu May 25 15:10:26 2000] [crit] error:0B080074:x509 certificate > routines:X509_check_private_key:key values mismatch >[Thu May 25 15:10:26 2000] [error] ApacheSSLSetCertStuff failed Most likely, the key

Re: openssl client -> java jsse server problem

2000-05-25 Thread Dr Stephen Henson
Will Rusch wrote: > > openssl client -> java jsse server problem > > I'm stuck trying to get the openssl 0.9.5a s_client > to talk with a java (jsse) server, using DSA algorithms. > I've tried 512-bit and 1024-bit keys. > > The java server is using a keytool-generated > cert/key pair, signed by

slightly off topic

2000-05-25 Thread egus
I've checked a few different faqs and books but can't quite nail down how to redirect http://www.domain.com/admin to an https://www.domain.com/admin I'd like to do this on a per directory level. mailto:[EMAIL PROTECTED]?Subject=redirect

EVP routines

2000-05-25 Thread Paul Khavkine
Hi Can anyone give me or point me to an example where a string is being encrypted and then decrypted using the EVP routines, preferably EVP_Cipherxxx using EV_bf_cbc() and a private key. For ex: Key: "b5483cef7843a98dd6f" Thanx Paul _