aboutsummaryrefslogtreecommitdiffstats
path: root/gpgmeplug/gpgsmplug.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-01-152002-01-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-37/+0
* 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.
2001-12-24Added specification of strings and bool values for S/MIME signing and ↵Karl-Heinz Zimmer1-0/+35
encrypting. (note: this new StructuringInfo feature is ignored by KMail at the moment, this is an urgent ToDo item since the KMail sources are _not_ able to use the cryptplug with the changes made today)
2001-11-222001-11-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+2
* gpgme.h (gpgme_set_protocol): New prototype. 2001-11-22 Marcus Brinkmann <[email protected]> * Makefile.am (libgpgsmplug_la_LIBADD): New variable. (libgpgsmplug_la_LDFLAGS): Likewise. (libgpgsmplug_la_SOURCES): Likewise. (lib_LTLIBRARIES): Add libgpgsmplug.la. (INCLUDES): Include the local gpgme.h. * gpgmeplug.c (signMessage): Set protocol. (GPGMEPLUG_PROTOCOL) [!GPGMEPLUG_PROTOCOL]: Set GPGMEPLUG_PROTOCOL. * gpgsmplug.c: New file.