Page MenuHome GnuPG
Feed All Stories

Aug 21 2014

werner added a project to T1697: Wrong if conditional check may lead to dereferencing of a NULL pointer in file cipher/md.c on line 1267: In Progress.
Aug 21 2014, 11:47 AM · Bug Report, libgcrypt
werner added a comment to T1697: Wrong if conditional check may lead to dereferencing of a NULL pointer in file cipher/md.c on line 1267.

Fixed in master. Will be ported to 1.6.

Aug 21 2014, 11:47 AM · Bug Report, libgcrypt
werner added a project to T1700: A NULL pointer may be dereferenced in file "cipher/elgamal.c" inside function "generate_using_x" on line 387: Restricted Project.
Aug 21 2014, 11:39 AM · Bug Report, libgcrypt
werner added a comment to T1700: A NULL pointer may be dereferenced in file "cipher/elgamal.c" inside function "generate_using_x" on line 387.

Fixed in master.

Aug 21 2014, 11:39 AM · Bug Report, libgcrypt
werner added a project to T1699: A NULL pointer may be dereferenced in file "cipher/dsa.c" inside function "generate " on line 320: Duplicate.
Aug 21 2014, 11:32 AM · Duplicate, Bug Report, libgcrypt
werner added a comment to T1699: A NULL pointer may be dereferenced in file "cipher/dsa.c" inside function "generate " on line 320.

Fixed with 1700

Aug 21 2014, 11:32 AM · Duplicate, Bug Report, libgcrypt
werner closed T1699: A NULL pointer may be dereferenced in file "cipher/dsa.c" inside function "generate " on line 320 as Resolved.
Aug 21 2014, 11:32 AM · Duplicate, Bug Report, libgcrypt
werner added a comment to T1699: A NULL pointer may be dereferenced in file "cipher/dsa.c" inside function "generate " on line 320.

Duplicate of T1700

Aug 21 2014, 11:32 AM · Duplicate, Bug Report, libgcrypt
werner added a comment to T1700: A NULL pointer may be dereferenced in file "cipher/elgamal.c" inside function "generate_using_x" on line 387.

Thanks for looking at this. However, please do not file separate bug reports
for similar problems. This is just too much overhead. Frankly, I 'd would
appreciate that such audit results are send to the mailing list.

The suggested fix is not suitable because this function or its callers returns
an error code and should just do this. An assert is only to be used to make
sure that nothing unexpected happens. You have shown that this may indeed
happen (by using wrong call args or a malloc failure) and thus this needs more
work. Given that such NULL dereference are not a critical security problems,
this won't be fixed for old Libgcrypt versions as 1.5. Instead I will apply a
fix to master (1.7) and backport it to stable (1.6).

Aug 21 2014, 11:11 AM · Bug Report, libgcrypt
sacrishi updated subscribers of T1697: Wrong if conditional check may lead to dereferencing of a NULL pointer in file cipher/md.c on line 1267.
Aug 21 2014, 10:40 AM · Bug Report, libgcrypt
sacrishi updated subscribers of T1699: A NULL pointer may be dereferenced in file "cipher/dsa.c" inside function "generate " on line 320.
Aug 21 2014, 10:40 AM · Duplicate, Bug Report, libgcrypt
sacrishi updated subscribers of T1698: Dereferencing of a NULL pointer may occur in file "src/sexp.c" in function "vsexp_sscan" inside the for loop on line 1071.
Aug 21 2014, 10:39 AM · Bug Report, libgcrypt
sacrishi updated subscribers of T1700: A NULL pointer may be dereferenced in file "cipher/elgamal.c" inside function "generate_using_x" on line 387.
Aug 21 2014, 10:39 AM · Bug Report, libgcrypt
sacrishi assigned T1697: Wrong if conditional check may lead to dereferencing of a NULL pointer in file cipher/md.c on line 1267 to werner.
Aug 21 2014, 10:37 AM · Bug Report, libgcrypt
sacrishi updated subscribers of T1697: Wrong if conditional check may lead to dereferencing of a NULL pointer in file cipher/md.c on line 1267.
Aug 21 2014, 10:37 AM · Bug Report, libgcrypt
sacrishi updated subscribers of T1700: A NULL pointer may be dereferenced in file "cipher/elgamal.c" inside function "generate_using_x" on line 387.
Aug 21 2014, 8:36 AM · Bug Report, libgcrypt
sacrishi set Version to 1.5.4 on T1700: A NULL pointer may be dereferenced in file "cipher/elgamal.c" inside function "generate_using_x" on line 387.
Aug 21 2014, 8:36 AM · Bug Report, libgcrypt
sacrishi added a comment to T1700: A NULL pointer may be dereferenced in file "cipher/elgamal.c" inside function "generate_using_x" on line 387.

D215: 464_elgamal.patch

Aug 21 2014, 8:36 AM · Bug Report, libgcrypt
sacrishi added projects to T1700: A NULL pointer may be dereferenced in file "cipher/elgamal.c" inside function "generate_using_x" on line 387: libgcrypt, Bug Report.
Aug 21 2014, 8:36 AM · Bug Report, libgcrypt
sacrishi added a comment to T1699: A NULL pointer may be dereferenced in file "cipher/dsa.c" inside function "generate " on line 320.

D214: 463_dsa.patch

Aug 21 2014, 8:23 AM · Duplicate, Bug Report, libgcrypt
sacrishi added projects to T1699: A NULL pointer may be dereferenced in file "cipher/dsa.c" inside function "generate " on line 320: libgcrypt, Bug Report.
Aug 21 2014, 8:23 AM · Duplicate, Bug Report, libgcrypt
sacrishi updated subscribers of T1699: A NULL pointer may be dereferenced in file "cipher/dsa.c" inside function "generate " on line 320.
Aug 21 2014, 8:23 AM · Duplicate, Bug Report, libgcrypt
sacrishi set Version to 1.5.4 on T1699: A NULL pointer may be dereferenced in file "cipher/dsa.c" inside function "generate " on line 320.
Aug 21 2014, 8:23 AM · Duplicate, Bug Report, libgcrypt
sacrishi updated subscribers of T1698: Dereferencing of a NULL pointer may occur in file "src/sexp.c" in function "vsexp_sscan" inside the for loop on line 1071.
Aug 21 2014, 7:44 AM · Bug Report, libgcrypt
sacrishi set Version to 1.5.4 on T1698: Dereferencing of a NULL pointer may occur in file "src/sexp.c" in function "vsexp_sscan" inside the for loop on line 1071.
Aug 21 2014, 7:44 AM · Bug Report, libgcrypt
sacrishi added a comment to T1698: Dereferencing of a NULL pointer may occur in file "src/sexp.c" in function "vsexp_sscan" inside the for loop on line 1071.

D213: 462_sexp.patch

Aug 21 2014, 7:44 AM · Bug Report, libgcrypt
sacrishi added projects to T1698: Dereferencing of a NULL pointer may occur in file "src/sexp.c" in function "vsexp_sscan" inside the for loop on line 1071: libgcrypt, Bug Report.
Aug 21 2014, 7:44 AM · Bug Report, libgcrypt

Aug 20 2014

werner added a comment to T1696: Wrong if conditional check may lead to dereferencing of a NULL pointer in file cipher/md.c on line 1267.

Updated by 1697.

Aug 20 2014, 2:39 PM · Bug Report, Mistaken, libgcrypt
werner closed T1696: Wrong if conditional check may lead to dereferencing of a NULL pointer in file cipher/md.c on line 1267 as Resolved.
Aug 20 2014, 2:39 PM · Bug Report, Mistaken, libgcrypt
werner added a project to T1696: Wrong if conditional check may lead to dereferencing of a NULL pointer in file cipher/md.c on line 1267: Mistaken.
Aug 20 2014, 2:39 PM · Bug Report, Mistaken, libgcrypt
werner added a project to T1684: Messages with compression algorithm "0"/"Uncompressed" fail to decrypt: Restricted Project.
Aug 20 2014, 2:37 PM · Bug Report, gnupg
werner added a comment to T1684: Messages with compression algorithm "0"/"Uncompressed" fail to decrypt.

Fixed with commit 45e3b81. Will go in 1.4.19, release dates not yet known.

Aug 20 2014, 2:37 PM · Bug Report, gnupg
sacrishi added projects to T1697: Wrong if conditional check may lead to dereferencing of a NULL pointer in file cipher/md.c on line 1267: libgcrypt, Bug Report.
Aug 20 2014, 2:28 PM · Bug Report, libgcrypt
sacrishi added a comment to T1697: Wrong if conditional check may lead to dereferencing of a NULL pointer in file cipher/md.c on line 1267.

D212: 461_md.patch

Aug 20 2014, 2:28 PM · Bug Report, libgcrypt
sacrishi set Version to 1.5.4 on T1697: Wrong if conditional check may lead to dereferencing of a NULL pointer in file cipher/md.c on line 1267.
Aug 20 2014, 2:28 PM · Bug Report, libgcrypt
sacrishi added a comment to T1696: Wrong if conditional check may lead to dereferencing of a NULL pointer in file cipher/md.c on line 1267.

Aug 20 2014, 2:25 PM · Bug Report, Mistaken, libgcrypt
sacrishi set Version to 1.5.4 on T1696: Wrong if conditional check may lead to dereferencing of a NULL pointer in file cipher/md.c on line 1267.
Aug 20 2014, 2:25 PM · Bug Report, Mistaken, libgcrypt
sacrishi added projects to T1696: Wrong if conditional check may lead to dereferencing of a NULL pointer in file cipher/md.c on line 1267: libgcrypt, Bug Report.
Aug 20 2014, 2:25 PM · Bug Report, Mistaken, libgcrypt

Aug 19 2014

werner added a comment to T1695: memory fault in gpg --gen-key on AIX 6.1.

You shell has no session management, right?

Why do you think this is a memory fault? gpg is waiting for gpg-agent to get
ready. gpg-agent is started on the fly. After a minute or so it should
actually give up and return an error if gpg-agent could not be started.

Aug 19 2014, 9:53 PM · Info Needed, gnupg (gpg20), Bug Report, libassuan
catalin.m added projects to T1695: memory fault in gpg --gen-key on AIX 6.1: libassuan, Bug Report.
Aug 19 2014, 6:19 PM · Info Needed, gnupg (gpg20), Bug Report, libassuan
werner added a comment to T1694: gpg decrypt hangs after entering passphrase.

The passphrase is taken directly from the tty but the input tdata from stdin.
These are different input sources. The passphrase prompt pops up as soon as gpg
needs it.

You won't see the output on the tty becuase the sender used the
--for-your-eyes-only feature. Here is a trick to show it anyway:

  gpg --output -

[Please send firther usage questions to the mailing list and not to the bug
tracker.]

Aug 19 2014, 2:50 PM · Bug Report, gnupg, Not A Bug
werner closed T1694: gpg decrypt hangs after entering passphrase as Resolved.
Aug 19 2014, 2:50 PM · Bug Report, gnupg, Not A Bug
fs1 reopened T1694: gpg decrypt hangs after entering passphrase as "Open".
Aug 19 2014, 10:57 AM · Bug Report, gnupg, Not A Bug
fs1 added a comment to T1694: gpg decrypt hangs after entering passphrase.

What I am requested to do to see the output on the tty?
I do not understand that I have to close the input since I've already entered
the passphrase...

Aug 19 2014, 10:57 AM · Bug Report, gnupg, Not A Bug
werner closed T1694: gpg decrypt hangs after entering passphrase as Resolved.
Aug 19 2014, 10:16 AM · Bug Report, Not A Bug, gnupg
werner added a comment to T1694: gpg decrypt hangs after entering passphrase.

You need to close the input if you enter the inpout on the tty. On Unix with
Ctrl-D on Windows with Ctrl-Z. You actually did that:

  If I press Ctrl + D it ends with the following message:
  gpg: NOTE: sender requested "for-your-eyes-only"
  gpg: data not saved; use option "--output" to save it

For-your-eyes-only is a PGP feature; if you want to save the output, weel, use
--output FILENAME.

Aug 19 2014, 10:16 AM · Bug Report, Not A Bug, gnupg
werner added a project to T1694: gpg decrypt hangs after entering passphrase: Not A Bug.
Aug 19 2014, 10:16 AM · Bug Report, Not A Bug, gnupg
andreaerdna added projects to T1691: Charset / codepage problems in GnuPG 2.0.26 on MS Windows: gpg4win, gnupg (gpg20).
Aug 19 2014, 2:36 AM · gnupg (gpg14), gnupg (gpg20), Windows 32, gpg4win, Windows, Bug Report, gnupg
andreaerdna renamed T1691: Charset / codepage problems in GnuPG 2.0.26 on MS Windows from Charset / codepage problem in GnuPG 2.0.26 localized in italian on MS Windows to Charset / codepage problems in GnuPG 2.0.26 on MS Windows.
Aug 19 2014, 2:36 AM · gnupg (gpg14), gnupg (gpg20), Windows 32, gpg4win, Windows, Bug Report, gnupg
andreaerdna added a comment to T1691: Charset / codepage problems in GnuPG 2.0.26 on MS Windows.

Thanks Werner. I had already done a search among the issues using the world "charset", but the 1373 issue was
not displayed.

However the bug occurs more problematically with passphrases: a secret key passphrase with non ASCII characters
set using GPG 1.4.18 for a given key is considered not valid using GPG v 2.0.26 to deal with the same key and
vice versa.
I think this problem may cause a lot of trouble to users.

The bug also occurs using filenames in which there are characters outside the ASCII block. This occurs also
setting LC_MESSAGES=C or LC_MESSAGES=en_US.UTF-8 (i.e. gpg -vvvv --verify C:\Users\Andrea\Downloads\gpg4win-
2.2.2-beta37_è_.exe.sig -> "gpg: assuming signed data in `C:\\Users\\Andrea\\Downloads\\gpg4win-2.2.2-
beta37_Þ_.exe'" in which are also wrongly displayed double backslashes instead of single) and also with gpg
1.4.18 (but without the double backslashes). Luckily this does not prevent the signature verification. It's
similar to T1409.

Some additional information:

the CHCP command executed at the Windows command prompt reports: "Tabella codici attiva: 850" (active codepage
850);

using the -vvvv option with the --verify command, gpg 2.0.26 and 1.4.18 report: "gpg: using character set
`CP850'".

Aug 19 2014, 2:36 AM · gnupg (gpg14), gnupg (gpg20), Windows 32, gpg4win, Windows, Bug Report, gnupg

Aug 18 2014

fs1 added projects to T1694: gpg decrypt hangs after entering passphrase: gnupg, Bug Report.
Aug 18 2014, 11:22 PM · Bug Report, Not A Bug, gnupg
fs1 set Version to gpg (GnuPG) 1.4.16 on T1694: gpg decrypt hangs after entering passphrase.
Aug 18 2014, 11:22 PM · Bug Report, Not A Bug, gnupg
kst added a comment to T1693: Spurious "Enter new filename" prompt.

I disagree with this resolution.

Yes, it asks me to enter the "correct" file name, but:

  • There is no correct file name, since the input file does not contain valid data (I incorrectly gave gpg a bad file name; gpg failed to diagnose the error).
  • The default file name it suggested is garbage. If I type <enter>, it actually creates an empty file with that name.
  • The make_printable_string() function behaves incorrectly, producing a string that contains non-printable characters. (I'll submit a separate bug report for this if you like.)
  • The behavior differs between a 64-byte prefix of coreutils-8.23.tar.xz and, for example, a file containing just 64 null bytes. In the latter case, it correctly prints an error message. I suggest that it should diagnose the incorrect input in both cases.
Aug 18 2014, 9:44 PM · Not A Bug, gnupg
werner added a project to T1688: IPSwitch/MoveIT PGP Public Key Import fail: Not A Bug.
Aug 18 2014, 9:25 PM · Not A Bug, Bug Report, gnupg
werner added a comment to T1688: IPSwitch/MoveIT PGP Public Key Import fail.

Reply by email remarked that the vendor suggested to install gpg and use that to
create keys. Thus it seems to be a problem of MoveIT. Reporter asked to close
the bug.

Aug 18 2014, 9:25 PM · Not A Bug, Bug Report, gnupg
werner closed T1688: IPSwitch/MoveIT PGP Public Key Import fail as Resolved.
Aug 18 2014, 9:25 PM · Not A Bug, Bug Report, gnupg
werner added a project to T1691: Charset / codepage problems in GnuPG 2.0.26 on MS Windows: Duplicate.
Aug 18 2014, 9:23 PM · gnupg (gpg14), gnupg (gpg20), Windows 32, gpg4win, Windows, Bug Report, gnupg
werner added a comment to T1691: Charset / codepage problems in GnuPG 2.0.26 on MS Windows.

This is known. See the other bug report.

Aug 18 2014, 9:23 PM · gnupg (gpg14), gnupg (gpg20), Windows 32, gpg4win, Windows, Bug Report, gnupg
werner added a comment to T1691: Charset / codepage problems in GnuPG 2.0.26 on MS Windows.

Duplicate of T1373

Aug 18 2014, 9:23 PM · gnupg (gpg14), gnupg (gpg20), Windows 32, gpg4win, Windows, Bug Report, gnupg
werner added projects to T1691: Charset / codepage problems in GnuPG 2.0.26 on MS Windows: Windows, Windows 32.
Aug 18 2014, 9:21 PM · gnupg (gpg14), gnupg (gpg20), Windows 32, gpg4win, Windows, Bug Report, gnupg
werner removed a project from T1693: Spurious "Enter new filename" prompt: Bug Report.
Aug 18 2014, 9:18 PM · Not A Bug, gnupg
werner closed T1693: Spurious "Enter new filename" prompt as Invalid.
Aug 18 2014, 9:18 PM · Not A Bug, gnupg
werner added a comment to T1693: Spurious "Enter new filename" prompt.

gpg ask you to enter the correct filename. If you don't want that interactive
mode, use --batch.

Aug 18 2014, 9:18 PM · Not A Bug, gnupg
werner removed a project from T1689: Have been throughly hacked: Bug Report.
Aug 18 2014, 9:04 PM · Trash
werner lowered the priority of T1689: Have been throughly hacked from Unbreak Now! to Normal.
Aug 18 2014, 9:04 PM · Trash
werner closed T1689: Have been throughly hacked as Invalid.
Aug 18 2014, 9:04 PM · Trash
werner added a project to T1689: Have been throughly hacked: Trash.
Aug 18 2014, 9:04 PM · Trash
werner closed T1690: Have been throughly hacked as Invalid.
Aug 18 2014, 9:03 PM · Trash
werner added a project to T1690: Have been throughly hacked: Trash.
Aug 18 2014, 9:03 PM · Trash
werner triaged T1690: Have been throughly hacked as Normal priority.
Aug 18 2014, 9:03 PM · Trash
aheinecke closed T1634: libassuan mingw on Win7 compile problem with libtool EXPORTS def file as Resolved.
Aug 18 2014, 5:25 PM · Bug Report, libassuan
aheinecke added a comment to T1634: libassuan mingw on Win7 compile problem with libtool EXPORTS def file.

I can confirm that this is fixed with libassuan 2.1.2

Aug 18 2014, 5:25 PM · Bug Report, libassuan
aheinecke added a comment to T1564: GpgOL signing in OL2013 broken.

your debug output points to the same issue that was fixed recently in gpgol
1.2.1 relating to address lookup in Outlook (part of gpg4win-2.2.2-beta)

Please try this version.

Aug 18 2014, 5:06 PM · Bug Report, gpgol
aheinecke closed T1564: GpgOL signing in OL2013 broken as Resolved.
Aug 18 2014, 5:06 PM · Bug Report, gpgol
kst added a comment to T1693: Spurious "Enter new filename" prompt.

Some more information: Short initial subsets of the file
coreutils-8.23.tar.xz trigger the same or similar problems. For
very short subsets of the file, gpg produces no output (it shold
print an error message). The spurious "Enter new filename" prompt
appears somewhere between 48 and 64 bytes.

$ head -32c coreutils-8.23.tar.xz > 32
$ hexdump 32
0000000 37fd 587a 005a 0400 d6e6 46b4 0002 0121
0000010 001a 0000 90cc e933 6ce3 ef96 5dff 3100
0000020
$ gpg 32
$ head -48c coreutils-8.23.tar.xz > 48
$ hexdump 48
0000000 37fd 587a 005a 0400 d6e6 46b4 0002 0121
0000010 001a 0000 90cc e933 6ce3 ef96 5dff 3100
0000020 ca9b e8aa 0f7a 28a3 4208 1a16 97ba 7216
0000030
$ gpg 48
$ head -64c coreutils-8.23.tar.xz > 64
$ hexdump 64
0000000 37fd 587a 005a 0400 d6e6 46b4 0002 0121
0000010 001a 0000 90cc e933 6ce3 ef96 5dff 3100
0000020 ca9b e8aa 0f7a 28a3 4208 1a16 97ba 7216
0000030 f620 af37 083f 507d cb31 ed1d 0575 39a7
0000040
$ gpg 64
gpg: 64: unknown suffix
Enter new filename [...]:
gpg: Interrupt caught ... exiting

$

Aug 18 2014, 5:06 PM · Not A Bug, gnupg
aheinecke closed T1692: Validation of clear signed signatures broken for appended space(s) as Invalid.
Aug 18 2014, 4:56 PM · gnupg
aheinecke added a comment to T1692: Validation of clear signed signatures broken for appended space(s).

This is part of the definition of cleartext signatures.

http://tools.ietf.org/html/rfc4880#section-7.1

   Also, any trailing whitespace -- spaces (0x20) and tabs (0x09) -- at
   the end of any line is removed when the cleartext signature is
   generated.

I believe the intend is to avoid signature breakeges when one line ending format
is converted.

Aug 18 2014, 4:56 PM · gnupg
aheinecke removed a project from T1692: Validation of clear signed signatures broken for appended space(s): Bug Report.
Aug 18 2014, 4:56 PM · gnupg
aheinecke removed a project from T1678: Pinentry-qt4 opens confirm dialog in the background: Restricted Project.
Aug 18 2014, 4:50 PM · Bug Report, Windows 32, pinentry, Windows
aheinecke closed T1678: Pinentry-qt4 opens confirm dialog in the background as Resolved.
Aug 18 2014, 4:50 PM · Bug Report, Windows 32, pinentry, Windows
werner closed T1567: integer undefined behaviors in libgcrypt as Resolved.
Aug 18 2014, 9:01 AM · Not A Bug, Bug Report
kst set Version to 1.4.16 on T1693: Spurious "Enter new filename" prompt.
Aug 18 2014, 12:05 AM · Not A Bug, gnupg
kst added projects to T1693: Spurious "Enter new filename" prompt: gnupg, Bug Report.
Aug 18 2014, 12:05 AM · Not A Bug, gnupg

Aug 17 2014

rcdsox set Version to 2.0.18 on T1692: Validation of clear signed signatures broken for appended space(s).
Aug 17 2014, 10:03 PM · gnupg
rcdsox set External Link to http://support.gpgtools.org/discussions/everything/20917-validation-of-clear-signed-signatures-broken-for-appended-spaces on T1692: Validation of clear signed signatures broken for appended space(s).
Aug 17 2014, 10:03 PM · gnupg
rcdsox added projects to T1692: Validation of clear signed signatures broken for appended space(s): gnupg, Bug Report.
Aug 17 2014, 10:03 PM · gnupg
werner added a project to T1659: segmentation fault in gpg --gen-key on AIX 6.1: Restricted Project.
Aug 17 2014, 12:31 PM · libassuan, Bug Report
werner added a comment to T1659: segmentation fault in gpg --gen-key on AIX 6.1.

Commit b6da2da9 should fix this. At least it fixes a similar bug on Solaris.

Aug 17 2014, 12:31 PM · libassuan, Bug Report
werner changed Version from 2.0.24 to <= 2.1.1 on T1659: segmentation fault in gpg --gen-key on AIX 6.1.
Aug 17 2014, 12:30 PM · libassuan, Bug Report
werner removed a project from T1659: segmentation fault in gpg --gen-key on AIX 6.1: gnupg.
Aug 17 2014, 12:28 PM · libassuan, Bug Report
werner added a project to T1659: segmentation fault in gpg --gen-key on AIX 6.1: libassuan.
Aug 17 2014, 12:28 PM · libassuan, Bug Report
andreaerdna added a comment to T1691: Charset / codepage problems in GnuPG 2.0.26 on MS Windows.

GnuPG 2.0.26 (part of Gpg4win 2.2.2-beta37, but the --version command
incorrectly reports Gpg4win 2.2.2-beta33) on MS Windows 7 64 bit SP1 seems to
have the usual annoying bug related to a charset / codepage translation problem
when localized in a language other than english (italian, in my case).

For instance, the character "è" 'LATIN SMALL LETTER E WITH GRAVE' [(U+00E8) |
UTF-8 0xC3 0xA8 (c3a8) | CP850 8a] is wrongly displayed as the character "Þ"
'LATIN CAPITAL LETTER THORN' [(U+00DE) | UTF-8 0xC3 0x9E (c39e) | CP850 e8]

GnuPG 1.4.18 (binary from gnupg.org) does not have the above problem.

My system:
Windows 7 64 bit SP1
Localization: Italy - italian
Command prompt codepage: 850

Aug 17 2014, 5:46 AM · gnupg (gpg14), Windows 32, gnupg (gpg20), Windows, gpg4win, Bug Report, gnupg

Aug 16 2014

andreaerdna added a comment to T1691: Charset / codepage problems in GnuPG 2.0.26 on MS Windows.

Aug 16 2014, 11:26 PM · gnupg (gpg14), Windows 32, gnupg (gpg20), Windows, gpg4win, Bug Report, gnupg
andreaerdna added projects to T1691: Charset / codepage problems in GnuPG 2.0.26 on MS Windows: gnupg, Bug Report.
Aug 16 2014, 11:25 PM · gnupg (gpg14), Windows 32, gnupg (gpg20), Windows, gpg4win, Bug Report, gnupg
andreaerdna set Version to 2.0.26 on T1691: Charset / codepage problems in GnuPG 2.0.26 on MS Windows.
Aug 16 2014, 11:25 PM · gnupg (gpg14), Windows 32, gnupg (gpg20), Windows, gpg4win, Bug Report, gnupg
andreaerdna added a comment to T1691: Charset / codepage problems in GnuPG 2.0.26 on MS Windows.

Aug 16 2014, 11:25 PM · gnupg (gpg14), Windows 32, gnupg (gpg20), Windows, gpg4win, Bug Report, gnupg
poeia3 triaged T1689: Have been throughly hacked as Unbreak Now! priority.
Aug 16 2014, 12:51 PM · Trash
poeia3 added a project to T1689: Have been throughly hacked: Bug Report.
Aug 16 2014, 12:51 PM · Trash
poeia3 added a comment to T1690: Have been throughly hacked.

Aug 16 2014, 12:28 PM · Trash
poeia3 added a comment to T1690: Have been throughly hacked.

Aug 16 2014, 12:28 PM · Trash