delegate output token criticality to handler
[mech_eap.orig] / gsseap_err.et
index 0a34d12..f76b7d9 100644 (file)
@@ -69,6 +69,7 @@ error_code GSSEAP_BAD_CONTEXT_OPTION,           "Bad context option"
 error_code GSSEAP_BAD_SERVICE_NAME,             "Name is not a valid service name"
 error_code GSSEAP_BAD_INITIATOR_NAME,           "Initiator identity must be a valid name"
 error_code GSSEAP_NO_HOSTNAME,                  "Could not determine local host name"
+error_code GSSEAP_NO_ACCEPTOR_NAME,             "Could not determine acceptor identity"
 
 #
 # Credential errors
@@ -95,6 +96,7 @@ error_code GSSEAP_BAD_PRF_KEY,                  "PRF key usage type is unknown"
 #
 error_code GSSEAP_LIBEAP_INIT_FAILURE,          "Failed to initialize EAP library"
 error_code GSSEAP_PEER_SM_INIT_FAILURE,         "Failed to create EAP state machine"
+error_code GSSEAP_PEER_SM_STEP_FAILURE,         "Failed to step EAP state machine"
 error_code GSSEAP_PEER_AUTH_FAILURE,            "EAP peer authentication failure"
 error_code GSSEAP_PEER_BAD_MESSAGE,             "Received bad EAP message"