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. (cherry picked from commit 222b09f6e2f536354555f2a0dedfe29fc10c01d6) https://github.com/krb5/krb5/commit/04d0faa8cf9548eddcf9e2d893fc52d57f7b7531 Author: Greg Hudson Committer: Tom Yu Commit: 04d0faa8cf9548eddcf9e2d893fc52d57f7b7531 Branch: krb5-1.12 src/lib/gssapi/spnego/spnego_mech.c | 33 +++++++++++++++++++++++++++------ 1 files changed, 27 insertions(+), 6 deletions(-)