Home
last modified time | relevance | path

Searched refs:gss (Results 1 – 5 of 5) sorted by relevance

/external/ipsec-tools/src/racoon/doc/
DREADME.gssapi1 The gss-api authentication mechanism implementation for racoon was
2 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-api
5 on top of Kerberos 5. The Heimdal gss-api library had to be modified
6 to meet the requirements of using gss-api in a daemon. More specifically,
19 The modification to the Heimdal gss-api library implements the
24 it in a memory-based credential cache, part of the gss credential
55 * The gss-api specific code was concentrated as much as possible
89 required standard for gss-api + kerberos 5 (i.e. I am fairly certain
90 that such a string will be rejected by the Heimdal gss-api library, as it
[all …]
/external/ipsec-tools/src/racoon/
Dgssapi.c310 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()
Dgssapi.h52 gss_buffer_desc gss[3]; /* gss-api tokens. */ member
/external/ipsec-tools/
DNEWS23 o do not set default gss id if xauth is used
DChangeLog1053 * 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