Commit Graph
67 Commits
Author SHA1 Message Date
Andreas Steffen 5b7d55e097 automatically parse TCG PTS attributes 2011-09-08 12:08:10 +02:00
Sansar Choinyambuu 1dd8f9f6b1 Started implementing Notification Handshake and Send Message Functions 2011-09-08 12:08:10 +02:00
Sansar Choinyambuu 12c0a261cc Finalized State class implementations for Attestation IMV/C 2011-09-08 12:08:10 +02:00
Sansar Choinyambuu 887cd7d253 Corrected typo 2011-09-08 12:08:10 +02:00
Sansar Choinyambuu 4b43764ce3 Modified the handling switch for Attributes reception on Attestation IMV/C 2011-09-08 12:08:10 +02:00
Sansar Choinyambuu 32fef433c1 Implemented TCG PTS File Measurement attribute 2011-09-08 12:08:10 +02:00
Sansar Choinyambuu e80cf188c1 Corrected wrong parameter name 2011-09-08 12:08:10 +02:00
Sansar Choinyambuu 01f29d5979 Implemented TCG PTS Simple Evidence Final and Request File Measurement attributes 2011-09-08 12:08:10 +02:00
Sansar Choinyambuu 86e7dcfc45 Implemented TCG PTS Simple Evidence Final and Request File Measurement attributes 2011-09-08 12:08:09 +02:00
Sansar Choinyambuu 89f7bf2276 Changed the type of hash algorithm to the enum variable
Replaced the values of flag enum variables
2011-09-08 12:08:09 +02:00
Sansar Choinyambuu adc954a77d Implemented TCG PTS Simple Component Evidence Attribute 2011-09-08 12:08:09 +02:00
Sansar Choinyambuu 0105cc5c36 Use chunk_t.len instead of sizeof function
Bit 0 for the flag fields is the most significant field
2011-09-08 12:08:09 +02:00
Sansar Choinyambuu d975e4a755 Changed the type of name field to corresponding enum type 2011-09-08 12:08:09 +02:00
Sansar Choinyambuu f2b89288d0 Finalized the implementation of TCG PTS Request Functional Component Evidence Attribute 2011-09-08 12:08:09 +02:00
Sansar Choinyambuu cbb7925245 Implemented TCG PTS Generate Attestation Evidence attribute
Added two new Attributes to sources in Makefile
2011-09-08 12:08:09 +02:00
Sansar Choinyambuu befdbcb769 Draft version of TCG PTS Request Function Component Evidence Attribute 2011-09-08 12:08:09 +02:00
Sansar Choinyambuu 78f1b194bb Commented compiler options Wall Werror for Makefile
Corrected bit 0 for AIK flags to be least significant bit
2011-09-08 12:08:09 +02:00
Sansar Choinyambuu 1f3f3021d5 Debugged TCG PTS attributes implementations 2011-09-08 12:08:09 +02:00
Sansar Choinyambuu 793d31279b Changes according to the new PTS Attributes addition 2011-09-08 12:08:09 +02:00
Sansar Choinyambuu 3b80bce8c1 Implemented TCG PTS Attributes 2011-09-08 12:08:09 +02:00
Andreas Steffen 0973ec9906 changed DBG_IMC to DBG_IMV 2011-09-08 12:08:09 +02:00
Andreas Steffen 09d5ce39f5 added support of INVALID_PARAMETER PA-Error 2011-09-08 12:08:09 +02:00
Andreas Steffen d74d3d3936 IMC/IMV directory change to imcvs 2011-09-08 12:08:09 +02:00
Andreas Steffen cbea1a31fb added missing endif in Makefile 2011-09-08 12:08:08 +02:00
Andreas Steffen fa6e6a29d8 corrected typo 2011-09-08 12:08:08 +02:00
Andreas Steffen d7bbd6f514 parameters of change_state() method changed 2011-09-08 12:08:08 +02:00
Andreas Steffen 442b264dcd Attestation IMC/IMV pair uses TCG_PTS subtype 2011-09-08 12:08:08 +02:00
Andreas Steffen 24a5af8e4e changed copyright to Sansar 2011-09-08 12:08:08 +02:00
Andreas Steffen e7e2bfbe7d prepare automatic parsing of TCG PTS attributes 2011-09-08 12:08:08 +02:00
Andreas Steffen 4a492a8d1f created empty imc_attestation and imv_attestation plugin hulls 2011-09-08 12:08:08 +02:00
Andreas Steffen 6224a34481 converted libimcv into a dynamic library 2011-08-14 09:27:43 +02:00
Andreas Steffen 0f182737b2 check if violating_ports have been assigned 2011-07-13 23:05:22 +02:00
Andreas Steffen 47f2da4ef9 support of error_offset in PA-TNC INVALID PARAMETER error messages 2011-07-13 22:18:32 +02:00
Andreas Steffen ba53c2ef0d add PID/Program Name to netstat output 2011-07-07 09:22:27 +02:00
Andreas Steffen 19db8e9eff install IMC and IMV dynamic libraries in imcvs directory 2011-07-06 21:53:40 +02:00
Andreas Steffen 9b2b434fe7 ignore ports of IPv4 and IPv6 loopback interfaces 2011-07-05 09:16:01 +02:00
Andreas Steffen 7fd120d5b6 fixed UTF-8 representation of polish reason string 2011-07-05 07:44:46 +02:00
Andreas Steffen e1976a7120 delete orphan file 2011-07-04 23:02:06 +02:00
Andreas Steffen e760e0ad23 fixed debug statement 2011-07-04 22:27:46 +02:00
Andreas Steffen d9cdab9249 added ITA Scanner IMC/IMV pair which detects open server ports on TNC clients 2011-07-04 21:40:25 +02:00
Andreas Steffen 956759533f added support if the IETF port filter attribute 2011-07-01 18:10:33 +02:00
Andreas Steffen 294c25fa60 again a bitwise or is required 2011-06-30 22:26:36 +02:00
Andreas Steffen b324976aa1 output all known PA-TNC subtype names 2011-06-24 17:31:47 +02:00
Andreas Steffen 7401269517 refactoring of change_state() 2011-06-23 19:52:30 +02:00
Andreas Steffen 315c554571 implemented server-initiated handshake retry in IMC/IMV Test pair 2011-06-23 15:23:53 +02:00
Andreas Steffen 96d0ff1237 implemented handshake retry on the client side 2011-06-15 13:09:41 +02:00
Andreas Steffen 0dbfdece4f send a reason string only if action recommendation is not allow 2011-06-14 15:45:34 +02:00
Andreas Steffen 08dc42b025 cosmetics 2011-06-14 14:26:05 +02:00
Andreas Steffen 12ac59a914 eat trailing space in preferred language string 2011-06-13 23:01:28 +02:00
Andreas Steffen 4c191ca6bb support multiple language preferences 2011-06-13 15:58:27 +02:00