comment on what to add
authorLove Hörnquist Åstrand <lha@kth.se>
Wed, 25 Mar 2009 15:36:58 +0000 (15:36 +0000)
committerLove Hörnquist Åstrand <lha@kth.se>
Wed, 25 Mar 2009 15:36:58 +0000 (15:36 +0000)
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24942 ec53bebd-3082-4978-b11e-865c3cabbd6b

kdc/pkinit.c

index ed667688f1e1fe6891d55dd5483bd33c29b6c6fd..ab4978b84bb2700a8c973f978ae587d3965a4863 100644 (file)
@@ -1284,13 +1284,16 @@ _kdc_pk_mk_pa_reply(krb5_context context,
            if (rep.u.encKeyPack.length != size)
                krb5_abortx(context, "Internal ASN.1 encoder error");
 
-           /* XXX */
+           /* XXX KRB-FX-CF2 */
            ret = krb5_generate_random_keyblock(context, sessionetype, 
                                                sessionkey);
            if (ret) {
                free_PA_PK_AS_REP(&rep);
                goto out;
            }
+
+           /* XXX Add PA-PKINIT-KX */
+
        }
 
        ASN1_MALLOC_ENCODE(PA_PK_AS_REP, buf, len, &rep, &size, ret);