git.postgresql.org Git - postgresql.git/commit
2017年11月18日 15:07:57 +0000 (10:07 -0500)
2017年11月18日 15:15:54 +0000 (10:15 -0500)
commit 9288d62bb4b6f302bf13bb2fed3783b61385f315
Support channel binding 'tls-unique' in SCRAM
This is the basic feature set using OpenSSL to support the feature. In
order to allow the frontend and the backend to fetch the sent and
expected TLS Finished messages, a PG-like API is added to be able to
make the interface pluggable for other SSL implementations.
This commit also adds a infrastructure to facilitate the addition of
future channel binding types as well as libpq parameters to control the
SASL mechanism names and channel binding names. Those will be added by
upcoming commits.
Some tests are added to the SSL test suite to test SCRAM authentication
with channel binding.
Author: Michael Paquier <michael@paquier.xyz>
Reviewed-by: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
14 files changed:
This is the main PostgreSQL git repository.
RSS
Atom