Re: Add "password_protocol" connection parameter to libpq - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Add "password_protocol" connection parameter to libpq
Date
Msg-id 7a7a2f07-d013-eb80-85ba-9edaaf845038@2ndquadrant.com
Whole thread Raw
In response to Re: Add "password_protocol" connection parameter to libpq  (Jeff Davis <pgsql@j-davis.com>)
Responses Re: Add "password_protocol" connection parameter to libpq  ("Jonathan S. Katz" <jkatz@postgresql.org>)
Re: Add "password_protocol" connection parameter to libpq  (Jeff Davis <pgsql@j-davis.com>)
List pgsql-hackers
On 2019-08-09 23:56, Jeff Davis wrote:
> 1. Hierarchical semantics, where you specify the least-secure
> acceptable method:
> 
>   password_protocol = {any,md5,scram-sha-256,scram-sha-256-plus}

What would the hierarchy be if scram-sha-512 and scram-sha-512-plus are
added?

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Alexander Lakhin
Date:
Subject: Re: Fix typos and inconsistencies for HEAD (take 10)
Next
From: Tom Lane
Date:
Subject: Re: Undocumented PQdisplayTuples and PQprintTuples in libpq