tags 348856 confirmed
thanks
On Mon, May 14, 2012 at 3:50 PM, Peter Gutmann
<[email protected]> wrote:
> Hi,
>
>>Could you please comment on the bug #348856, accessible directly at:
>>http://bugs.debian.org/348856
>>
>>We have been requesting sample dataset to reproduce the issue without luck so
>>far. I cannot work on this without a way to reproduce it or your direct
>>confirmation.
>
> Here's a BMPString cert that may be useful...
>
Using dumpasn1 on debian, here is what I see:
259 23: SET {
261 21: SEQUENCE {
263 3: OBJECT IDENTIFIER surname (2 5 4 4)
268 14: BMPString 'N..rg..rd'
: }
: }
284 33: SET {
286 31: SEQUENCE {
288 3: OBJECT IDENTIFIER givenName (2 5 4 42)
293 24: BMPString '..se ..blegr..d'
: }
: }
After applying the patch here is what I see:
259 23: SET {
261 21: SEQUENCE {
263 3: OBJECT IDENTIFIER surname (2 5 4 4)
268 14: BMPString 'Nørgård'
: }
: }
284 33: SET {
286 31: SEQUENCE {
288 3: OBJECT IDENTIFIER givenName (2 5 4 42)
293 24: BMPString 'Åse Æblegrød'
: }
: }
--
Mathieu
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]