aboutsummaryrefslogtreecommitdiffstats
path: root/gpgmeplug/gpgme-openpgp.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: ----------------------------------------------------------------------
* Bugfix: The value text of protocol parameter of OpenPGP's multipart/signed ↵Karl-Heinz Zimmer2002-09-061-1/+1
| | | | Content-Type header must be enclosed in double quotes. Bugfix was provided by Marc Mutz solving problems with pine.
* 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-2/+2
| | | | double quotes to fullify requirements of the german government (see BSI document Technische Grundlagen - Tailoring MTTv2, page 60)
* Bugfix don't use binary signatures for OpenPGPKarl-Heinz Zimmer2002-05-071-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
* 2002-01-16 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-01-161-0/+37
* gpgme-openpgp.c: New file. * Makefile.am (gpgme_openpgp_la_SOURCES): Replace gpgmeplug.c with gpgme-openpgp.c.