SSL Tests for sslinfo extension
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-05-19T14:10:45Z
Lists: pgsql-hackers
Attachments
- 0002-Add-tests-for-sslinfo.patch (application/octet-stream) patch 0002
- 0001-Extend-configure_test_server_for_ssl-to-add-extensio.patch (application/octet-stream) patch 0001
While playing around with the recent SSL testharness changes I wrote a test suite for sslinfo as a side effect, which seemed valuable in its own right as we currently have no coverage of this code. The small change needed to the testharness is to support installing modules, which is broken out into 0001 for easier reading. I'll park this in the next commitfest for now. -- Daniel Gustafsson https://vmware.com/
Commits
-
Use test-specific temp path for keys during SSL test
- c113d8ad50d6 15.0 landed
-
Add TAP tests for contrib/sslinfo
- ae81776a23f7 15.0 landed
-
Extend configure_test_server_for_ssl to add extensions
- 879fc1a579cc 15.0 landed