Skip to content

Commit a65b68b

Browse files
authored
Merge pull request SAML-Toolkits#369 from PagerDuty/ENT-142-long-serial-numbers
Validate serial number as string to work around libxml2 limitation
2 parents 64381de + ac0aed4 commit a65b68b

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)