-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Skip explanatory text at the start of cert byte blobs if we find a PEM header. #49920
Conversation
This enables support for PEM-formatted certs prepended with whitespace.
Tagging subscribers to this area: @bartonjs, @vcsjones, @krwq, @GrabYourPitchforks Issue DetailsThis enables support for PEM-formatted certs prepended with explanatory text. Contributes to #45741
|
src/libraries/Native/Unix/System.Security.Cryptography.Native.Android/pal_x509.c
Outdated
Show resolved
Hide resolved
src/libraries/Native/Unix/System.Security.Cryptography.Native.Android/pal_x509.c
Outdated
Show resolved
Hide resolved
Run formatting.
Hello @jkoritzinsky! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
This enables support for PEM-formatted certs prepended with explanatory text.
Contributes to #45741