(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,6 +160,12 @@ krb5_verify_ap_req(krb5_context context,
|
|||||||
/* XXX - Xor sequence numbers */
|
/* XXX - Xor sequence numbers */
|
||||||
|
|
||||||
/* XXX - subkeys? */
|
/* XXX - subkeys? */
|
||||||
|
/* And where should it be stored? */
|
||||||
|
|
||||||
|
if (ac->authenticator->subkey) {
|
||||||
|
copy_EncryptionKey (ac->authenticator->subkey,
|
||||||
|
&ac->remote_subkey);
|
||||||
|
}
|
||||||
|
|
||||||
if (ap_req_options) {
|
if (ap_req_options) {
|
||||||
*ap_req_options = 0;
|
*ap_req_options = 0;
|
||||||
|
Reference in New Issue
Block a user