| From: | Andres Freund <andres(at)anarazel(dot)de> | 
|---|---|
| To: | Jacob Champion <pchampion(at)vmware(dot)com> | 
| Cc: | "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org> | 
| Subject: | Re: [PATCH] Accept IP addresses in server certificate SANs | 
| Date: | 2022-01-02 21:29:29 | 
| Message-ID: | 20220102212929.msfaukwnvp53grir@alap3.anarazel.de | 
| Views: | Whole Thread | Raw Message | Download mbox | Resend email | 
| Thread: | |
| Lists: | pgsql-hackers | 
Hi,
On 2021-12-16 01:13:57 +0000, Jacob Champion wrote:
> Attached is a patch for libpq to support IP addresses in the server's
> Subject Alternative Names, which would allow admins to issue certs for
> multiple IP addresses, both IPv4 and IPv6, and mix them with
> alternative DNS hostnames. These addresses are compared bytewise
> instead of stringwise, so the client can contact the server via
> alternative spellings of the same IP address.
This fails to build on windows:
https://cirrus-ci.com/task/6734650927218688?logs=build#L1029
[14:33:28.277] network.obj : error LNK2019: unresolved external symbol pg_inet_net_pton referenced in function network_in [c:\cirrus\postgres.vcxproj]
Greetings,
Andres Freund
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andres Freund | 2022-01-02 21:31:50 | Re: daitch_mokotoff module | 
| Previous Message | Andres Freund | 2022-01-02 21:28:18 | Re: [PATCH] Tracking statements entry timestamp in pg_stat_statements |