merge support for FAST in as-req codepath

This commit is contained in:
Love Hörnquist Åstrand
2011-10-28 19:25:48 -07:00
31 changed files with 6112 additions and 1212 deletions

View File

@@ -1237,7 +1237,7 @@ _kdc_pk_mk_pa_reply(krb5_context context,
krb5_enctype sessionetype,
const KDC_REQ *req,
const krb5_data *req_buffer,
krb5_keyblock **reply_key,
krb5_keyblock *reply_key,
krb5_keyblock *sessionkey,
METHOD_DATA *md)
{
@@ -1563,7 +1563,7 @@ out:
hx509_cert_free(kdc_cert);
if (ret == 0)
*reply_key = &cp->reply_key;
ret = krb5_copy_keyblock_contents(context, &cp->reply_key, reply_key);
return ret;
}