Searched refs:gss (Results 1 – 5 of 5) sorted by relevance
1 The gss-api authentication mechanism implementation for racoon was2 based on the ietf draft draft-ietf-ipsec-isakmp-gss-auth-06.txt.4 The implementation uses the Heimdal gss-api library, i.e. gss-api5 on top of Kerberos 5. The Heimdal gss-api library had to be modified6 to meet the requirements of using gss-api in a daemon. More specifically,19 The modification to the Heimdal gss-api library implements the24 it in a memory-based credential cache, part of the gss credential55 * The gss-api specific code was concentrated as much as possible89 required standard for gss-api + kerberos 5 (i.e. I am fairly certain90 that such a string will be rejected by the Heimdal gss-api library, as it[all …]
310 itoken = &gps->gss[gps->gsscnt]; in gssapi_get_itoken()360 itoken = &gps->gss[gps->gsscnt]; in gssapi_get_rtoken()435 gsstoken = &gps->gss[gps->gsscnt - 1]; in gssapi_get_token_to_send()459 len += gps->gss[i].length; in gssapi_get_itokens()466 memcpy(p, gps->gss[i].value, gps->gss[i].length); in gssapi_get_itokens()467 p += gps->gss[i].length; in gssapi_get_itokens()
52 gss_buffer_desc gss[3]; /* gss-api tokens. */ member
23 o do not set default gss id if xauth is used
1053 * src/racoon/cfparse.y: Do not set default gss id if xauth is used,1054 otherwise gss-id attribute might be sent even if it was not