Added attribute and values for EAP channel binding response codes.
authorMargaret Wasserman <mrw@painless-security.com>
Fri, 3 Feb 2012 02:45:31 +0000 (21:45 -0500)
committerSam Hartman <hartmans@debian.org>
Tue, 5 Mar 2013 16:19:12 +0000 (11:19 -0500)
share/dictionary.freeradius.internal
src/include/radius.h

index 2f004b5..2303100 100644 (file)
@@ -240,6 +240,13 @@ ATTRIBUTE  FreeRADIUS-Client-Src-IPv6-Address      1144    ipv6addr
 
 ATTRIBUTE      OTP-Challenge                           1145    string
 ATTRIBUTE      EAP-Session-Id                          1146    octets
+#      For EAP channel binding
+
+ATTRIBUTE      Chbind-Response-Code                    1147    integer
+
+VALUE  Chbind-Response-Code            success                 2
+VALUE  Chbind-Response-Code            failure                 3
+
 #
 #      Range:  1200-1279
 #              EAP-SIM (and other EAP type) weirdness.
index aca8089..3ab0f56 100644 (file)
@@ -253,6 +253,7 @@ typedef enum {
 #define PW_OTP_CHALLENGE               1145
 #define PW_EAP_SESSION_ID              1146
 
+#define PW_CHBIND_RESPONSE_CODE                1140
 /*
  *     Integer Translations
  */