Re: [PATCH] test/ssl: rework the sslfiles Makefile target
Jacob Champion <pchampion@vmware.com>
From: Jacob Champion <pchampion@vmware.com>
To: "pgsql-hackers@lists.postgresql.org" <pgsql-hackers@lists.postgresql.org>
Cc: "andrew@dunslane.net" <andrew@dunslane.net>
Date: 2021-06-29T20:14:12Z
Lists: pgsql-hackers
Attachments
- v2-0001-test-ssl-rework-the-sslfiles-Makefile-target.patch (text/x-patch) patch v2-0001
On Thu, 2021-03-04 at 00:03 +0000, Jacob Champion wrote: > Hello all, > > Andrew pointed out elsewhere [1] that it's pretty difficult to add new > certificates to the test/ssl suite without blowing away the current > state and starting over. I needed new cases for the NSS backend work, > and ran into the same pain, so here is my attempt to improve the > situation. v2 is a rebase to resolve conflicts around SSL compression and the new client-dn test case. --Jacob
Commits
-
Refactor the sslfiles Makefile target for ease of use
- b4c4a00eada3 15.0 landed
-
Remove unused regression test certificate server-ss
- 152c2e0ae1a8 15.0 landed