[gmime-devel] GMime gets support for inline PGP



This morning I added some new functions for GMimePart:

g_mime_part_openpgp_encrypt()  // note: can also sign
g_mime_part_openpgp_decrypt()
g_mime_part_openpgp_sign()
g_mime_part_openpgp_verify()

These new functions all operate on the GMimePart to do the various PGP tasks and the end result is that the 
new content stream will be encrypted, decrypted, signed, or un-encapsulated.

The decrypt and verify methods all return the expected GMimeDecryptResult or GMimeSignatureList objects.

Jeff




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]