Re: [PATCH] Remove useless DH param code on client side

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Martijn van Oosterhout <kleptog(at)svana(dot)org>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: [PATCH] Remove useless DH param code on client side
Date: 2006-04-12 14:00:29
Message-ID: 19282.1144850429@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Martijn van Oosterhout <kleptog(at)svana(dot)org> writes:
> It's not clear why the code was added in the first place,

I thought it was there to support client-side authentication (ie,
verifying the server's certificate). We don't support that right
now but we ought to.

regards, tom lane

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Martijn van Oosterhout 2006-04-12 14:09:12 Re: [PATCH] Remove useless DH param code on client side
Previous Message Martijn van Oosterhout 2006-04-12 06:36:34 [PATCH] Remove useless DH param code on client side