Re: Error with PKCS7_Decrypt ()

2009-12-11 Thread Jörg Eyring
> Von: "Dr. Stephen Henson" > Organisation: OpenSSL Project > Antworten an: OpenSSL - Users > Datum: Fri, 11 Dec 2009 16:27:14 +0100 > An: OpenSSL - Users > Betreff: Re: Error with PKCS7_Decrypt () > > On Fri, Dec 11, 2009, Jrg Eyring wrote: > >>

Re: Error with PKCS7_Decrypt ()

2009-12-11 Thread Dr. Stephen Henson
On Fri, Dec 11, 2009, Jrg Eyring wrote: > Hello all, > > when decrypting a PKCS7 object using PKCS7_Decrypt (), I get the followig > error: > > error:2107006F:PKCS7 routines:PKCS7_dataDecode:unsupported cipher type > http://www.openssl.org/support/faq.html#PROG8 Steve. -- Dr Stephen N. Henson

Error with PKCS7_Decrypt ()

2009-12-11 Thread Jörg Eyring
Hello all, when decrypting a PKCS7 object using PKCS7_Decrypt (), I get the followig error: error:2107006F:PKCS7 routines:PKCS7_dataDecode:unsupported cipher type Encrypting is done as follows: ... const EVP_CIPHER *cipher = EVP_des_ede3_cbc (); ... pkcs7 = PKCS7_encrypt ( certs, inBIO, cipher,