[Tickets #10246] improved encryption for s/mime

bugs at horde.org bugs at horde.org
Tue Jun 14 22:15:55 UTC 2011


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/10246
------------------------------------------------------------------------------
  Ticket             | 10246
  Created By         | peterirbizon at gmail.com
  Summary            | improved encryption  for s/mime
  Queue              | IMP
  Version            | 5.0.7
  Type               | Enhancement
  State              | New
  Priority           | 1. Low
  Milestone          | horde 4
  Patch              | 1
  Owners             |
------------------------------------------------------------------------------


peterirbizon at gmail.com (2011-06-14 22:15) wrote:

  s/mime encrypted messages are encrypted with 40bit RC2 only. I
found in  /lib/Horde/Crypt smime.php (horde 3) line
if (openssl_pkcs7_encrypt($input, $output, $params['pubkey'],  
array('To' => $email)))
and changed it to
if (openssl_pkcs7_encrypt($input, $output, $params['pubkey'],  
array('To' => $email),0,4)) {
this provides 3DES 168bit encryption for seä-mime email messages.  
probably it will work in horde 4 as well.






More information about the bugs mailing list