From: Marcus Brinkmann Date: Tue, 29 Jul 2003 18:46:30 +0000 (+0000) Subject: 2003-07-29 Marcus Brinkmann X-Git-Tag: gpgme-0-4-2~6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=14c928fb9175de2eeb3e24f60c210e5062e06fe9;p=gpgme.git 2003-07-29 Marcus Brinkmann * gpgme.texi (Encrypting a Plaintext): Bad passphrase is only possible with symmetric encryption, change the wording to reflect that. * gpgme.texi (Creating a Signature): Document GPG_ERR_UNUSABLE_SECKEY. --- diff --git a/doc/ChangeLog b/doc/ChangeLog index 20f5a5e..bde1e13 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,5 +1,9 @@ 2003-07-29 Marcus Brinkmann + * gpgme.texi (Encrypting a Plaintext): Bad passphrase is only + possible with symmetric encryption, change the wording to reflect + that. + * gpgme.texi (Creating a Signature): Document GPG_ERR_UNUSABLE_SECKEY. diff --git a/doc/gpgme.texi b/doc/gpgme.texi index 05b76aa..916c68e 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -4028,7 +4028,7 @@ ciphertext could be created successfully, @code{GPG_ERR_INV_VALUE} if @var{ctx}, @var{recp}, @var{plain} or @var{cipher} is not a valid pointer, @code{GPG_ERR_UNUSABLE_PUBKEY} if @var{recp} contains some invalid recipients, @code{GPG_ERR_BAD_PASSPHRASE} if the passphrase -for the secret key could not be retrieved, and passes through any +for the symmetric key could not be retrieved, and passes through any errors that are reported by the crypto engine support routines. @end deftypefun