Summary | Error viewing SMIME certificate if openssl_cafile is not defined |
Queue | IMP |
Queue Version | 4.3 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | morgan (at) orst (dot) edu |
Created | 10/13/2008 (6137 days ago) |
Due | |
Updated | 10/15/2008 (6135 days ago) |
Assigned | |
Resolved | 10/15/2008 (6135 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Assigned to Michael Slusarz
State ⇒ Resolved
http://cvs.horde.org/diff.php/imp/lib/Crypt/SMIME.php?r1=1.45.2.21&r2=1.45.2.22&ty=u
http://cvs.horde.org/diff.php/imp/lib/Crypt/SMIME.php?r1=1.76&r2=1.77&ty=u
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Error viewing SMIME certificate if openssl_cafile is not defined
Type ⇒ Bug
State ⇒ Unconfirmed
setting. However, if you attempt to view an SMIME certificate by
following the "View" link in an SMIME signed message, it throws a
Notice on the web page:
Notice: Undefined index: openssl_cafile in
/var/www-test/horde/imp/lib/Crypt/SMIME.php on line 280
A simple test in the verify() function could check for an undefined
openssl_cafile setting.