Skip to content

Handle OSSL 3.4 change to SAN:othername formatting#111820

Merged
bartonjs merged 1 commit into
dotnet:mainfrom
bartonjs:upn_format_34
Jan 26, 2025
Merged

Handle OSSL 3.4 change to SAN:othername formatting#111820
bartonjs merged 1 commit into
dotnet:mainfrom
bartonjs:upn_format_34

Conversation

@bartonjs

Copy link
Copy Markdown
Member

Fixes #111818

@bartonjs bartonjs requested a review from Copilot January 25, 2025 01:20
@ghost ghost added the area-System.Security label Jan 25, 2025

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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:subjectupn1@example.org'.
isOpenSsl3 ? "othername: UPN::subjectupn1@example.org" : "othername:<unsupported>",

@vcsjones

vcsjones commented Jan 25, 2025

Copy link
Copy Markdown
Member

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
@bartonjs bartonjs deleted the upn_format_34 branch January 27, 2025 04:50
@github-actions github-actions Bot locked and limited conversation to collaborators Feb 26, 2025
@vcsjones

vcsjones commented May 7, 2025

Copy link
Copy Markdown
Member

/backport to release/9.0-staging

@vcsjones

vcsjones commented May 7, 2025

Copy link
Copy Markdown
Member

/backport to release/8.0-staging

@github-actions github-actions Bot unlocked this conversation May 7, 2025
@github-actions

github-actions Bot commented May 7, 2025

Copy link
Copy Markdown
Contributor

Started backporting to release/9.0-staging: https://github.com/dotnet/runtime/actions/runs/14882206144

@github-actions

github-actions Bot commented May 7, 2025

Copy link
Copy Markdown
Contributor

Started backporting to release/8.0-staging: https://github.com/dotnet/runtime/actions/runs/14882209529

@vcsjones

vcsjones commented May 7, 2025

Copy link
Copy Markdown
Member

8.0 backport failed, but it didn't make a comment because the 9.0 re-locked the PR before 8.0 finished running.

I'll do 8.0 manually in a bit.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

AsnEncodedDataTests fail on Debian 13

3 participants