Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

serial as integer instead of hex value #58

Open
juan77 opened this issue Sep 20, 2017 · 0 comments
Open

serial as integer instead of hex value #58

juan77 opened this issue Sep 20, 2017 · 0 comments

Comments

@juan77
Copy link

juan77 commented Sep 20, 2017

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant