From: Mark Donnelly Date: Wed, 8 Jul 2015 19:17:08 +0000 (-0400) Subject: Change from eap-aes-256 to eap-aes-128 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=gssweb.git;a=commitdiff_plain;h=d5b4bee9dc5c94f497a133afc48e070bd2177e34 Change from eap-aes-256 to eap-aes-128 128 is the only one registered in the spec. --- diff --git a/json_gssapi/src/commands/GSSInitSecContext.cpp b/json_gssapi/src/commands/GSSInitSecContext.cpp index 97263bd..87da4ab 100644 --- a/json_gssapi/src/commands/GSSInitSecContext.cpp +++ b/json_gssapi/src/commands/GSSInitSecContext.cpp @@ -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;