[krbdev.mit.edu #8851] git commit
"Greg Hudson via RT" <[email protected]>
| Newsgroups | gmane.comp.encryption.kerberos.bugs |
|---|---|
| Message-ID | <[email protected]> |
<URL: https://krbdev.mit.edu/rt/Ticket/Display.html?id=8851 > Add NegoEx tests Add a mock NegoEx-only GSS module, a test program which establishes a SPNEGO context, and a Python script to exercise a variety of NegoEx negotiation scenarios. https://github.com/krb5/krb5/commit/02b3171380d5683212ae1deae67a8c6cd19e290a Author: Greg Hudson <[email protected]> Commit: 02b3171380d5683212ae1deae67a8c6cd19e290a Branch: master .gitignore | 1 + src/Makefile.in | 1 + src/configure.ac | 1 + src/plugins/gssapi/negoextest/Makefile.in | 20 ++ src/plugins/gssapi/negoextest/deps | 15 + .../gssapi/negoextest/gss_negoextest.exports | 13 + src/plugins/gssapi/negoextest/main.c | 340 ++++++++++++++++++++ src/tests/gssapi/Makefile.in | 47 ++-- src/tests/gssapi/deps | 4 + src/tests/gssapi/t_context.c | 60 ++++ src/tests/gssapi/t_negoex.py | 142 ++++++++ 11 files changed, 623 insertions(+), 21 deletions(-)