Skip to content
This repository has been archived by the owner on Jun 19, 2020. It is now read-only.

Incorrect warning on multiple attributes in one RDN #64

Open
YuryStrozhevsky opened this issue May 7, 2018 · 0 comments
Open

Incorrect warning on multiple attributes in one RDN #64

YuryStrozhevsky opened this issue May 7, 2018 · 0 comments

Comments

@YuryStrozhevsky
Copy link

In your code you have this warning on having "multiple attributes in one RDN" in one certificate. In fact I do not understand the warning and why you made it.

As from initial type definition we have this:

RDNSequence ::= Sequence OF RelativeDistinguishedName
		
RelativeDistinguishedName ::=
SET SIZE (1..MAX) OF AttributeTypeAndValue

And nothing stops us from having multiple AttributeTypeAndValue - could be (1..MAX) values inside one RelativeDistinguishedName.

So, could you describe why you made the warning in certlint?

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

No branches or pull requests

1 participant