Re: Implementation of SASLprep for SCRAM-SHA-256
Heikki Linnakangas <hlinnaka@iki.fi>
From: Heikki Linnakangas <hlinnaka@iki.fi>
To: Michael Paquier <michael.paquier@gmail.com>,
Robert Haas <robertmhaas@gmail.com>
Cc: PostgreSQL mailing lists <pgsql-hackers@postgresql.org>
Date: 2017-04-04T10:52:41Z
Lists: pgsql-hackers
On 03/31/2017 10:10 AM, Michael Paquier wrote: > On Wed, Mar 8, 2017 at 10:39 PM, Robert Haas <robertmhaas@gmail.com> wrote: >> On Tue, Mar 7, 2017 at 10:01 PM, Michael Paquier >> <michael.paquier@gmail.com> wrote: >> I kinda hope Heikki is going to step up to the plate here, because I >> think he understands most of it already. > > The second person who knows a good deal about NFKC is Ishii-san. > > Attached is a rebased patch. Thanks, I'm looking at this now. - Heikki
Commits
-
Use SASLprep to normalize passwords for SCRAM authentication.
- 60f11b87a234 10.0 landed