2003-07-29 Marcus Brinkmann <marcus@g10code.de>
authorMarcus Brinkmann <mb@g10code.com>
Tue, 29 Jul 2003 18:46:30 +0000 (18:46 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Tue, 29 Jul 2003 18:46:30 +0000 (18:46 +0000)
* 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.

doc/ChangeLog
doc/gpgme.texi

index 20f5a5ea7ddb48b3c71a60bde84664bf50957844..bde1e134445e8787669e13305588aef16624bac6 100644 (file)
@@ -1,5 +1,9 @@
 2003-07-29  Marcus Brinkmann  <marcus@g10code.de>
 
+       * 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.
 
index 05b76aaaaae63c1dca23234cb8fe9361c5c517ee..916c68e2a9c524ad4ecc5b959259ffff044c77cd 100644 (file)
@@ -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