[pgjdbc/pgjdbc] f81244: fix: we will ask the server if it supports GSS Enc...

From: Dave Cramer <noreply(at)github(dot)com>
To: pgsql-jdbc(at)lists(dot)postgresql(dot)org
Subject: [pgjdbc/pgjdbc] f81244: fix: we will ask the server if it supports GSS Enc...
Date: 2022-01-18 20:05:35
Message-ID: pgjdbc/pgjdbc/push/refs/heads/master/c12a76-f81244@github.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Branch: refs/heads/master
Home: https://github.com/pgjdbc/pgjdbc
Commit: f81244faf90c3203b1b50cbfa0f9f3ca8c923c0c
https://github.com/pgjdbc/pgjdbc/commit/f81244faf90c3203b1b50cbfa0f9f3ca8c923c0c
Author: Dave Cramer <davecramer(at)gmail(dot)com>
Date: 2022-01-18 (Tue, 18 Jan 2022)

Changed paths:
M pgjdbc/src/main/java/org/postgresql/core/v3/ConnectionFactoryImpl.java

Log Message:
-----------
fix: we will ask the server if it supports GSS Encryption if gssEncryption is prefer or require (#2396)

* fix: we will ask the server if it supports GSS Encryption if gssEncryption is prefer or require

* remove the need to have a ticket in the cache before asking the server if gss encryptions are supported

Browse pgsql-jdbc by date

  From Date Subject
Next Message Leonid Vygovskiy 2022-01-19 12:11:34 Startup parameters timezone conversion
Previous Message Dave Cramer 2022-01-12 13:33:24 [pgjdbc/pgjdbc] c12a76: change the default directory returned on windows t...