CRL Distribution Point

2004-12-20 Thread Steve Larson
I am wanting to get CRL Distribution Points working within my client certs.   Using Apache I am able to get certificate revocation working using the SSLCARevocationFile directive (using a local file).   Using a http://www.webserver.com/crlfile.crl within the cert (CRL Distribution Point) it doesn't

PKCS7_encrypt with a predefined encryption key

2004-12-20 Thread Hanno G. Steinke
Hi, I am about to connect to a web service that requires PKCS#7 enveloped data in the request record and delivers PKCS#7 encrypted data in the reply record. The service seems to be implemented in Java, and these guys can do the trick to use the encryption key of the request to encrypt the reply.

ASN.1 error

2004-12-20 Thread Mark Schoneman
Hello, I trying to generate a CSR using openssl and submitting it to a MS CA. I'm using 0.9.7e What I get is a ASN1 bad tag value met ASN:267 I'm creating this CSR using the code in  demos\X509. I can create a CSR using the command line and that works OK but not using mkreq.c Both file parse corr

Re: doubt reg load_cert

2004-12-20 Thread Dr. Stephen Henson
On Mon, Dec 20, 2004, sravan wrote: > btw, can you please throw some light on the use of password call backs > in openssl. atleast some pointers to help topics will do. > The PEM callbacks are described in detail in the pem manual page. Steve. -- Dr Stephen N. Henson. Email, S/MIME and PGP key

Re: doubt reg load_cert

2004-12-20 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Mon, 20 Dec 2004 17:34:13 +0530, sravan <[EMAIL PROTECTED]> said: sravan> btw, can you please throw some light on the use of password sravan> call backs in openssl. atleast some pointers to help topics sravan> will do. Will do, tomorrow or the day after. Please

Re: doubt reg load_cert

2004-12-20 Thread sravan
Richard Levitte - VMS Whacker wrote: In message <[EMAIL PROTECTED]> on Mon, 20 Dec 2004 15:13:08 +0530, sravan <[EMAIL PROTECTED]> said: sravan> Hello all, sravan> sravan> I have a doubt regd the following function, which is defined in apps.c sravan> sravan> X509 *load_cert(BIO *err, const char

Re: doubt reg load_cert

2004-12-20 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Mon, 20 Dec 2004 15:13:08 +0530, sravan <[EMAIL PROTECTED]> said: sravan> Hello all, sravan> sravan> I have a doubt regd the following function, which is defined in apps.c sravan> sravan> X509 *load_cert(BIO *err, const char *file, int format, const char srava

doubt reg load_cert

2004-12-20 Thread sravan
Hello all, I have a doubt regd the following function, which is defined in apps.c X509 *load_cert(BIO *err, const char *file, int format, const char *pass, ENGINE *e, const char *cert_descrip) In this function, if the certificate format is PKCS12, then the following code is exectued: else if