From: Kevin Wasserman Date: Wed, 12 Sep 2012 15:52:05 +0000 (-0400) Subject: Update mech oid to conform to draft-ietf-abfab-gss-eap-09 X-Git-Tag: 0.9.2~71 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mech_eap.git;a=commitdiff_plain;h=c25b89c7c7f6c240e3fbfe4974ca533d8daa0d94 Update mech oid to conform to draft-ietf-abfab-gss-eap-09 --- diff --git a/mech_eap/util_mech.c b/mech_eap/util_mech.c index 958e43d..86f63f9 100644 --- a/mech_eap/util_mech.c +++ b/mech_eap/util_mech.c @@ -56,12 +56,12 @@ * canonicalized exported names. */ static gss_OID_desc gssEapMechOids[] = { - /* 1.3.6.1.4.1.5322.22.1 */ - { 9, "\x2B\x06\x01\x04\x01\xA9\x4A\x16\x01" }, - /* 1.3.6.1.4.1.5322.22.1.17 */ - { 10, "\x2B\x06\x01\x04\x01\xA9\x4A\x16\x01\x11" }, - /* 1.3.6.1.4.1.5322.22.1.18 */ - { 10, "\x2B\x06\x01\x04\x01\xA9\x4A\x16\x01\x12" } + /* 1.3.6.1.5.5.15.1.1 */ + { 8, "\x2B\x06\x01\x05\x05\x0f\x01\x01" }, + /* 1.3.6.1.5.5.15.1.1.17 */ + { 9, "\x2B\x06\x01\x05\x05\x0f\x01\x01\x11" }, + /* 1.3.6.1.5.5.15.1.1.18 */ + { 9, "\x2B\x06\x01\x05\x05\x0f\x01\x01\x12" }, }; gss_OID GSS_EAP_MECHANISM = &gssEapMechOids[0];