-
Notifications
You must be signed in to change notification settings - Fork 137
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
Support intermediate CA with fileca
backend
#320
Conversation
44ae553
to
bb427eb
Compare
Thanks for the timely review @haydentherapper! I'll add the len(chain) = 3 test case and modify the cert verification logic soon :D |
bb427eb
to
98d3235
Compare
98d3235
to
11a37a2
Compare
6b1589e
to
cc60c9d
Compare
The codeql check is failing everywhere, so you can ignore that one! |
cc60c9d
to
990ef56
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great! Thanks for adding all of the comprehensive tests!
Sweeeet! Thanks for the comprehensive review. It really taught me a lot! I really appreciate the time you put into it ❤️ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one minor change to drive re-use but otherwise LGTM
Signed-off-by: Nathan Smith <nathan@nfsmith.ca>
990ef56
to
e8d79db
Compare
Summary
Adds support for an intermediate CA using the fileca backend
Ticket Link
Fixes #300
Release Note