Re: SSL (patch 4)

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Bear Giles <bgiles(at)coyotesong(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: SSL (patch 4)
Date: 2002-05-27 20:26:47
Message-ID: Pine.LNX.4.44.0205272213480.2460-100000@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Bear Giles writes:

> This patch adds a check that the server certificate common name
> resolves to the other side of the socket.

gethostbyname2() is a GNU thing. AF_INET6 code needs to be #ifdef'd to
something because not every host handles IPv6. Avoid using fixed-size
arrays for names if possible.

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Eisentraut 2002-05-27 20:29:23 Re: SSL (patch 5)
Previous Message Peter Eisentraut 2002-05-27 20:26:12 Re: SSL (patch 3)