Re: [PATCH] Add support for GnuTLS - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: [PATCH] Add support for GnuTLS
Date
Msg-id 200605061847.k46IlXi12860@candle.pha.pa.us
Whole thread Raw
In response to Re: [PATCH] Add support for GnuTLS  (Martijn van Oosterhout <kleptog@svana.org>)
Responses Re: [PATCH] Add support for GnuTLS
List 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. +

pgsql-patches by date:

Previous
From: Martijn van Oosterhout
Date:
Subject: Re: [PATCH] Add support for GnuTLS
Next
From: Martijn van Oosterhout
Date:
Subject: Re: [PATCH] Add support for GnuTLS