Implement channel binding tls-server-end-point for SCRAM
Peter Eisentraut <peter_e@gmx.net>
Implement channel binding tls-server-end-point for SCRAM This adds a second standard channel binding type for SCRAM. It is mainly intended for third-party clients that cannot implement tls-unique, for example JDBC. Author: Michael Paquier <michael.paquier@gmail.com>
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/protocol.sgml | modified | +11 −6 |
| src/backend/libpq/auth-scram.c | modified | +15 −5 |
| src/backend/libpq/be-secure-openssl.c | modified | +61 −0 |
| src/include/common/scram-common.h | modified | +1 −0 |
| src/include/libpq/libpq-be.h | modified | +1 −0 |
| src/interfaces/libpq/fe-auth-scram.c | modified | +15 −0 |
| src/interfaces/libpq/fe-secure-openssl.c | modified | +80 −0 |
| src/interfaces/libpq/libpq-int.h | modified | +1 −0 |
| src/test/ssl/t/002_scram.pl | modified | +4 −1 |