Re: reducing our reliance on MD5 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: reducing our reliance on MD5
Date
Msg-id 16069.1423622306@sss.pgh.pa.us
Whole thread Raw
In response to Re: reducing our reliance on MD5  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: reducing our reliance on MD5
List pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> On 2/10/15 8:28 PM, Robert Haas wrote:
>> I don't actually care which algorithm we use, and I dowannahafta care.
>> What I do want to do is provide a framework so that, when somebody
>> discovers that X is better than Y because Z, somebody who knows about
>> cryptography and not much about PostgreSQL ca add support for X in a
>> relatively small number of lines of code.

> sounds like SASL

Sounds like pie in the sky really :-(.  We could make the server turn on
a dime perhaps, but the client-side population will not come along nearly
that quickly, nor with small effort.  Stored passwords won't migrate to a
new scheme transparently either.

I think it's probably reasonable to think about a more modern password
auth method, but not to imagine that it will be pluggable or that the
adoption time for any revision will be less than years long.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: pgbench -f and vacuum
Next
From: Peter Eisentraut
Date:
Subject: Re: 9.6 Feature help requested: Inclusion Constraints