X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mech_eap.orig;a=blobdiff_plain;f=mech_eap%2Futil.h;h=7a6c094d36e615d70698f9994a468cb33a34ff87;hp=4f54d41f2ade0f926647b8e62246ef58546dccad;hb=49c65b803b43e159e38f6a16505bad54de153916;hpb=7be2d8513a5df47f2ae4409f59ecc1450147c03a 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);