Re: Problem decrypting a pkcs7 structure

2002-11-02 Thread Massimiliano Pala
Hi all, I am replying myself... this seems like a sign I have to stop working late at night... anyway... here it comes the real message... Massimiliano Pala wrote: Hi, I am trying to decrypt some data in a pkcs7 env structure. The problem comes when I try to use the PKCS7_decrypt (I guess the

Re: [openssl.org #323] Bug in "authorityKeyIdentifier" extension?

2002-11-02 Thread Massimiliano Pala
Frédéric Giudicelli via RT wrote: Well Microsoft support tells me it's openssl's fault, and you tell me it's microsoft's ? It's dead end, what am I supposed to tell my clients ? Well... altough PKIX recommends the use of the authorityKeyId, and that the French Government says you must to have this

Problem decrypting a pkcs7 structure

2002-11-02 Thread Massimiliano Pala
Hi, I am trying to decrypt some data in a pkcs7 env structure. The problem comes when I try to use the PKCS7_decrypt (I guess the problem to be in PKCS_dataDecode that is actually called -- see pk7_doit.c and pk7_smime.c). If I use a loaded "normal" certificate everything is fine, but when I try