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

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Álvaro Hernández Tortosa <aht(at)8kdata(dot)com>
Cc: PostgreSQL mailing lists <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: [pgjdbc/pgjdbc] befea1: Add SCRAM-SHA-256 support (#842)
Date: 2017-11-21 23:00:16
Message-ID: CAB7nPqTnyEi28bRoyVEXozPTXWK9kfMW5nrBpW_q1Z0OD78afQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Tue, Nov 21, 2017 at 8:42 PM, Álvaro Hernández Tortosa
<aht(at)8kdata(dot)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

In response to

Responses

Browse pgsql-jdbc by date

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