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

2006-04-26 Thread Bruce Momjian
Patch applied. Thanks. --- Martijn van Oosterhout wrote: -- Start of PGP signed section. > In the SSL code in libpq it does some processing with DH parameters: > > SSL_CTX_set_tmp_dh_callback() > > This function is marke

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

2006-04-12 Thread Martijn van Oosterhout
On Wed, Apr 12, 2006 at 10:00:29AM -0400, Tom Lane wrote: > Martijn van Oosterhout 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

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

2006-04-12 Thread Tom Lane
Martijn van Oosterhout 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 -