[krbdev.mit.edu #8900] 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=8900 > Add channel bindings tests [[email protected]: adjusted test program to output channel-bound state instead of optionally enforcing it; adjusted tests to check program output; split out tests into separate Python script; made cosmetic changes] https://github.com/krb5/krb5/commit/b0b21b6d25b06f3e2b365dfe9dd4c99b3d43bf57 Author: Isaac Boukris <[email protected]> Committer: Greg Hudson <[email protected]> Commit: b0b21b6d25b06f3e2b365dfe9dd4c99b3d43bf57 Branch: master .gitignore | 1 + src/plugins/gssapi/negoextest/main.c | 18 ++++++ src/tests/gssapi/Makefile.in | 49 ++++++++------- src/tests/gssapi/common.c | 25 ++++++-- src/tests/gssapi/common.h | 9 +++ src/tests/gssapi/deps | 4 + src/tests/gssapi/t_bindings.c | 111 ++++++++++++++++++++++++++++++++++ src/tests/gssapi/t_bindings.py | 43 +++++++++++++ src/tests/gssapi/t_negoex.py | 7 ++ 9 files changed, 238 insertions(+), 29 deletions(-)