>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.