| From: | Daniel Gustafsson <daniel(at)yesql(dot)se> |
|---|---|
| To: | PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
| Subject: | Refactor SSL test framework to support multiple TLS libraries |
| Date: | 2021-01-21 09:42:02 |
| Message-ID: | F513E66A-E693-4802-9F8A-A74C1D0E3D10@yesql.se |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
In an attempt to slice off as much non-NSS specific changes as possible from
the larger libnss patch proposed in [0], the attached patch contains the ssl
test harness refactoring to support multiple TLS libraries.
The changes are mostly a refactoring to hide library specific setup in their
own modules, but also extend set_server_cert() to support password command
which cleans up the TAP tests from hands-on setup and teardown.
cheers ./daniel
[0] https://postgr.es/m/FAB21FC8-0F62-434F-AA78-6BD9336D630A@yesql.se
| Attachment | Content-Type | Size |
|---|---|---|
| 0001-Refactor-library-specific-SSL-test-setup-into-separa.patch | application/octet-stream | 10.5 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bharath Rupireddy | 2021-01-21 09:59:13 | Re: Is Recovery actually paused? |
| Previous Message | Peter Eisentraut | 2021-01-21 09:40:52 | Re: Add primary keys to system catalogs |