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

Add support for pkcs12 bundles #212

Merged
merged 1 commit into from
Feb 13, 2023
Merged

Conversation

kiall
Copy link
Contributor

@kiall kiall commented Feb 4, 2023

Switch to using software.sslmate.com/src/go-pkcs12's DecodeChain method in order to allow loading bundles that contain a full cert chain.

Switch to using `software.sslmate.com/src/go-pkcs12`'s DecodeChain
method in order to allow loading bunbles that contain a full cert
chain.
Copy link
Owner

@manicminer manicminer left a comment

Choose a reason for hiding this comment

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

Hi @kiall, thanks for this change. This looks reasonable to me, and handy that the DecodeChain function outputs the leaf certificate separately. LGTM 🚀

@manicminer
Copy link
Owner

(Test failure unrelated and due to PR from fork)

@manicminer manicminer added enhancement New feature or request package/auth labels Feb 13, 2023
@manicminer manicminer added this to the v0.56.0 milestone Feb 13, 2023
@manicminer manicminer merged commit f45b3de into manicminer:main Feb 13, 2023
manicminer added a commit that referenced this pull request Feb 13, 2023
@kiall kiall deleted the decodechain branch February 13, 2023 09:47
kenchan0130 pushed a commit to kenchan0130/hamilton that referenced this pull request Feb 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request package/auth
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants