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
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.
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
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
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
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
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
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