Fix for OpenSSH interoperability
authorLuke Howard <lukeh@padl.com>
Tue, 15 Mar 2011 08:48:40 +0000 (19:48 +1100)
committerLuke Howard <lukeh@padl.com>
Wed, 16 Mar 2011 04:21:21 +0000 (15:21 +1100)
commit178cccfd233d9e78cb5be6804cd901bd10f27858
treefef9f0652aee7fe014293250d0a371b71669d7b4
parent9328eec728845d25bd9654fdeba4b7449f8992a7
Fix for OpenSSH interoperability

OpenSSH requires the exported name token to include the actual OID
of the selected mechanism. We were using an OID that identified a
family of GSS EAP mechanisms. We now use the concrete OID where
possible.
mech_eap/accept_sec_context.c
mech_eap/gssapiP_eap.h
mech_eap/import_name.c
mech_eap/init_sec_context.c
mech_eap/util.h
mech_eap/util_cred.c
mech_eap/util_name.c
mech_eap/util_reauth.c