diff options
author | Marcus Brinkmann <[email protected]> | 2003-07-29 18:31:46 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2003-07-29 18:31:46 +0000 |
commit | 50bc3d654bc94157ca2dc2f9189c4acbb55e39fa (patch) | |
tree | b9fa9cee237ee666d4e03791b3e2ebe04c21a2ba | |
parent | Add item about result structures. (diff) | |
download | gpgme-50bc3d654bc94157ca2dc2f9189c4acbb55e39fa.tar.gz gpgme-50bc3d654bc94157ca2dc2f9189c4acbb55e39fa.zip |
2003-07-29 Marcus Brinkmann <[email protected]>
* gpgme.texi (Creating a Signature): Document
GPG_ERR_UNUSABLE_SECKEY.
Diffstat (limited to '')
-rw-r--r-- | doc/ChangeLog | 3 | ||||
-rw-r--r-- | doc/gpgme.texi | 5 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 4b41c57b..20f5a5ea 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,5 +1,8 @@ 2003-07-29 Marcus Brinkmann <[email protected]> + * gpgme.texi (Creating a Signature): Document + GPG_ERR_UNUSABLE_SECKEY. + * gpgme.texi (Encrypting a Plaintext): Mention encrypt and sign operations in result function. (Creating a Signature): Likewise. diff --git a/doc/gpgme.texi b/doc/gpgme.texi index caf622d6..05b76aaa 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -3894,8 +3894,9 @@ signature could be created successfully, @code{GPG_ERR_INV_VALUE} if @var{ctx}, @var{plain} or @var{sig} is not a valid pointer, @code{GPG_ERR_NO_DATA} if the signature could not be created, @code{GPG_ERR_BAD_PASSPHRASE} if the passphrase for the secret key -could not be retrieved, and passes through any errors that are -reported by the crypto engine support routines. +could not be retrieved, @code{GPG_ERR_UNUSABLE_SECKEY} if there are +invalid signers, and passes through any errors that are reported by the +crypto engine support routines. @end deftypefun @deftypefun gpgme_error_t gpgme_op_sign_start (@w{gpgme_ctx_t @var{ctx}}, @w{gpgme_data_t @var{plain}}, @w{gpgme_data_t @var{sig}}, @w{gpgme_sig_mode_t @var{mode}}) |