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

Small additions to X509 names/extensions and ASN1 time #2224

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

pamaury
Copy link

@pamaury pamaury commented Apr 24, 2024

This PR adds a few useful functions that currently require the ffi:

  • retrieve the set index of a X509NameRef: this is useful to deal with multi-valued RDNs
  • retrieve extensions from an X509 and for each X509ExtensionRef, get the criticality, type and data: this is usefult to deal with non-standard extensions
  • add a couple of methods to make Asn1GeneralizedTime more useful

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

Successfully merging this pull request may close these issues.

None yet

1 participant