(krb5_verify_ap_req): record authenticator subkey
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2291 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -160,7 +160,13 @@ krb5_verify_ap_req(krb5_context context,
|
||||
/* XXX - Xor sequence numbers */
|
||||
|
||||
/* XXX - subkeys? */
|
||||
|
||||
/* And where should it be stored? */
|
||||
|
||||
if (ac->authenticator->subkey) {
|
||||
copy_EncryptionKey (ac->authenticator->subkey,
|
||||
&ac->remote_subkey);
|
||||
}
|
||||
|
||||
if (ap_req_options) {
|
||||
*ap_req_options = 0;
|
||||
if (ap_req->ap_options.use_session_key)
|
||||
|
Reference in New Issue
Block a user