-
-
Notifications
You must be signed in to change notification settings - Fork 11k
Corrected 'cms' exit status when key or certificate cannot be opened #4997
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
Conversation
|
Please either send us a CLA, or if you think the contribution is trivial add "CLA: trivial" to the commit description.
Tests are always welcome, although historically we don't have much in the way of tests for the command line apps. Probably we should, but so far we don't. Therefore I don't think we would insist on tests (although the question does make me wonder whether we should have a policy on this) |
Just done. Update: got confirmation that the CLA is received and processed. Rebased onto |
5d06f8d to
e1e2cba
Compare
|
It looks to me that Travis CI build failure is the failure of the CI itself (packages were not downloaded to the build system) - correct? I'm retriggering the build by closing/opening the pull request. |
mattcaswell
left a comment
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.
Should we backport this change? Are 1.1.0 and 1.0.2 similarly affected?
Versions tagged with |
|
I'd say it would be appropriate to back-port to 1.1.0 and 1.0.2, but it won't cherry-pick. And it looks like 1.1.0 version won't cherry-pick to 1.0.2... Separate requests then? |
|
Do you suggest that I make (seemingly unrelated) GitHub pull requests to |
Yes please! You can reference this PR in the description. |
A backport of openssl#4997. Fixes openssl#4996.
A backport of openssl#4997. Fixes openssl#4996.
|
Oh, as this was already approved, I will go ahead and merge now. |
|
Merged to all branches. Thanks! |
Fixes #4996.
Should tests be added? I do not see any testing for nonzero exit codes in
tests/cms-examples.pl...