diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2015-03-16 17:15:28 +0100 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2015-03-16 17:15:28 +0100 |
commit | 08feb4548aa046798ea9dceb0cf357e0880e8038 (patch) | |
tree | 8934d369436f1076fe7b2bb433648a45ebd8ee2b /src/libimcv/pts | |
parent | d35143bb8d342750b489ad287fe88e327a482b3d (diff) | |
download | strongswan-08feb4548aa046798ea9dceb0cf357e0880e8038.tar.bz2 strongswan-08feb4548aa046798ea9dceb0cf357e0880e8038.tar.xz |
Replace kid by aik_id in ITA TBOOT functional component
Diffstat (limited to 'src/libimcv/pts')
-rw-r--r-- | src/libimcv/pts/components/ita/ita_comp_tboot.c | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/libimcv/pts/components/ita/ita_comp_tboot.c b/src/libimcv/pts/components/ita/ita_comp_tboot.c index 273c18f31..ce318ec84 100644 --- a/src/libimcv/pts/components/ita/ita_comp_tboot.c +++ b/src/libimcv/pts/components/ita/ita_comp_tboot.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2014 Andreas Steffen + * Copyright (C) 2011-2015 Andreas Steffen * HSR Hochschule fuer Technik Rapperswil * * This program is free software; you can redistribute it and/or modify it @@ -61,11 +61,6 @@ struct pts_ita_comp_tboot_t { int cid; /** - * Primary key for AIK database entry - */ - int kid; - - /** * Component is registering measurements */ bool is_registering; @@ -243,7 +238,7 @@ METHOD(pts_component_t, verify, status_t, else { status = this->pts_db->check_comp_measurement(this->pts_db, - measurement, this->cid, this->kid, + measurement, this->cid, this->aik_id, ++this->seq_no, extended_pcr, algo); if (status != SUCCESS) { |