]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib-auth-client: auth-client - Add support for channel binding
authorStephan Bosch <stephan.bosch@open-xchange.com>
Thu, 5 Nov 2020 02:00:36 +0000 (03:00 +0100)
committerStephan Bosch <stephan.bosch@open-xchange.com>
Fri, 17 Jan 2025 17:36:39 +0000 (18:36 +0100)
commit9f0b1261f74797947d1be52afb461f709665214a
treeddc89ed1826674003cffee63cc7c1d68c82c4895
parent4f3c29bdfd7fd081ee566cbf2a02087ea2961875
lib-auth-client: auth-client - 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/lib-auth-client/auth-client-private.h
src/lib-auth-client/auth-client-request.c
src/lib-auth-client/auth-client.h