Re: I've modify CA.pl

1999-06-09 Thread Raul Gutierrez
Steve. >No, its a problem with IIS: see my PKCS#12 FAQ. You need to install the >CA certificate in IIS so it can tell IE5.0 that it will accept a client >certificate from that CA. IE5 will only let you select a certificate >from the list of CAs a server sends. > I read your PKCS#12, it is very i

Re: About SSL_SERVER_CERT and SSL_CLIENT_CERT

1999-06-09 Thread Raul Gutierrez
>Raul Gutierrez wrote: > >> Hi: >> >> How can i see the field of Server and Client's Certificated in apache + >> mod_ssl, i read in the http.conf that exist two environment variables >> SSL_SERVER_CERT and SSL_CLIENT_CERT , but i dont kow to work with it. Exist >> some CGI that show all field of t

Re: RSA padding

1999-06-09 Thread Holger Reif
Erwann ABALEA schrieb: > > On Wed, 9 Jun 1999, Holger Reif wrote: > > > ÃÖ¿ë»ï schrieb: > > > > > > Basic assumption here is, > > > 1. RSA Key size : 256 > > > > Just remember, this counts for 32 byte... > > > > > 2. size of message to be encrypted : 33 > > > > ...which would make it impossible

Re: RSA padding

1999-06-09 Thread Erwann ABALEA
On Wed, 9 Jun 1999, Holger Reif wrote: > ÃÖ¿ë»ï schrieb: > > > > With reference to rsa.h, > > I found that there are four kinds of padding. > > Of them, My concern is about RSA_NO_PADDING and RSA_PKCS1_PADDING. > > > > Basic assumption here is, > > 1. RSA Key size : 256 > > Just remember, this

Re: (No subject)

1999-06-09 Thread Ed Dembowski
You can't. Sorry. What you can do is read what documentation & man pages are available and read the CA.sh and CA.pl scripts to see what's going on. There is a lot more to running a CA than just running the software, although if you just want to cut certs for testing, use the scripts provided in

Trouble with certificates

1999-06-09 Thread Ryan Gray
Hello, I just installed Apache+ssl using OpenSSL and mod-ssl. I'm using a certificate from VeriSign. I can fire up the server. There are no error messages from simply starting it. In fact, it will even serve pages off of the non-ssl part of the server. However, when I try and hit anyth

Re: RSA padding

1999-06-09 Thread Holger Reif
ÃÖ¿ë»ï schrieb: > > With reference to rsa.h, > I found that there are four kinds of padding. > Of them, My concern is about RSA_NO_PADDING and RSA_PKCS1_PADDING. > > Basic assumption here is, > 1. RSA Key size : 256 Just remember, this counts for 32 byte... > 2. size of message to be encrypted

Re: RSA padding

1999-06-09 Thread Dr Stephen Henson
[EMAIL PROTECTED] wrote: > > With reference to rsa.h, > I found that there are four kinds of padding. > Of them, My concern is about RSA_NO_PADDING and RSA_PKCS1_PADDING. > > Basic assumption here is, > 1. RSA Key size : 256 > 2. size of message to be encrypted : 33 > With a keysize of 256 bit

Re: About SSL_SERVER_CERT and SSL_CLIENT_CERT

1999-06-09 Thread Juan Pablo Rojas Jimenez
Raul Gutierrez wrote: > Hi: > > How can i see the field of Server and Client's Certificated in apache + > mod_ssl, i read in the http.conf that exist two environment variables > SSL_SERVER_CERT and SSL_CLIENT_CERT , but i dont kow to work with it. Exist > some CGI that show all field of the CERTI

Re: RSA padding

1999-06-09 Thread Sean O Riordain
Hi, I was looking at this sort of stuff recently and I'm a still a relative beginner at OpenSSL, so if I'm way out of order, I'm sure someone from the core group will straighten me out ;-) anyway, if my understanding is correct... demos/maurice/example2.c shows how to use the EVP stuff ... which

Re: Netscape CA Cert Replacement...

1999-06-09 Thread Marcus Röder
Hi, so do you know how to extract or compose such .db-files? What's their format? Marcus. "Wyatt, Anthony" wrote: > > Sorry all, > I just read the instructions and I found out how to do it. > > Sorry to waste everyones time. > > Anthony > > > -Original Message- > > From: Wyatt,

RSA padding

1999-06-09 Thread ÃÖ¿ë»ï
With reference to rsa.h, I found that there are four kinds of padding. Of them, My concern is about RSA_NO_PADDING and RSA_PKCS1_PADDING. Basic assumption here is, 1. RSA Key size : 256 2. size of message to be encrypted : 33 1) in case of RSA_NO_PADDING, len = RSA_public_encrypt(what_number_h