Re: Problem decrypting a pkcs7 structure

2002-11-03 Thread Vadim Fedukovich
On Sun, Nov 03, 2002 at 01:56:31AM +0100, 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 problem to be in PKCS_dataDecode that is actually called -- see pk7_doit.c and pk7_smime.c).

Re: [openssl.org #327] compilation errors for openssl 0.9.8

2002-11-03 Thread Richard Levitte - VMS Whacker
In message [EMAIL PROTECTED] on Fri, 1 Nov 2002 16:57:24 +0100 (MET), Lucas C via RT [EMAIL PROTECTED] said: rt - There is something wrong with the macros that rt disable hardware support. Some parts of the build rt procedure think it is not necessary to build the rt hardware support engines,

Re: [openssl.org #327] compilation errors for openssl 0.9.8

2002-11-03 Thread Richard Levitte - VMS Whacker via RT
In message [EMAIL PROTECTED] on Fri, 1 Nov 2002 16:57:24 +0100 (MET), Lucas C via RT [EMAIL PROTECTED] said: rt - There is something wrong with the macros that rt disable hardware support. Some parts of the build rt procedure think it is not necessary to build the rt hardware support engines,

[STATUS] OpenSSL (Sun 3-Nov-2002)

2002-11-03 Thread OpenSSL Project
OpenSSL STATUS Last modified at __ $Date: 2002/08/14 11:07:29 $ DEVELOPMENT STATE o OpenSSL 0.9.8: Under development... o OpenSSL 0.9.7-beta3: Released on July 30th, 2002 o OpenSSL 0.9.7-beta2: Released on

Re: Problem decrypting a pkcs7 structure

2002-11-03 Thread Massimiliano Pala
Vadim Fedukovich wrote: [...] It's easy to see PKCS7_decrypt() does X509_check_private_key(certificate, key) and then PKCS7_dataDecode() One could also read PKCS7_dataDecode() source to see decryption certificate will only be used to match issuer and serial number with that of each recipient