postgresql/src/interfaces
Peter Eisentraut 4bbf110d2f Add libpq connection parameter "scram_channel_binding"
This parameter can be used to enforce the channel binding type used
during a SCRAM authentication.  This can be useful to check code paths
where an invalid channel binding type is used by a client and will be
even more useful to allow testing other channel binding types when they
are added.

The default value is tls-unique, which is what RFC 5802 specifies.
Clients can optionally specify an empty value, which has as effect to
not use channel binding and use SCRAM-SHA-256 as chosen SASL mechanism.

More tests for SCRAM and channel binding are added to the SSL test
suite.

Author: Author: Michael Paquier <michael.paquier@gmail.com>
2017-12-19 10:12:36 -05:00
..
ecpg SQL procedures 2017-11-30 11:03:20 -05:00
libpq Add libpq connection parameter "scram_channel_binding" 2017-12-19 10:12:36 -05:00
Makefile Fix parallel make when running make install before make all 2011-03-08 23:52:29 +02:00