gssapi: add channel-bound return flag

In gss_accept_sec_context, return a new flag to let
the caller know that bindings were provided and verified.
This commit is contained in:
Isaac Boukris
2020-04-21 19:14:26 +02:00
committed by Luke Howard
parent 33fccb8bbe
commit 51ce4c8d15
2 changed files with 9 additions and 0 deletions

View File

@@ -174,6 +174,7 @@ typedef OM_uint32 gss_qop_t;
#define GSS_C_PROT_READY_FLAG 128
#define GSS_C_TRANS_FLAG 256
#define GSS_C_CHANNEL_BOUND_FLAG 2048
#define GSS_C_DCE_STYLE 4096
#define GSS_C_IDENTIFY_FLAG 8192
#define GSS_C_EXTENDED_ERROR_FLAG 16384