Re: SSL Tests for sslinfo extension
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Daniel Gustafsson <daniel@yesql.se>
Cc: Michael Paquier <michael@paquier.xyz>, Andrew Dunstan <andrew@dunslane.net>, Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-11-29T22:50:36Z
Lists: pgsql-hackers
Attachments
- v3-0004-nitpicks.patch (text/x-diff) patch v3-0004
Daniel Gustafsson <daniel@yesql.se> writes: > Agreed. The attached v3 covers the issuer and extension function to at least > some degree. In order to reliably test the extension I added a new cert with a > CA extension. I have two remaining trivial nitpicks, for which I attach an 0004 delta patch: the README change was fat-fingered slightly, and some of the commentary about the key file seems now obsolete. Otherwise I think it's good to go, so I marked it RFC. regards, tom lane
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