From: Wouter T. <wo...@te...> - 2001-09-24 12:26:53
|
Hi All, I've written a new plugin to squirrelmail! It is a handler of incoming multipart/signed s/mime messages. It shows some extra information when a signed message arrives, such as whether the message and the signer could be succesfully verified. It requires openssl 0.9.6 to be installed. It does not need openssl linked into php. I am planning to add functionality to it in later versions to also send s/mime signed messages, but this requires some extra thinking because the private keys need to be kept very, very safe (preferrably neither in the $data_dir nor in a "special folder" on the imap server). The plugin is available at: http://www.teepe.com/smime-0.1-1.2.0rc1.tar.gz Please test it and send me any feedback you see fit. yours sincerely, Wouter wo...@te... |