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

Conversation

oncilla
Copy link

@oncilla oncilla commented Sep 13, 2024

Pain or issue this feature alleviates:

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.

Why is this important to the project (if not answered above):

I have OIDs that are not commonly used in the DN that map to printable strings

PS: If you are interested, I would also be happy to implement a mechanism to register encoders for unknown OIDs.

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 oncilla requested a review from a team as a code owner September 13, 2024 19:48
@CLAassistant
Copy link

CLAassistant commented Sep 13, 2024

CLA assistant check
All committers have signed the CLA.

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

Successfully merging this pull request may close these issues.

3 participants