RE: PKCS12 parse fails with unknown pbe algorithm even after including openSSL_add_all_algorithms

2007-09-07 Thread Mulpur Sudha-MGI2496
@openssl.org Subject: Re: PKCS12 parse fails with unknown pbe algorithm even after including openSSL_add_all_algorithms On Fri, Sep 07, 2007, Mulpur Sudha-MGI2496 wrote: > > The same thing is happening with pkcs12 from openssl. What you said is > right, I don't think I have RC2. Can

Re: PKCS12 parse fails with unknown pbe algorithm even after including openSSL_add_all_algorithms

2007-09-07 Thread Dr. Stephen Henson
On Fri, Sep 07, 2007, Mulpur Sudha-MGI2496 wrote: > > The same thing is happening with pkcs12 from openssl. What you said is > right, I don't think I have > RC2. Can you help me on how to include this. > You need to recompile the OpenSSL library. The default is to include RC2 but wherever you g

RE: PKCS12 parse fails with unknown pbe algorithm even after including openSSL_add_all_algorithms

2007-09-07 Thread Mulpur Sudha-MGI2496
de3-ofb des-ofb des3 desx rc4rc4-40 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dr. Stephen Henson Sent: Friday, September 07, 2007 12:43 PM To: openssl-users@openssl.org Subject: Re: PKCS12 parse fails with unkno

Re: PKCS12 parse fails with unknown pbe algorithm even after including openSSL_add_all_algorithms

2007-09-07 Thread Dr. Stephen Henson
On Fri, Sep 07, 2007, Mulpur Sudha-MGI2496 wrote: > Hi, > > I am having problems in parsing a PKCS12 file. I was able to parse other > PKCS12 files (with single CA certificates). > But this particular one has two level CA certificates and I get the > error that pbe algorithm is unknown. I am inc

PKCS12 parse fails with unknown pbe algorithm even after including openSSL_add_all_algorithms

2007-09-07 Thread Mulpur Sudha-MGI2496
Hi, I am having problems in parsing a PKCS12 file. I was able to parse other PKCS12 files (with single CA certificates). But this particular one has two level CA certificates and I get the error that pbe algorithm is unknown. I am including openSSL_add_all_algorithms but still see the problem. I

unknown pbe algorithm

2002-12-02 Thread Philippe Fischer
Trying to open certain privat key PEM files with the PEM_read_RSAPrivateKey() command in my application, openssl produces the above error, but only on versions higher than 0.96c. With V0.96c it works fine. Does anybody knows why this happens ? Philippe Fischer Hochschule für Technik und Wir