[krbdev.mit.edu #9183] git commit
"Greg Hudson via RT" <[email protected]> Mon, 08 Sep 2025 17:20:20 -0400
| Newsgroups | gmane.comp.encryption.kerberos.bugs |
|---|---|
| Message-ID | <[email protected]> |
Mon Sep 08 17:20:20 2025: Request 9183 was acted upon. Transaction: Ticket created by [email protected] Queue: krb5 Subject: git commit Owner: [email protected] Requestors: Status: new Ticket <URL: https://krbdev.mit.edu/rt/Ticket/Display.html?id=9183 > Fix SPNEGO mechListMIC parsing Commit fdceb225f881e2b1337eebcb9a9443fa4a9be3fd erroneously altered get_negTokenResp() to look for mechListMIC with tag 0xA4 instead of 0xA3. Fix it. Restore the t_spnego.c reselection test by constructing a two-mechanism SPNEGO initiator credential using the internal structures. [[email protected]: added test case; rewrote commit message] https://github.com/krb5/krb5/commit/942c5036e14066a1f4badfdf67716c47f2e33a39 Author: dovsyannikov <[email protected]> Committer: Greg Hudson <[email protected]> Commit: 942c5036e14066a1f4badfdf67716c47f2e33a39 Branch: master src/lib/gssapi/spnego/spnego_mech.c | 2 +- src/tests/gssapi/Makefile.in | 2 +- src/tests/gssapi/deps | 19 ++++++++++-- src/tests/gssapi/t_spnego.c | 60 +++++++++++++++++++++++++++++-------- 4 files changed, 66 insertions(+), 17 deletions(-)