mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
* minip12.c (parse_bag_encrypted_data): Print error if a bad
passphrase has been given. * gpg-agent.texi (Invoking GPG-AGENT): Add a few words about the expected pinentry filename. * import.c (parse_p12): Write an error status line for bad passphrases. Add new arg CTRL and changed caller. * export.c (export_p12): Likewise.
This commit is contained in:
parent
4604ae8e99
commit
530a0a91c4
9 changed files with 102 additions and 17 deletions
|
@ -1,5 +1,8 @@
|
|||
2004-09-29 Werner Koch <wk@g10code.com>
|
||||
|
||||
* gpg-agent.texi (Invoking GPG-AGENT): Add a few words about the
|
||||
expected pinentry filename.
|
||||
|
||||
Changed license of the manual stuff to GPL.
|
||||
|
||||
* gnupg.texi (Top): New menu item Helper Tools.
|
||||
|
|
|
@ -52,9 +52,17 @@ GPG_TTY=`tty`
|
|||
export GPG_TTY
|
||||
@end smallexample
|
||||
|
||||
@noindent
|
||||
It is important that this environment variable always reflects the
|
||||
output of the @code{tty} command.
|
||||
|
||||
Please make sure that a proper pinentry program has been installed
|
||||
under the default filename (which is system dependant) or use the
|
||||
option @code{pinentry-pgm} to specify the full name of that program.
|
||||
It is often useful to install a symbolic link from the actual used
|
||||
pinentry (e.g. @file{/usr/bin/pinentry-gtk}) to the expected
|
||||
one (e.g. @file{/usr/bin/pinentry}).
|
||||
|
||||
@c man end
|
||||
|
||||
@noindent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue