You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, some signatures need to pass the serialNumber as integer, and I can't convert hex to integer because of the limitation of javascript integer, that causes a value of like 45433534+34, would be great if we have a function like this:
x509.parseSerial(cert, { asDecimal: true });
is possible?
The text was updated successfully, but these errors were encountered:
Hi, some signatures need to pass the serialNumber as integer, and I can't convert hex to integer because of the limitation of javascript integer, that causes a value of like 45433534+34, would be great if we have a function like this:
is possible?
The text was updated successfully, but these errors were encountered: