Re: [HACKERS] SSL and Encryption - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: [HACKERS] SSL and Encryption
Date
Msg-id CAB7nPqQdWJEkMMvK9WFbvCqT61mA2WDAyvfZc_rQMzd530TSqw@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] SSL and Encryption  (Craig Ringer <craig@2ndquadrant.com>)
List pgsql-hackers
On Fri, Nov 3, 2017 at 3:19 AM, Craig Ringer <craig@2ndquadrant.com> wrote:
> This is probably off topic for pgsql-hackers.
>
> For password crypto please go read the SCRAM thread and the PostgreSQL
> 10 release notes.

The SCRAM discussion is spread across two threads mainly with hundreds
of emails, which may discourage even the bravest. Here are links to
the important documentation:
https://www.postgresql.org/docs/current/static/auth-methods.html#auth-password
https://www.postgresql.org/docs/10/static/sasl-authentication.html

And PostgreSQL implements SCRAM-SHA-256 following RFCs 7677 and 5802:
https://tools.ietf.org/html/rfc5802
https://tools.ietf.org/html/rfc7677
-- 
Michael


-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

pgsql-hackers by date:

Previous
From: David Rowley
Date:
Subject: Re: [HACKERS] path toward faster partition pruning
Next
From: David Rowley
Date:
Subject: Re: [HACKERS] ArrayLists instead of List (for some things)