aboutsummaryrefslogtreecommitdiffstats
path: root/gpgmeplug/gpgme-smime.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2002-11-28 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-11-281-60/+0
| | | | | | | | | | | | | | | * NEWS: Add note about moving "gpgmeplug" to the "cryptplug" package. * README: Remove instructions related to "gpgmeplug". * configure.ac: Remove enable option "gpgmeplug" and automake conditional BUILD_GPGMEPLUG, as well as the status info about it. (GPGMEPLUG): Remove variable. * Makefile.am (gpgmeplug): Remove variable. (SUBDIRS): Remove ${gpgmeplug}. * cryptplug.h, gpgme-openpgp.c, gpgmeplug.dox, gpgme-smime.c, Makefile.am, gpgmeplug.c, ChangeLog: Files removed. CVSk: ----------------------------------------------------------------------
* Add Plugin configuration option to allow for sending of *opaque* signed ↵Karl-Heinz Zimmer2002-06-121-16/+37
| | | | messages. Unfortunately this is necessary for communication with some MS Outlook clients, e.g. TrustedMime is not able to understand Multipart/Signed messages. <sigh> NOTE: This breaks compabilitity with kdenetwork, so make sure to update the KDE sources as well...
* Include the protocol parameter of multipart/.. content-type messages into ↵Karl-Heinz Zimmer2002-05-081-1/+1
| | | | double quotes to fullify requirements of the german government (see BSI document Technische Grundlagen - Tailoring MTTv2, page 60)
* [bug #997] changed 'micalg=pgp-sha1' into 'micalg=sha1' for S/MIME mailsKarl-Heinz Zimmer2002-04-031-1/+1
|
* interface change: signMessage() and encryptMessage() now return an ↵Karl-Heinz Zimmer2002-03-221-0/+2
| | | | additional 'cipherLen' parameter to enable us to handle binary cipher data
* fixed wrong GPGMEPLUG_SIGN_CTYPE_CODE parameter for S/MIMEKarl-Heinz Zimmer2002-02-181-1/+1
|
* 2002-01-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-01-151-0/+37
* gpgmeplug.c: Renamed to ... * gpgme-openpgp.c: ... this. New file. * gpgsmplug.c: Renamed to ... * gpgme-smime.c: ... this. new file. * Makefile.am: Rewritten to use libtool's module functionality.