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

From: Jacob Champion <pchampion(at)vmware(dot)com>
To: "horikyota(dot)ntt(at)gmail(dot)com" <horikyota(dot)ntt(at)gmail(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-03-17 21:55:07
Message-ID: 356b96773db373f5c0f82085b69d7a4d90d96de3.camel@vmware.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, 2022-03-16 at 23:49 +0000, Jacob Champion wrote:
> Thank you for the explanation -- the misunderstanding was all on my
> end. I thought you were asking me to move the check_cn assignment
> instead of copying it to the end. I agree that your suggestion is much
> clearer, and I'll make that change tomorrow.

Done in v8. Thanks again for your suggestions (and for your
perseverance when I didn't get it)!

--Jacob

Attachment Content-Type Size
since-v7.diff.txt text/plain 858 bytes
v8-0001-Move-inet_net_pton-to-src-port.patch text/x-patch 4.5 KB
v8-0002-libpq-allow-IP-address-SANs-in-server-certs.patch text/x-patch 47.5 KB
v8-0003-squash-libpq-allow-IP-address-SANs-in-server-cert.patch text/x-patch 6.7 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jacob Champion 2022-03-17 22:02:16 Re: [PATCH] Expose port->authn_id to extensions and triggers
Previous Message Andres Freund 2022-03-17 21:01:55 Re: Proposal: Support custom authentication methods using hooks