summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorSam Hartman <hartmans@mit.edu>2011-09-19 00:58:38 +0000
committerSam Hartman <hartmans@mit.edu>2011-09-19 00:58:38 +0000
commit9729492ff32002dcc153ad0850b0e30caa3df3fa (patch)
tree888526a5cdcde817ada0db92e8cd267579605b1a /src/include
parente4b9fe68f9517955523d3e1a067b607700e29e77 (diff)
downloadkrb5-9729492ff32002dcc153ad0850b0e30caa3df3fa.tar.gz
krb5-9729492ff32002dcc153ad0850b0e30caa3df3fa.tar.xz
krb5-9729492ff32002dcc153ad0850b0e30caa3df3fa.zip
Remove the ticket from the pkinit-alg-agility KDF function, to match
agreed changes to the IETF specification. Includes removing a parameter from the KDF function, removing the ticket from the ASN.1 encoder, and updating the test code. Signed-off-by: Margaret Wasserman <mrw@painless-security.com> git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25197 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/k5-int-pkinit.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/k5-int-pkinit.h b/src/include/k5-int-pkinit.h
index 4f22cddb66..8490f82d91 100644
--- a/src/include/k5-int-pkinit.h
+++ b/src/include/k5-int-pkinit.h
@@ -188,7 +188,6 @@ typedef struct _krb5_pkinit_supp_pub_info {
krb5_enctype enctype;
krb5_octet_data as_req;
krb5_octet_data pk_as_rep;
- krb5_ticket *ticket;
} krb5_pkinit_supp_pub_info;
/*