aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorIsaac Boukris <iboukris@gmail.com>2020-03-10 13:13:17 +0100
committerGreg Hudson <ghudson@mit.edu>2020-05-20 16:11:52 -0400
commit225e6ef7f021cd1a8ef2a054af0ca58b7288fd81 (patch)
treede8beffa9a48262733ccfc82c58869864ef6aeb3 /src/include
parent4f7c77b64a048ca5e3199b26b31493698c777a9c (diff)
downloadkrb5-225e6ef7f021cd1a8ef2a054af0ca58b7288fd81.zip
krb5-225e6ef7f021cd1a8ef2a054af0ca58b7288fd81.tar.gz
krb5-225e6ef7f021cd1a8ef2a054af0ca58b7288fd81.tar.bz2
Add client_aware_channel_bindings option
Add client support for KERB_AP_OPTIONS_CBT in the form of a profile option "client_aware_gss_bindings". Adjust the make_etype_list() helper so that enctype negotiation and AP_OPTIONS can be included in the same IF-RELEVANT wrapper. [ghudson@mit.edu: refactored; edited documentation; wrote commit message] ticket: 8900
Diffstat (limited to 'src/include')
-rw-r--r--src/include/k5-int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/k5-int.h b/src/include/k5-int.h
index 99350a8..f50cee7 100644
--- a/src/include/k5-int.h
+++ b/src/include/k5-int.h
@@ -298,6 +298,7 @@ typedef unsigned char u_char;
#define KRB5_CONF_V4_INSTANCE_CONVERT "v4_instance_convert"
#define KRB5_CONF_V4_REALM "v4_realm"
#define KRB5_CONF_VERIFY_AP_REQ_NOFAIL "verify_ap_req_nofail"
+#define KRB5_CONF_CLIENT_AWARE_GSS_BINDINGS "client_aware_channel_bindings"
/* Cache configuration variables */
#define KRB5_CC_CONF_FAST_AVAIL "fast_avail"