aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2004-09-27 20:24:48 +0000
committerMarcus Brinkmann <[email protected]>2004-09-27 20:24:48 +0000
commitb8b44c4767a25912db79e641ff660e44145c5d40 (patch)
treedc5e7ecab07941831cb3c7a379546b90180530d9
parent2004-09-27 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-b8b44c4767a25912db79e641ff660e44145c5d40.tar.gz
gpgme-b8b44c4767a25912db79e641ff660e44145c5d40.zip
2004-09-27 Marcus Brinkmann <[email protected]>
* gpgme.texi (Passphrase Callback): Document GPG_ERR_NOT_IMPLEMENTED.
-rw-r--r--doc/ChangeLog3
-rw-r--r--doc/gpgme.texi4
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index afb6a8d3..fba19d06 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,5 +1,8 @@
2004-09-27 Marcus Brinkmann <[email protected]>
+ * gpgme.texi (Passphrase Callback): Document
+ GPG_ERR_NOT_IMPLEMENTED.
+
* gpgme.texi: Update copyright year for tex version.
2004-07-29 Moritz Schulte <[email protected]>
diff --git a/doc/gpgme.texi b/doc/gpgme.texi
index 6b903f3c..04a828a5 100644
--- a/doc/gpgme.texi
+++ b/doc/gpgme.texi
@@ -2067,7 +2067,9 @@ function is set.
Not all crypto engines require this callback to retrieve the
passphrase. It is better if the engine retrieves the passphrase from
a trusted agent (a daemon process), rather than having each user to
-implement their own passphrase query.
+implement their own passphrase query. Some engines do not even
+support an external passphrase callback at all, in this case the error
+code @code{GPG_ERR_NOT_SUPPORTED) is returned.
The user can disable the use of a passphrase callback function by
calling @code{gpgme_set_passphrase_cb} with @var{passfunc} being