]> git.ipfire.org Git - thirdparty/krb5.git/commit
Add NegoEx tests 980/head
authorGreg Hudson <ghudson@mit.edu>
Fri, 27 Sep 2019 15:04:45 +0000 (11:04 -0400)
committerGreg Hudson <ghudson@mit.edu>
Fri, 6 Dec 2019 18:28:08 +0000 (13:28 -0500)
commit02b3171380d5683212ae1deae67a8c6cd19e290a
tree12cfc3748a0615130a50134fa9cd51611bf53beb
parentc2ca2f26eaf817a6a7ed42257c380437ab802bd9
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.

ticket: 8851
.gitignore
src/Makefile.in
src/configure.ac
src/plugins/gssapi/negoextest/Makefile.in [new file with mode: 0644]
src/plugins/gssapi/negoextest/deps [new file with mode: 0644]
src/plugins/gssapi/negoextest/gss_negoextest.exports [new file with mode: 0644]
src/plugins/gssapi/negoextest/main.c [new file with mode: 0644]
src/tests/gssapi/Makefile.in
src/tests/gssapi/deps
src/tests/gssapi/t_context.c [new file with mode: 0644]
src/tests/gssapi/t_negoex.py [new file with mode: 0644]