Peter,

On Mon, May 14, 2012 at 4:41 PM, Peter Gutmann
<pgut...@cs.auckland.ac.nz> wrote:
> Note though that the dumpasn1 version that's referenced there seems to be
> several years out of date, the code hasn't used wprintf() for awhile.

Here is what I am doing:

$ wget http://www.cs.auckland.ac.nz/~pgut001/dumpasn1.c
$ gcc -DDEBIAN dumpasn1.c -o dummy
$ ./dummy bmp_cert.der | grep -1 BMPString
 50   3:           OBJECT IDENTIFIER localityName (2 5 4 7)

 55  10:           BMPString '..rhus'
       :           }
0 warnings, 0 errors.
--
 94   3:           OBJECT IDENTIFIER organizationalUnitName (2 5 4 11)
 99  30:           BMPString 'Testing ...... ......'
       :           }
--
201   3:           OBJECT IDENTIFIER localityName (2 5 4 7)
206  10:           BMPString '..rhus'
       :           }
--
263   3:           OBJECT IDENTIFIER surname (2 5 4 4)
268  14:           BMPString 'N..rg..rd'
       :           }
--
288   3:           OBJECT IDENTIFIER givenName (2 5 4 42)
293  24:           BMPString '..se ..blegr..d'
       :           }

$ ./dummy
DumpASN1 - ASN.1 object dump/syntax check program.
Copyright Peter Gutmann 1997 - 2012.  Last updated 1 May 2012.


Please note that my system is a

$ echo $LANG
en_US.utf8


I believe the issue is still there at least on utf-8

-- 
Mathieu



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to