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

fix: failing Node.js certificate spec #31748

Merged
merged 1 commit into from
Nov 9, 2021
Merged

Conversation

codebytere
Copy link
Member

Description of Change

Fixes a spec failure originating with a strict requirement in BoringSSL
that base64 strings be evenly divisible by 4 in their implementation of
NETSCAPE_SPKI_b64_decode.

Fixes that issue by trimming the newlines out of the file.

Upstreamed at nodejs/node#40757.

Checklist

Release Notes

Notes: none.

@codebytere codebytere added semver/patch backwards-compatible bug fixes target/16-x-y labels Nov 8, 2021
@codebytere codebytere requested a review from a team as a code owner November 8, 2021 14:55
@electron-cation electron-cation bot added new-pr 🌱 PR opened in the last 24 hours and removed new-pr 🌱 PR opened in the last 24 hours labels Nov 8, 2021
@jkleinsc jkleinsc merged commit 25cdbb7 into main Nov 9, 2021
@jkleinsc jkleinsc deleted the fix-spkac-verification branch November 9, 2021 16:29
@release-clerk
Copy link

release-clerk bot commented Nov 9, 2021

No Release Notes

@trop
Copy link
Contributor

trop bot commented Nov 9, 2021

I have automatically backported this PR to "16-x-y", please check out #31771

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver/patch backwards-compatible bug fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants