Re: [PATCH v1] GSSAPI encryption support - Mailing list pgsql-hackers

From Stephen Frost
Subject Re: [PATCH v1] GSSAPI encryption support
Date
Msg-id 20150706135307.GN12131@tamriel.snowman.net
Whole thread Raw
In response to [PATCH v1] GSSAPI encryption support  (Robbie Harwood <rharwood@redhat.com>)
List pgsql-hackers
Robbie,

* Robbie Harwood (rharwood@redhat.com) wrote:
> As previously discussed on this list, I have coded up GSSAPI encryption
> support.  If it is easier for anyone, this code is also available for
> viewing on my github:
> https://github.com/postgres/postgres/compare/master...frozencemetery:feature/gssencrypt
>
> Fallback support is present in both directions for talking to old client
> and old servers; GSSAPI encryption is by default auto-upgraded to where
> available (for compatibility), but both client and server contain
> settings for requiring it.
>
> There are 8 commits in this series; I have tried to err on the side of
> creating too much separation rather than too little.  A patch for each
> is attached.  This is v1 of the series.

Excellent, thanks!  I've got other things to tend to at the moment, but
this is definitely something I'm interested in and will work on (likely
in August).

If we could get a reviewer or two to take a look and take the patch out
for a test-drive, at least, that would be a huge help.
Thanks again!
    Stephen

pgsql-hackers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: Information of pg_stat_ssl visible to all users
Next
From: Heikki Linnakangas
Date:
Subject: Re: PATCH:do not set Win32 server-side socket buffer size on windows 2012