~ubuntu-branches/ubuntu/karmic/gnupg2/karmic-security

« back to all changes in this revision

Viewing changes to doc/debugging.texi

  • Committer: Bazaar Package Importer
  • Author(s): Eric Dorland
  • Date: 2009-03-08 22:46:47 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20090308224647-gq17gatcl71lrc2k
Tags: 2.0.11-1
* New upstream release. (Closes: #496663)
* debian/control: Make the description a little more distinctive than
  gnupg v1's. Thanks Jari Aalto. (Closes: #496323)

Show diffs side-by-side

added added

removed removed

Lines of Context:
208
208
number N is the internal algorighm indentifier; for example 8 refers to
209
209
SHA-256.
210
210
 
 
211
 
 
212
@item The Windows version does not work under Wine
 
213
 
 
214
When running the W32 version of @command{gpg} under Wine you may get
 
215
an error messages like:
 
216
 
 
217
@smallexample
 
218
gpg: fatal: WriteConsole failed: Access denied
 
219
@end smallexample
 
220
 
 
221
@noindent
 
222
The solution is to use the command @command{wineconsole}. 
 
223
 
 
224
Some operations like gen-key really want to talk to the console directly
 
225
for increased security (for example to prevent the passphrase from
 
226
appearing on the screen).  So, you should use @command{wineconsole}
 
227
instead of @command{wine}, which will launch a windows console that
 
228
implements those additional features.
 
229
 
 
230
 
211
231
@end itemize
212
232
 
213
233