Fix SPNEGO context import The patches for CVE-2015-2695 did not implement a SPNEGO gss_import_sec_context() function, under the erroneous belief that an exported SPNEGO context would be tagged with the underlying context mechanism. Implement it now to allow SPNEGO contexts to be successfully exported and imported after establishment. https://github.com/krb5/krb5/commit/222b09f6e2f536354555f2a0dedfe29fc10c01d6 Author: Greg Hudson Commit: 222b09f6e2f536354555f2a0dedfe29fc10c01d6 Branch: master src/lib/gssapi/spnego/spnego_mech.c | 33 +++++++++++++++++++++++++++------ 1 files changed, 27 insertions(+), 6 deletions(-)