X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mech_eap.git;a=blobdiff_plain;f=mech_eap%2Futil.h;h=7a6c094d36e615d70698f9994a468cb33a34ff87;hp=4f54d41f2ade0f926647b8e62246ef58546dccad;hb=37e7c97049318e65abf555c06433fabc52c98efb;hpb=3d5083e8a273503d6d5233195d2ee7cb2e754e6d diff --git a/mech_eap/util.h b/mech_eap/util.h index 4f54d41..7a6c094 100644 --- a/mech_eap/util.h +++ b/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);