Re: [PATCH] Accept IP addresses in server certificate SANs

From: Jacob Champion <pchampion(at)vmware(dot)com>
To: "daniel(at)yesql(dot)se" <daniel(at)yesql(dot)se>, "peter(dot)eisentraut(at)enterprisedb(dot)com" <peter(dot)eisentraut(at)enterprisedb(dot)com>, "tgl(at)sss(dot)pgh(dot)pa(dot)us" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "stark(at)mit(dot)edu" <stark(at)mit(dot)edu>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>, "horikyota(dot)ntt(at)gmail(dot)com" <horikyota(dot)ntt(at)gmail(dot)com>
Subject: Re: [PATCH] Accept IP addresses in server certificate SANs
Date: 2022-04-01 15:24:30
Message-ID: 0cd699874f24c9a4846c57eb5b611e77255d581c.camel@vmware.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 2022-04-01 at 16:07 +0200, Peter Eisentraut wrote:
> I have committed this.
>
> I have removed the inet header refactoring that you had. That wasn't
> necessary, since pg_inet_net_ntop() can use the normal AF_INET*
> constants. The PGSQL_AF_INET* constants are only for the internal
> storage of the inet/cidr types.
>
> I have added a configure test for inet_pton(). We can check in the
> build farm if it turns out to be necessary.

Thanks!

--Jacob

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Stark 2022-04-01 15:27:56 Re: Removing unneeded self joins
Previous Message Greg Stark 2022-04-01 15:21:11 Re: Per-table storage parameters for TableAM/IndexAM extensions