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

Make all duplicate removals stable in PKI #11259

Merged
merged 1 commit into from
Apr 2, 2021
Merged

Conversation

sgmiller
Copy link
Contributor

@sgmiller sgmiller commented Apr 1, 2021

Though x509 does not require an ordering of attribute-value pairs in a DN,
(order does not matter), our duplicate removal uses Go maps, which
explicitly don't have key ordering and often change between Go versions.
This creates confusion for users who expect what they set in a role to come
out verbatim in issued certs.

@sgmiller sgmiller added this to the 1.6.4 milestone Apr 1, 2021
@sgmiller sgmiller requested a review from HridoyRoy April 1, 2021 17:25
@sgmiller sgmiller merged commit e1eeb0e into master Apr 2, 2021
@sgmiller sgmiller deleted the stabilize-all-avas branch April 2, 2021 15:33
sgmiller added a commit that referenced this pull request Apr 6, 2021
* Make all duplicate removals stable in PKI (#11259)

* Changelog for 11259 (#11266)
briankassouf pushed a commit that referenced this pull request May 18, 2021
* Make all duplicate removals stable in PKI (#11259)

* Changelog for 11259 (#11266)

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

Successfully merging this pull request may close these issues.

2 participants