diff options
author | Werner Koch <[email protected]> | 2009-11-03 20:27:35 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2009-11-03 20:27:35 +0000 |
commit | fc0fd88d7fd66cdf8babfee43736da50201b3a53 (patch) | |
tree | 0a62b579f7fc408bd5b3ac883c8e8f54d9e47d2d /doc | |
parent | 2009-11-03 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-fc0fd88d7fd66cdf8babfee43736da50201b3a53.tar.gz gpgme-fc0fd88d7fd66cdf8babfee43736da50201b3a53.zip |
Prepare for a new protocol.
Comment clarification.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpgme.texi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi index 3b1c10fa..8cf7c4bf 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -766,6 +766,15 @@ This specifies the OpenPGP protocol. @item GPGME_PROTOCOL_CMS This specifies the Cryptographic Message Syntax. +@item GPGME_PROTOCOL_ASSUAN +Under development. Please ask on @email{gnupg-devel@@gnupg.org} for help. + +@item GPGME_PROTOCOL_G13 +Under development. Please ask on @email{gnupg-devel@@gnupg.org} for help. + +@item GPGME_PROTOCOL_UISERVER +Under development. Please ask on @email{gnupg-devel@@gnupg.org} for help. + @item GPGME_PROTOCOL_UNKNOWN Reserved for future extension. You may use this to indicate that the used protocol is not known to the application. Currently, |