aboutsummaryrefslogtreecommitdiffstats
path: root/gpgmeplug/gpgme-openpgp.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-11-282002-11-28 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-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: ----------------------------------------------------------------------
2002-09-06Bugfix: The value text of protocol parameter of OpenPGP's multipart/signed ↵Karl-Heinz Zimmer1-1/+1
Content-Type header must be enclosed in double quotes. Bugfix was provided by Marc Mutz solving problems with pine.
2002-06-12Add Plugin configuration option to allow for sending of *opaque* signed ↵Karl-Heinz Zimmer1-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...
2002-05-08Include the protocol parameter of multipart/.. content-type messages into ↵Karl-Heinz Zimmer1-2/+2
double quotes to fullify requirements of the german government (see BSI document Technische Grundlagen - Tailoring MTTv2, page 60)
2002-05-07Bugfix don't use binary signatures for OpenPGPKarl-Heinz Zimmer1-1/+1
2002-03-22interface change: signMessage() and encryptMessage() now return an ↵Karl-Heinz Zimmer1-0/+2
additional 'cipherLen' parameter to enable us to handle binary cipher data
2002-01-162002-01-16 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-14/+14
* gpgme-openpgp.c: New file. * Makefile.am (gpgme_openpgp_la_SOURCES): Replace gpgmeplug.c with gpgme-openpgp.c.
2002-01-152002-01-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+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.