Re: doubt reg load_cert

2004-12-28 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Tue, 28 Dec 2004 15:16:48 +0100, "Dr. Stephen Henson" <[EMAIL PROTECTED]> said: steve> Well that was part of the spec long ago, I did ask if they steve> needed a PEM style callback but no, a password argument was steve> what they wanted. If I was one of those s

Re: doubt reg load_cert

2004-12-28 Thread Dr. Stephen Henson
On Tue, Dec 28, 2004, Richard Levitte - VMS Whacker wrote: > In message <[EMAIL PROTECTED]> on Tue, 28 Dec 2004 14:32:21 +0100, "Dr. > Stephen Henson" <[EMAIL PROTECTED]> said: > > steve> It should really always ask for a password, or better still > steve> handle the PKCS#12 file as a special ca

Re: doubt reg load_cert

2004-12-28 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Tue, 28 Dec 2004 14:32:21 +0100, "Dr. Stephen Henson" <[EMAIL PROTECTED]> said: steve> It should really always ask for a password, or better still steve> handle the PKCS#12 file as a special case and obtain user steve> certificate, private key and optionally addi

Re: doubt reg load_cert

2004-12-28 Thread Dr. Stephen Henson
On Tue, Dec 28, 2004, sravan wrote: > Dr. Stephen Henson wrote: > > >On Tue, Dec 28, 2004, sravan wrote: > > > > > > > >><>Hello all, > >>sorry for repetition but the thread involving my doubt (regd load_cert() > >>in apps.c) was abruptly ended. > >>i want to know if that doubt is my mis-unders

Re: doubt reg load_cert

2004-12-28 Thread sravan
Dr. Stephen Henson wrote: On Tue, Dec 28, 2004, sravan wrote: <>Hello all, sorry for repetition but the thread involving my doubt (regd load_cert() in apps.c) was abruptly ended. i want to know if that doubt is my mis-understanding or a bug. basically i was trying to read the certificate from a

Re: doubt reg load_cert

2004-12-28 Thread Dr. Stephen Henson
On Tue, Dec 28, 2004, sravan wrote: > <>Hello all, > sorry for repetition but the thread involving my doubt (regd load_cert() > in apps.c) was abruptly ended. > i want to know if that doubt is my mis-understanding or a bug. > basically i was trying to read the certificate from a .p12 file. There

doubt reg load_cert

2004-12-28 Thread sravan
<>Hello all, sorry for repetition but the thread involving my doubt (regd load_cert() in apps.c) was abruptly ended. i want to know if that doubt is my mis-understanding or a bug. basically i was trying to read the certificate from a .p12 file. Here is my doubt for your convenince : --

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