Re: [PATCH] Add support for GnuTLS

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Martijn van Oosterhout <kleptog(at)svana(dot)org>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: [PATCH] Add support for GnuTLS
Date: 2006-05-06 18:47:33
Message-ID: 200605061847.k46IlXi12860@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Martijn van Oosterhout wrote:
-- Start of PGP signed section.
> On Sat, May 06, 2006 at 01:11:26PM -0400, Bruce Momjian wrote:
> >
> > This is a pretty massive patch, but I understand the license concerns.
> > Is this what we want to do?
>
> More than half the patch is simply moving the OpenSSL related stuff
> from fe/be-secure.c to fe/be-secure-openssl.c. If you create the
> -openssl versions first you can more easily see that the changes are in
> fact quite minor. Unfortunatly diff can't represent the change "copy N
> lines from file A to file B" very efficiently.
>
> If you like I can split it into two patches, one patch splits the openssl
> stuff out of the main files and a second which adds gnutls support.

Yes, I understood that, but we now have duplicate files for secure
connections, meaning we have double maintenance in some cases.

--
Bruce Momjian http://candle.pha.pa.us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Martijn van Oosterhout 2006-05-06 19:21:29 Re: [PATCH] Add support for GnuTLS
Previous Message Martijn van Oosterhout 2006-05-06 18:34:45 Re: [PATCH] Add support for GnuTLS