Hanno Böck <[email protected]> writes:

>I don't really know what happened here, and whether it is something to worry
>about. It looks like possibly a data corruption issue

I don't think it's corruption because all of the encapsulating encoding is
correct, it's some serious brokenness in the parameters field:

    <30 20 06 09 2A 86 48 86 F7 0D 01 01 0C 00 13 2C 00 00 00 02 00 00 00 00>
 993   32:   SEQUENCE {
    <06 09 2A 86 48 86 F7 0D 01 01 0C>
 995    9:     OBJECT IDENTIFIER sha384WithRSAEncryption (1 2 840 113549 1 1 12)
    <00 13 2C 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00>
         :       Error: Spurious EOC in definite-length item.
    <2C 00>
    <00 00>
         :       Error: Spurious EOC in definite-length item.
    <02 00>
    <00 00>
         :       Error: Spurious EOC in definite-length item.
    <00 00>
         :       Error: Spurious EOC in definite-length item.
    <00 00>
         :       Error: Spurious EOC in definite-length item.
    <00 00>
         :       Error: Spurious EOC in definite-length item.
    <00 00>
         :       Error: Spurious EOC in definite-length item.
    <00 00>
         :       Error: Spurious EOC in definite-length item.
Error: Inconsistent object length, 1 byte difference.
         :     }

So it's an EOC with a length of 0x13 and then garbage following it.

Peter.

-- 
You received this message because you are subscribed to the Google Groups 
"[email protected]" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/a/mozilla.org/d/msgid/dev-security-policy/ME0P300MB0713A7980824AFCCDE1704D2EE9DA%40ME0P300MB0713.AUSP300.PROD.OUTLOOK.COM.

Reply via email to