0

I saw in RFC 4514 that the RDNSequence should be output in reverse order in the string (for example: RDNSequence (binary order): [C=US, O=Example, CN=CA]

String representation (RFC 4514): CN=CA,O=Example,C=US). I did not find any related specification in RFC 5280. Could you please confirm whether RFC 5280 also requires the RDNSequence to be output in reverse order in the string?

1 Answer 1

0

All types of ASN.1 DirectoryName type are encoded from root down to leaf X.520 node. String representation is formatted in reverse order: from leaf down to root node. Issuer field in certificates and CRLs are of type of DirectoryName, so same rules apply.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.