Re: PKCS12_parse() fails (0.9.8.)

2005-07-20 Thread Dr. Stephen Henson
On Tue, Jul 19, 2005, Milan Tomic wrote:

  
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Milan Tomic
 Sent: Monday, July 18, 2005 1:20 PM
 To: openssl-users@openssl.org
 Subject: PKCS12_parse() fails (0.9.8.)
 
 
 
 
 PKCS12_parse() fails (returns 0) in my case, although
 PKCS12_verify_mac() succeed (return 1). 
 
 I have tried to export cert  key into .pfx file in two ways: 
 - using Internet Explorer GUI, 
 - using java's keytool. 
 
 but still the same. What should I do? :( 
 

What happens when you use the pkcs12 utility on the file? For example:

openssl pkcs12 -in file.pfx -out file.pem

Steve.
--
Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage
OpenSSL project core developer and freelance consultant.
Funding needed! Details on homepage.
Homepage: http://www.drh-consultancy.demon.co.uk
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   [EMAIL PROTECTED]


RE: PKCS12_parse() fails (0.9.8.)

2005-07-19 Thread Milan Tomic
Title: Message




Can 
someone give me a hand with this problem? :)



  
  -Original Message-From: 
  [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On 
  Behalf Of Milan TomicSent: Monday, July 18, 2005 1:20 
  PMTo: openssl-users@openssl.orgSubject: PKCS12_parse() 
  fails (0.9.8.)
  PKCS12_parse() fails (returns 0) in my case, 
  although PKCS12_verify_mac() succeed (return 1). 
  I have tried to export cert  key into 
  .pfx file in two ways: - using 
  Internet Explorer GUI, - using java's 
  keytool. 
  but still the same. What should I do? 
  :( 


Re: PKCS12_parse() fails (0.9.8.)

2005-07-19 Thread Nils Larsch

Milan Tomic wrote:


PKCS12_parse() fails (returns 0) in my case, although 
PKCS12_verify_mac() succeed (return 1).


I have tried to export cert  key into .pfx file in two ways:
- using Internet Explorer GUI,
- using java's keytool.

but still the same. What should I do? :(


does ERR_print_errors give you more information ?

Nils

__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   [EMAIL PROTECTED]