Implement KERB_AP_OPTIONS_CBT (server side)
if the client asserted knowledge of channel-bindings by passing KERB_AP_OPTIONS_CBT, and the server passed bindings, require the bindings to match.
This commit is contained in:

committed by
Luke Howard

parent
51ce4c8d15
commit
a4527a28a3
@@ -566,9 +566,10 @@ gsskrb5_acceptor_start(OM_uint32 * minor_status,
|
||||
|
||||
if (authenticator->cksum != NULL
|
||||
&& authenticator->cksum->cksumtype == CKSUMTYPE_GSSAPI) {
|
||||
ret = _gsskrb5_verify_8003_checksum(minor_status,
|
||||
ret = _gsskrb5_verify_8003_checksum(context,
|
||||
minor_status,
|
||||
input_chan_bindings,
|
||||
authenticator->cksum,
|
||||
authenticator,
|
||||
&ctx->flags,
|
||||
&ctx->fwd_data);
|
||||
|
||||
|
Reference in New Issue
Block a user