Re: [pgjdbc/pgjdbc] befea1: Add SCRAM-SHA-256 support (#842) - Mailing list pgsql-jdbc

From Michael Paquier
Subject Re: [pgjdbc/pgjdbc] befea1: Add SCRAM-SHA-256 support (#842)
Date
Msg-id CAB7nPqTnyEi28bRoyVEXozPTXWK9kfMW5nrBpW_q1Z0OD78afQ@mail.gmail.com
Whole thread Raw
In response to [pgjdbc/pgjdbc] befea1: Add SCRAM-SHA-256 support (#842)  (Álvaro Hernández Tortosa <aht@8kdata.com>)
Responses Re: [pgjdbc/pgjdbc] befea1: Add SCRAM-SHA-256 support (#842)  (Álvaro Hernández Tortosa <aht@8kdata.com>)
List pgsql-jdbc
On Tue, Nov 21, 2017 at 8:42 PM, Álvaro Hernández Tortosa
<aht@8kdata.com> wrote:
> TODO:
>         - SCRAM client library will be improved, on its own.
>           Particularly, StringPrep support needs to be added. Final
>           version of pgjdbc will depend on v1.0

This could be a problem if passwords use non-ASCII characters. The
backend respects that.

> Actually implemented via macros by JDBC < 4.2.
>
> * On HEAD all testing connections will use SCRAM
>
> * Better error message for drivers w/o SCRAM support
>
> * added configuration for shaded jar
> remove any extraneous classes picked up in the shade plugin

Yeah!
--
Michael


pgsql-jdbc by date:

Previous
From: rob stone
Date:
Subject: Re: Retrieve the server's time zone
Next
From: Álvaro Hernández Tortosa
Date:
Subject: Re: [pgjdbc/pgjdbc] befea1: Add SCRAM-SHA-256 support (#842)