Coding style conform
[mech_eap.git] / mech_eap / util_mech.c
index 3e65c1e..2363a51 100644 (file)
 #include "gssapiP_eap.h"
 
 /*
- * Many OIDs are taken from 1.3.6.1.4.1.5322(padl)
- *      gssEap(22)
- *       mechanisms(1) (no longer used)
+ * Mechanism and name types are taken from 1.3.6.1.5.5(mechanisms)
+ * assigned at http://www.iana.org/assignments/smi-numbers
+ *
+ *      abfab(15)
+ *       mechanisms(1)
  *        eap-aes128-cts-hmac-sha1-96(17)
  *        eap-aes256-cts-hmac-sha1-96(18)
- *       nameTypes(2) (no longer used)
+ *       nameTypes(2)
+ *        eap-name(1)
+ *
+ * Implementation-internal OIDs are taken from 1.3.6.1.4.1.5322(padl)
+ *      gssEap(22)
  *       apiExtensions(3)
  *        inquireSecContextByOid(1)
  *        inquireCredByOid(2)
  *        setSecContextOption(3)
  *        setCredOption(4)
  *        mechInvoke(5)
- *        Mechanisms and name types are now taken from
- *      http://www.iana.org/assignments/smi-numbers . See Prefix:
- *      iso.org.dod.internet.security.mechanisms.abfab (1.3.6.1.5.5.15)
  */
 
 /*