Re: Protocol problem with GSSAPI encryption?
Andrew Gierth <andrew@tao11.riddles.org.uk>
From: Andrew Gierth <andrew@tao11.riddles.org.uk>
To: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2019-12-04T00:51:23Z
Lists: pgsql-hackers
Attachments
- gssenc.patch (text/x-patch) patch
>>>>> "Peter" == Peter Eisentraut <peter.eisentraut@2ndquadrant.com> writes: >> It seems to me that this is a bug in ProcessStartupPacket, which >> should accept both GSS or SSL negotiation requests on a connection >> (in either order). Maybe secure_done should be two flags rather than >> one? Peter> I have also seen reports of that. I think your analysis is Peter> correct. I figure something along these lines for the fix. Anyone in a position to test this? -- Andrew (irc:RhodiumToad)
Commits
-
Fix GSS client to non-GSS server connection
- 79e594cf0475 12.3 landed
- b68a560f8ebf 13.0 landed