Change from eap-aes-256 to eap-aes-128
authorMark Donnelly <mark@painless-security.com>
Wed, 8 Jul 2015 19:17:08 +0000 (15:17 -0400)
committerMark Donnelly <mark@painless-security.com>
Wed, 8 Jul 2015 19:17:08 +0000 (15:17 -0400)
128 is the only one registered in the spec.

json_gssapi/src/commands/GSSInitSecContext.cpp

index 97263bd..87da4ab 100644 (file)
@@ -256,7 +256,7 @@ bool GSSInitSecContext::zeroOut(bool initialized)
   this->claimantCred = GSS_C_NO_CREDENTIAL;
   this->context_handle = GSS_C_NO_CONTEXT;
   this->target_name = GSS_C_NO_NAME;
-  this->mechType.setValue( (char *)"{ 1 3 6 1 5 5 15 1 1 18 }" );
+  this->mechType.setValue( (char *)"{ 1 3 6 1 5 5 15 1 1 17 }" );
   this->input_token.length = 0;
   this->input_token.value = NULL;
   this->output_token.length = 0;