Skip to content

Commit ac0aed4

Browse files
committed
Validate serial number as string to work around libxml2 limitation
1 parent 97a47e2 commit ac0aed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/schemas/xmldsig-core-schema.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
<complexType name="X509IssuerSerialType">
189189
<sequence>
190190
<element name="X509IssuerName" type="string"/>
191-
<element name="X509SerialNumber" type="integer"/>
191+
<element name="X509SerialNumber" type="string"/>
192192
</sequence>
193193
</complexType>
194194

0 commit comments

Comments
 (0)