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

x509-cert: make RdnSequence's inner field private #1508

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

tarcieri
Copy link
Member

@tarcieri tarcieri commented Sep 8, 2024

Explicitly delegates the iter, len, and push methods.

Explicitly delegates the `iter`, `len`, and `push` methods.
@tarcieri tarcieri requested a review from baloo September 8, 2024 22:00
@tarcieri tarcieri changed the title x509-cert: make RdnSequence's inner field private x509-cert: make RdnSequence's inner field private Sep 8, 2024
@tarcieri
Copy link
Member Author

tarcieri commented Sep 8, 2024

Note: RelativeDistinguishedName should probably get a similar treatment

@tarcieri tarcieri merged commit 42510cb into master Sep 9, 2024
53 checks passed
@tarcieri tarcieri deleted the x509-cert/make-rdn-sequence-private branch September 9, 2024 12:16
tarcieri added a commit that referenced this pull request Sep 9, 2024
Like #1508 did to `RdnSequence`, this makes the inner field of the
`RelativeDistinguishedName` struct private, instead explicitly
delegating the `iter`, `len`, and `push` methods.
tarcieri added a commit that referenced this pull request Sep 9, 2024
Like #1508 did to `RdnSequence`, this makes the inner field of the
`RelativeDistinguishedName` struct private, instead explicitly
delegating the `iter`, `len`, and `push` methods.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant