[krbdev.mit.edu #8900] git commit

Greg Hudson via RT rt at krbdev.mit.edu
Wed May 20 16:58:44 EDT 2020


<URL: https://krbdev.mit.edu/rt/Ticket/Display.html?id=8900 >


Add channel bindings tests

[ghudson at mit.edu: 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 <iboukris at gmail.com>
Committer: Greg Hudson <ghudson at mit.edu>
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(-)



More information about the krb5-bugs mailing list