-
Notifications
You must be signed in to change notification settings - Fork 84
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
[back-port][v0.9] fix: return error when verify empty cert chain #309
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
56f2a7c
to
1e65d22
Compare
CI failed with:
If I remember correctly, this is caused by a combination of bindgen/clang-11. Updating the compiler to clang-12 should resolve the issue. Switching to GitHub Actions as part of this PR is a bit weird. |
This comment was marked as outdated.
This comment was marked as outdated.
Actually it's odd because there is actually no change on bindgen crate and clang11. What is only changed is rust toolchain. |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
330cf29
to
f3cf6dc
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
f3cf6dc
to
035aed5
Compare
- Verify empty candidate cert chain - Add other necessary empty List check
541074e
to
0eeea4e
Compare
bors try |
tryBuild succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page.
|
bors r+ |
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.
As per Slack discussion in thread https://fortanix.slack.com/archives/CK39ZV0KA/p1693421657593469
Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page.
|
back-port #308 to 0.9.X