Merge some cnf#11347
Merge some cnf#11347richsalz wants to merge 3 commits intoopenssl:masterfrom richsalz:merge-some-cnf
Conversation
|
Rebased to fix a conflict in test/recipes/80-test_ca.t This also cleans up comments and syntax in several config files, leveraging the doc updates that have already gone in. |
|
I am currently having a problem. Any clues? |
|
I figured it out. I had dropped an "-outform DER" when I modified openssl command args. In doing so, I noticed that quotes around $cnf were missing in the SM2 case, so I fixed two variable assignments to do the right thing. Please review this. |
|
Fixed all the space-after-comma, etc., issues. Just resolved the comments, to avoid email deluge. Fixed other things as well. Fixup commit pushed. Thanks for the careful read! |
|
Rebased and squashed a fixup commit. @t8m needs a re-review, and @openssl-otc needs a review. |
Merge test/P[12]ss.cnf into one config file Merge CAss.cnf and Uss.cnf into ca-and-certs.cnf Remove Netscape cert extensions, add keyUsage comment from some cnf files
|
@openssl/committers Ping for the second review. |
mspncp
left a comment
There was a problem hiding this comment.
LGTM. Just one typo. Please don't force-push, only add a fixup commit. Then no reapproval is required.
|
Still approved after the typo fix. |
|
This pull request is ready to merge |
Merge test/P[12]ss.cnf into one config file Merge CAss.cnf and Uss.cnf into ca-and-certs.cnf Remove Netscape cert extensions, add keyUsage comment from some cnf files Reviewed-by: Matthias St. Pierre <[email protected]> Reviewed-by: Tomas Mraz <[email protected]> (Merged from #11347)
Reviewed-by: Matthias St. Pierre <[email protected]> Reviewed-by: Tomas Mraz <[email protected]> (Merged from #11347)
|
Merged to master. Thank you, Rich, for the PR and patience with the reviews. |
|
Thank you, @t8m for your diligence. You're often the only one and I appreciate it, as do others I am sure. |
|
@richsalz, looks like this can be merged. |
Oops, my Firefox tab was partly outdated. So it is already merged :) |
|
@DDvO, always reload first |
That's understood, but often I need to reload twice to get the current picture. |
This is based on #11338. This merges a few configuration files into one, and uses flags to identify the right section (hence the dependence on 11338). It also removes a whole bunch of outdated comments. I am going through all the test config (er, .cnf :) files in order to make it easier to run the testsuite with just one provider, for example. This PR is a pre-requisite to that testing.