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

Handle OSSL 3.4 change to SAN:othername formatting #111820

Merged
merged 1 commit into from
Jan 26, 2025

Conversation

bartonjs
Copy link
Member

Fixes #111818

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (1)

src/libraries/System.Security.Cryptography/tests/AsnEncodedDataTests.cs:121

  • The error message string contains double colons '::' which seems to be a typo. It should be 'othername: UPN:[email protected]'.
isOpenSsl3 ? "othername: UPN::[email protected]" : "othername:<unsupported>",
@vcsjones
Copy link
Member

vcsjones commented Jan 25, 2025

For what it's worth, the commit / PR title mention SAN, but this is for UPN.

Okay never mind. It's the UPN in the SAN.

@bartonjs bartonjs merged commit a40f92e into dotnet:main Jan 26, 2025
83 of 85 checks passed
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.

AsnEncodedDataTests fail on Debian 13
2 participants