| From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Add SSL tests for IP addresses in certificates |
| Date: | 2022-04-01 12:16:36 |
| Message-ID: | E1naGCi-000IbB-JG@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Add SSL tests for IP addresses in certificates
This tests some scenarios that already work. A subsequent patch will
introduce more functionality.
Author: Jacob Champion <pchampion(at)vmware(dot)com>
Co-authored-by: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
Co-authored-by: Daniel Gustafsson <daniel(at)yesql(dot)se>
Discussion: https://www.postgresql.org/message-id/flat/9f5f20974cd3a4091a788cf7f00ab663d5fcdffe(dot)camel(at)vmware(dot)com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/af9e180495507a2b01f1bc31b7ea5125b8385903
Modified Files
--------------
src/test/ssl/conf/server-ip-cn-only.config | 12 ++++++++++++
src/test/ssl/conf/server-ip-in-dnsname.config | 18 ++++++++++++++++++
src/test/ssl/ssl/server-ip-cn-only.crt | 18 ++++++++++++++++++
src/test/ssl/ssl/server-ip-cn-only.key | 27 +++++++++++++++++++++++++++
src/test/ssl/ssl/server-ip-in-dnsname.crt | 18 ++++++++++++++++++
src/test/ssl/ssl/server-ip-in-dnsname.key | 27 +++++++++++++++++++++++++++
src/test/ssl/sslfiles.mk | 2 ++
src/test/ssl/t/001_ssltests.pl | 26 +++++++++++++++++++++++++-
8 files changed, 147 insertions(+), 1 deletion(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Robert Haas | 2022-04-01 12:58:09 | pgsql: docs: Changing column type doesn't always require an index rebui |
| Previous Message | Peter Eisentraut | 2022-04-01 11:17:48 | pgsql: psql: Refactor ProcessResult() |