Skip to content

Fix X509Certificate.GetSerialNumberString to indicate correct endianness #11486

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

Merged
merged 1 commit into from
Jun 19, 2025

Conversation

vcsjones
Copy link
Member

Summary

As reported in #11485, GetSerialNumberString returns the value as big-endian. While we are here, let's fix the erroneous space before the period as well.

Fixes #11485

@vcsjones vcsjones requested a review from a team as a code owner June 19, 2025 14:31
@github-actions github-actions bot added the area-System.Security Issues related to security practices for .NET developers. label Jun 19, 2025
Copy link
Contributor

Tagging subscribers to this area: @dotnet/area-system-security, @vcsjones

@gewarren gewarren merged commit 8fdc819 into dotnet:main Jun 19, 2025
6 checks passed
@vcsjones vcsjones deleted the fix-11485 branch June 19, 2025 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-System.Security Issues related to security practices for .NET developers.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Erroneous information about the byte order of X509Certificate.GetSerialNumberString Method
3 participants