X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/d0858b275a1db481912b6f6ff1513940583ebd41..aded22555eeb31bc032f9bc58a83762981a58391:/src/src/auths/gsasl_exim.c diff --git a/src/src/auths/gsasl_exim.c b/src/src/auths/gsasl_exim.c index 26aa754d4..da833d5e7 100644 --- a/src/src/auths/gsasl_exim.c +++ b/src/src/auths/gsasl_exim.c @@ -286,7 +286,7 @@ auth_gsasl_server(auth_instance *ablock, uschar *initial_data) gsasl_property_set(sctx, GSASL_QOPS, "qop-auth"); #ifdef SUPPORT_TLS if (tls_channelbinding_b64) { - /* Some auth mechanisms can ensure that both sides are talking withing the + /* Some auth mechanisms can ensure that both sides are talking within the same security context; for TLS, this means that even if a bad certificate has been accepted, they remain MitM-proof because both sides must be within the same negotiated session; if someone is terminating one session and