From 48c1854a7529e804bc4e18c551e9ff6d8cd06445 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 9 Apr 2008 13:07:14 +0000 Subject: [PATCH] Comment testcase[0] git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22937 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/test_pknistkdf.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/lib/krb5/test_pknistkdf.c b/lib/krb5/test_pknistkdf.c index 2b0f89d5a..7e563dda9 100644 --- a/lib/krb5/test_pknistkdf.c +++ b/lib/krb5/test_pknistkdf.c @@ -51,8 +51,8 @@ struct testcase { } tests[] = { /* 0 */ { - oid_id_pkinit_kdf_ah_sha1, - { + oid_id_pkinit_kdf_ah_sha1, /* AlgorithmIdentifier */ + { /* Z */ 256, "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00" "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00" @@ -71,25 +71,25 @@ struct testcase { "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00" "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00" }, - "lha@SU.SE", - "krbtgt/SU.SE@SU.SE", - ETYPE_AES256_CTS_HMAC_SHA1_96, - { + "lha@SU.SE", /* client, partyUInfo */ + "krbtgt/SU.SE@SU.SE", /* server, partyVInfo */ + ETYPE_AES256_CTS_HMAC_SHA1_96, /* enctype */ + { /* as_req */ 10, "\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA" }, - { + { /* pk_as_rep */ 9, "\xBB\xBB\xBB\xBB\xBB\xBB\xBB\xBB\xBB" }, - { + { /* ticket */ 55, "\x61\x35\x30\x33\xa0\x03\x02\x01\x05\xa1\x07\x1b\x05\x53\x55\x2e" "\x53\x45\xa2\x10\x30\x0e\xa0\x03\x02\x01\x01\xa1\x07\x30\x05\x1b" "\x03\x6c\x68\x61\xa3\x11\x30\x0f\xa0\x03\x02\x01\x12\xa2\x08\x04" "\x06\x68\x65\x6a\x68\x65\x6a" }, - { + { /* key */ 32, "\xc7\x62\x89\xec\x4b\x28\xa6\x91\xff\xce\x80\xbb\xb7\xec\x82\x41" "\x52\x3f\x99\xb1\x30\xc5\x10\x00\x70\xc6\x10\x00\x00\x00\x00\x00"