-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Switch to a forked copy of pkcs7 to fix aws pkcs7 verification error #4024
Conversation
Please release :) |
@jefferai is it likely to be a quick release with this fix? seem like a pretty big regression, sufficiently big to yield a new patch release :) |
The chances will go way up if you can independently verify this fixes the problem and report back, as I've not had a chance to run testing suites. |
@joelthompson in case you're bored and have a good test setup at the ready :-) |
For future reference, I tested both this fork of the pcks7 library as well as the updated upstream one, built using go1.10, and verified that both of them passed the test suites. |
Thanks @joelthompson ! |
* oss/master: (35 commits) helper/gpgkeys: fix for vault 1.10 (#4038) Move local cluster parameters to atomic values to fix some potential data races (#4036) Port some replicated cluster changes from ent (#4037) Add core object to policy store for some ent uses changelog++ Configurable Consul Service Address (#3971) Fix certutil test Fixed a broken link (#4032) Update comment to replication consts Add a helpful comment to replication consts changelog++ auth/aws: Add functional test for detached RSA signature (#4031) Change Go min version check changelog++ Revert Go dep to 1.9 *Partially* revert "Remove now-unneeded PKCS8 code and update certutil tests for Go 1.10" Revert "Remove unneeded looping since Go 1.10 cover it already (#4010)" Bump pkcs7 library version to fix #4024 Revert "Switch to a forked copy of pkcs7 to fix aws pkcs7 verification error (#4024)" changelog++ ...
Fixes #4014