]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
auth: Add support for channel binding
authorStephan Bosch <stephan.bosch@open-xchange.com>
Thu, 5 Nov 2020 02:00:25 +0000 (03:00 +0100)
committerStephan Bosch <stephan.bosch@open-xchange.com>
Fri, 17 Jan 2025 17:36:39 +0000 (18:36 +0100)
commit4f3c29bdfd7fd081ee566cbf2a02087ea2961875
treebff163e9ae37cc0a2c12120c051cca5f6e62c9b7
parent77d50a6b5e75796896e8e5b437783a99497908d9
auth: Add support for channel binding

Also support channel binding for mechanisms such as GS2-KRB5, which only
involve one round trip. None of those is supported yet though. This is
implemented using out-of-band round trips that can exchange data between
auth service and login service beyond the normal SASL exchange.
src/auth/auth-client-connection.h
src/auth/auth-request-fields.c
src/auth/auth-request-handler.c
src/auth/auth-request.h