Re: s/mime anyone?
Francisco Jesus Monserrat Coll <[email protected]> Thu, 14 Jul 2005 20:09:19 +0200
| Newsgroups | gmane.mail.exmh.devel |
|---|---|
| Organization | Red.es http://www.red.es/ |
| Message-ID | <[email protected]> |
El día Tue, 12 Jul 2005 11:25:26 -0400 [email protected] escribió: Hello, >> I'm just wondering what the state of s/mime support might be in nmh & >> exmh? Thanks.... > >It shouldn't be *too* hard to do the basic parts - it looks like the >'openssl' command is able to do all the heavy lifting. Only part I couldn't >figure out how to implement was certificate management - where the <bleep> >does it keep the root cert and any chained certs? :) Some time ago I started a dirty script to provide basic support for smime, it's not completed but perhaps could be useful for someone. The scripts tried to emulate PGP 2.x , and could check messages and manage certificates. If you execute it with pgpssl mail-file the script can check the integrity (openssl smime ....) of the message, not the CA-root path, sorry, and also store the user certificate in a local database. you can also sign messages (if you import a p12 file ) with pgp -s message . You can query the local database with pgpssl -kv , and add certificates and keys in the .p12 format I think that the script could also sign and encrypt messages, but I don't remember exactly and the code is not exactly good. pgpssl -h and ppgssl -kh will provide some help, but some of the functions were not implemented. My idea was to build a "all in one" command line script that later could be integrated in exmh to use smime inside exmh, but the script has been sleeping for a long time. The script is attached in the file, regards paco -- = Francisco Jesus Monserrat Coll PGP key: http://www.rediris.es/keyserver Rediris. Entidad Pública Empresarial Red.es Pza. Manuel Gómez Moreno, s/n Madrid 28014 SPAIN. tel +034 912127625 _______________________________________________ Exmh-workers mailing list [email protected] https://www.redhat.com/mailman/listinfo/exmh-workers
pgpssl.tar.gz
(application/x-gzip, 5.7 KB) - not displayed
signature.asc
(application/pgp-signature, 335 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) Comment: Exmh version 2.1.0 iQCVAwUBQtaqT1Ks6y7TpCxhAQIVfgP+NcNnVyXOod+RjQbRds6kTHc5hp3gK7zQ /VY6ivyc91HHf0seayBNtPVdVKTwg/SQL5JSfcdTsYvETqfJ+YoCx9jO/DE16VzB /0duGAgQ9oTAFjG0ytGlOhRYEARMJJQU/q0QgDiN01BicPFAW+krLuspjZZ3DTig Jk+4pyqxLbo= =adnU -----END PGP SIGNATURE-----