X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mech_eap.git;a=blobdiff_plain;f=mech_eap%2Fgssapi_eap.h;h=02f132fb546d2d6022929bc551be2797669e6a95;hp=9f713ec0693cf2ddcfce12351bdc918223007040;hb=HEAD;hpb=32c7cb5841cb87eb434b1a802f0032b2b71c7d17 diff --git a/mech_eap/gssapi_eap.h b/mech_eap/gssapi_eap.h index 9f713ec..02f132f 100644 --- a/mech_eap/gssapi_eap.h +++ b/mech_eap/gssapi_eap.h @@ -71,6 +71,20 @@ extern gss_OID GSS_EAP_CRED_SET_RADIUS_CONFIG_STANZA; extern gss_OID GSS_EAP_CRED_SET_CRED_FLAG; /* + * Password; for mechanism glues that do not support + * gss_acquire_cred_with_password(), this can be set + * on an existing credentials handle. + */ +extern gss_OID GSS_EAP_CRED_SET_CRED_PASSWORD; + +/* + * Path to PKCS#12 private key file for use with EAP-TLS + * authentication. + */ +extern gss_OID GSS_EAP_CRED_SET_CRED_PRIVATE_KEY; + + +/* * Credentials flag indicating the local attributes * processing should be skipped. */