gss: add split token test to check-negoex

Add test for split tokens to SAnon in NegoEx/SPNEGO
This commit is contained in:
Luke Howard
2021-08-08 18:15:31 +10:00
parent 06232dfcce
commit f86fccb344

View File

@@ -243,6 +243,16 @@ for mech in sanon-x25519 sanon-x25519iov spnego spnegoiov; do
--name-type=hostbased-service host@lucid.test.h5l.se || \
{ eval "$testfailed"; }
echo "${mech}: export-import-context ${iov} (split tokens)" ; > messages.log
${context} \
--mech-type=${mech} \
--anonymous \
--export-import-context \
--wrapunwrap ${iov} \
--token-split=128 \
--name-type=hostbased-service host@lucid.test.h5l.se || \
{ eval "$testfailed"; }
done
echo "======dce-style for sanon-x25519"