]> git.ipfire.org Git - thirdparty/krb5.git/commit
Add channel bindings tests 1047/head
authorIsaac Boukris <iboukris@gmail.com>
Thu, 19 Mar 2020 23:17:28 +0000 (00:17 +0100)
committerGreg Hudson <ghudson@mit.edu>
Wed, 20 May 2020 20:11:52 +0000 (16:11 -0400)
commitb0b21b6d25b06f3e2b365dfe9dd4c99b3d43bf57
tree39d918ab912f23b861e89606de46c2e393a76e56
parentd16325a24c34ec9a5f6fb4910987f162e0d4d9cd
Add channel bindings tests

[ghudson@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]

ticket: 8900
.gitignore
src/plugins/gssapi/negoextest/main.c
src/tests/gssapi/Makefile.in
src/tests/gssapi/common.c
src/tests/gssapi/common.h
src/tests/gssapi/deps
src/tests/gssapi/t_bindings.c [new file with mode: 0644]
src/tests/gssapi/t_bindings.py [new file with mode: 0644]
src/tests/gssapi/t_negoex.py