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

optimize(juicity): support Base64URLEncoding for PinnedCertchainSha256 #265

Merged
merged 1 commit into from
Aug 7, 2023

Conversation

mzz2017
Copy link
Contributor

@mzz2017 mzz2017 commented Aug 7, 2023

Background

Old Base64StdEncoding is not friendly for URL. This PR prefers to use Base64URLEncoding to decode the PinnedCertchainSha256, which was supported in juicity/juicity#74.

Checklist

Full changelogs

  • Try Base64URLEncoding, Base64StdEncoding and hex when decoding the PinnedCertchainSha256.

Issue reference

Closes #[issue number]

Test Result

Copy link
Contributor

@piyoki piyoki left a comment

Choose a reason for hiding this comment

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

Confirmed working, tested in my environment.

Copy link
Contributor

@dae-prow dae-prow bot left a comment

Choose a reason for hiding this comment

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

🧪 Since the PR has been fully tested, please consider merging it.

@mzz2017 mzz2017 merged commit 054f569 into main Aug 7, 2023
22 checks passed
@mzz2017 mzz2017 deleted the optimize_juicity_pincert branch August 7, 2023 14:23
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.

2 participants