X-Git-Url: http://www.project-moonshot.org/gitweb/?p=moonshot.git;a=blobdiff_plain;f=moonshot%2Fmech_eap%2Futil.h;h=7a6c094d36e615d70698f9994a468cb33a34ff87;hp=4f54d41f2ade0f926647b8e62246ef58546dccad;hb=2ef42df0ecea8745a678fe26ff9b16072b93586b;hpb=8d4ead4156291d105b5a3e73a3380bffea17c235 diff --git a/moonshot/mech_eap/util.h b/moonshot/mech_eap/util.h index 4f54d41..7a6c094 100644 --- a/moonshot/mech_eap/util.h +++ b/moonshot/mech_eap/util.h @@ -270,6 +270,12 @@ gssEapSetCredPassword(OM_uint32 *minor, const gss_buffer_t password); OM_uint32 +gssEapSetCredClientCertificate(OM_uint32 *minor, + gss_cred_id_t cred, + const gss_buffer_t clientCert, + const gss_buffer_t privateKey); + +OM_uint32 gssEapSetCredService(OM_uint32 *minor, gss_cred_id_t cred, const gss_name_t target);