From 1a70522cc0a20f41c3cd65bc64a0f0634f049380 Mon Sep 17 00:00:00 2001 From: Luke Howard Date: Thu, 17 Mar 2011 12:39:30 +1100 Subject: [PATCH] clarify use of enctype-less OID --- mech_eap/util_mech.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/mech_eap/util_mech.c b/mech_eap/util_mech.c index 6bd0071..d28f399 100644 --- a/mech_eap/util_mech.c +++ b/mech_eap/util_mech.c @@ -52,11 +52,8 @@ */ /* - * Note: the enctype-less OID is used as the mechanism OID in exported - * names. There is no public symbol for it. This is consistent with - * the krb5 mechanism which, whilst known by many OIDs, always uses a - * canonical OID for exported names. (This OID is also returned by - * gss_inquire_name.) + * Note: the enctype-less OID is used as the mechanism OID in non- + * canonicalized exported names. */ static gss_OID_desc gssEapMechOids[] = { /* 1.3.6.1.4.1.5322.22.1 */ -- 2.1.4