node-x509 icon indicating copy to clipboard operation
node-x509 copied to clipboard

serial as integer instead of hex value

Open juan77 opened this issue 8 years ago • 0 comments

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?

juan77 avatar Sep 20 '17 13:09 juan77