From d5b4bee9dc5c94f497a133afc48e070bd2177e34 Mon Sep 17 00:00:00 2001 From: Mark Donnelly Date: Wed, 8 Jul 2015 15:17:08 -0400 Subject: [PATCH] Change from eap-aes-256 to eap-aes-128 128 is the only one registered in the spec. --- json_gssapi/src/commands/GSSInitSecContext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.1.4