Michael Konietzka wrote:
Hi
i am using RC4 and have a problem with the generated certificates and
the email sent by OpenCA.

I cannot decrypt the mail sent by OpenCA.

Found the solution in <[EMAIL PROTECTED]>
[OpenCA-Devel] Re: [Openca-Users] Problem reading CRIN-Mail
In the file OpenSSL.pm under OpenCA/Perl libraires, the certificate which was used to encrypt the mail was the one which sign messages instead of the newly generatred one.

To fix this bug, I replaced line 2576 in OpenSSL.pm
$smime->encrypt(CERTIFICATE => $sign_x509) with $smime->encrypt(CERTIFICATE => $enc_x509)

Bye Michael


--
Dipl.-Inform. Michael Konietzka  Schlund + Partner AG


------------------------------------------------------- This SF.Net email is sponsored by Sleepycat Software Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver higher performing products faster, at low TCO. http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3 _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to