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

Show value for unknown OID in DN #59

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 13, 2024

  1. Show value for unknown OID in DN

    In case the OID is not known, but the value is a printable string, show
    the value in the DN. Handling unknown OIDs in general is hard, as they
    can contain arbitrary data. However, a common case is that that the value
    is just a printable string, which can easily be represented in the DN.
    
    If you are interested, I would also be happy to implement a mechanism
    to register encoders for unknown OIDs.
    oncilla committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    0f03398 View commit details
    Browse the repository at this point in the history