aboutsummaryrefslogtreecommitdiffstats
path: root/gpgmeplug/gpgme-openpgp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.