Support for SCRAM-SHA-256

Edit
Title Support for SCRAM-SHA-256
Topic Server Features
Created 2016-10-20 05:22:46
Last modified 2017-01-23 03:56:50 (7 years, 2 months ago)
Latest email 2017-02-01 11:13:38 (7 years, 1 month ago)
Status
2017-01: Returned with feedback
2016-11: Moved to next CF
Target version
Authors Heikki Linnakangas (heikki), Michael Paquier (michael-kun)
Reviewers Peter Eisentraut (petere)Become reviewer
Committer
Links
Emails
Password identifiers, protocol aging and SCRAM protocol
First at 2016-02-23 07:17:36 by Michael Paquier <michael.paquier at gmail.com>
Latest at 2017-02-01 11:13:38 by Heikki Linnakangas <hlinnaka at iki.fi>
Latest attachment (0001-Replace-isMD5-with-a-more-future-proof-way-to-check-.patch) at 2017-01-03 14:09:34 from Heikki Linnakangas <hlinnaka at iki.fi>
    Attachment (0001-Replace-isMD5-with-a-more-future-proof-way-to-check-.patch) at 2017-01-03 14:09:34 from Heikki Linnakangas <hlinnaka at iki.fi> (Patch: Yes)
    Attachment (009_authentication.pl) at 2016-12-21 02:09:59 from Michael Paquier <michael.paquier at gmail.com> (Patch: No)
    Attachment (0001-Use-plain-prefix-for-plaintext-passwords-stored-in-p-2.patch) at 2016-12-20 12:23:51 from Heikki Linnakangas <hlinnaka at iki.fi> (Patch: Yes)
    Attachment (0001-Use-plain-prefix-for-plaintext-passwords-stored-in-p.patch) at 2016-12-15 12:48:50 from Heikki Linnakangas <hlinnaka at iki.fi> (Patch: Yes)
    Attachment (0001-Refactor-the-code-for-verifying-user-s-password.patch) at 2016-12-09 09:51:45 from Heikki Linnakangas <hlinnaka at iki.fi> (Patch: Yes)
    Attachment (0008-Rewrite-nonce-generation.patch) at 2016-12-07 20:54:56 from Heikki Linnakangas <hlinnaka at iki.fi> (Patch: Yes)
    Attachment (0001-Refactor-SHA2-functions-and-move-them-to-src-common.patch) at 2016-12-07 06:39:23 from Michael Paquier <michael.paquier at gmail.com> (Patch: Yes)
    Attachment (wunk.patch) at 2016-11-17 02:51:45 from Robert Haas <robertmhaas at gmail.com> (Patch: Yes)
    Attachment (0001-Refactor-SHA2-functions-and-move-them-to-src-common.patch) at 2016-11-16 18:53:17 from Michael Paquier <michael.paquier at gmail.com> (Patch: Yes)
    Attachment (0001-Refactor-SHA2-functions-and-move-them-to-src-common.patch) at 2016-11-14 22:52:06 from Michael Paquier <michael.paquier at gmail.com> (Patch: Yes)
    Attachment (0001-Refactor-SHA2-functions-and-move-them-to-src-common.patch) at 2016-10-20 05:14:13 from Michael Paquier <michael.paquier at gmail.com> (Patch: Yes)
    Attachment (0001-Refactor-SHA2-functions-and-move-them-to-src-common.patch) at 2016-10-18 07:35:27 from Michael Paquier <michael.paquier at gmail.com> (Patch: Yes)
    Attachment (calculate_random.c) at 2016-10-15 13:26:42 from Michael Paquier <michael.paquier at gmail.com> (Patch: No)
    Attachment (0001-Replace-PostmasterRandom-with-a-stronger-way-of-gene.patch) at 2016-10-14 12:10:39 from Heikki Linnakangas <hlinnaka at iki.fi> (Patch: Yes)
    Attachment (0001-Introduce-pg_strong_random.patch) at 2016-10-12 08:11:06 from Michael Paquier <michael.paquier at gmail.com> (Patch: Yes)
    Attachment (0001-Refactor-SHA-functions-and-move-them-to-src-common.patch) at 2016-09-27 12:01:09 from Heikki Linnakangas <hlinnaka at iki.fi> (Patch: Yes)
    Attachment (0001-Refactor-SHA-functions-and-move-them-to-src-common.patch) at 2016-09-26 06:02:30 from Michael Paquier <michael.paquier at gmail.com> (Patch: Yes)
    Attachment (0001-Refactor-SHA-functions-and-move-them-to-src-common.patch) at 2016-09-03 12:36:59 from Michael Paquier <michael.paquier at gmail.com> (Patch: Yes)
    Attachment (0001-Bundle-md5.c-into-src-common.patch) at 2016-08-19 06:46:50 from Michael Paquier <michael.paquier at gmail.com> (Patch: Yes)
    Attachment (0004-Move-encoding-routines-to-src-common.patch) at 2016-07-25 08:04:17 from Michael Paquier <michael.paquier at gmail.com> (Patch: Yes)
    Attachment (0001-Refactor-SHA-functions-and-move-them-to-src-common.patch) at 2016-07-06 07:32:39 from Michael Paquier <michael.paquier at gmail.com> (Patch: Yes)
    Attachment (0001-Add-facility-to-store-multiple-password-verifiers.patch) at 2016-03-18 13:31:33 from Michael Paquier <michael.paquier at gmail.com> (Patch: Yes)
    Attachment (dblink.diffs) at 2016-03-15 14:46:33 from Valery Popov <v.popov at postgrespro.ru> (Patch: Yes)
    Attachment (0001-Add-facility-to-store-multiple-password-verifiers.patch) at 2016-03-14 23:07:53 from Michael Paquier <michael.paquier at gmail.com> (Patch: Yes)
    Attachment (0001-Add-facility-to-store-multiple-password-verifiers.patch) at 2016-02-23 07:17:36 from Michael Paquier <michael.paquier at gmail.com> (Patch: Yes)
History
When Who What
2017-01-23 03:56:51 Michael Paquier (michael-kun) Closed in commitfest 2017-01 with status: Returned with feedback
2017-01-17 21:51:47 Peter Eisentraut (petere) New status: Waiting on Author
2016-11-29 04:35:32 Michael Paquier (michael-kun) Closed in commitfest 2016-11 with status: Moved to next CF
2016-10-31 05:07:39 Peter Eisentraut (petere) Added petere as reviewer
2016-10-20 05:23:06 Michael Paquier (michael-kun) Changed authors to Heikki Linnakangas (heikki), Michael Paquier (michael-kun)
2016-10-20 05:22:47 Michael Paquier (michael-kun) Attached mail thread CAB7nPqSMXU35g=W9X74HVeQp0uvgJxvYOuA4A-A3M+0wfEBv-w@mail.gmail.com
2016-10-20 05:22:47 Michael Paquier (michael-kun) Created patch record
Edit