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

Parse basicConstraints #59

Closed
postmodern opened this issue Mar 9, 2015 · 2 comments
Closed

Parse basicConstraints #59

postmodern opened this issue Mar 9, 2015 · 2 comments

Comments

@postmodern
Copy link
Contributor

I noticed the <x509v3BasicConstraints> is a plain string. The BasicConstraints extensions can be defined in short form CA:FALSE pathLen:0 or so called long form. I think it would be useful to fully parse the basic constraints into key:value pairs.

@postmodern
Copy link
Contributor Author

Currently, I'm just using crude regexps to pull out the values from the string.

@nabla-c0d3
Copy link
Owner

Fixed in nabla-c0d3/nassl@1ad33d0

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

2 participants