make TNC Access Requestor ID available to IMVs

This commit is contained in:
Andreas Steffen
2013-03-03 17:18:09 +01:00
parent 1fc609fed3
commit c88104aa25
9 changed files with 132 additions and 44 deletions
+3 -3
View File
@@ -126,14 +126,14 @@ enum id_type_t {
ID_KEY_ID = 11,
/**
* private type which represents a GeneralName of type URI
* Private ID type which represents a GeneralName of type URI
*/
ID_DER_ASN1_GN_URI = 201,
/**
* Private ID used by the pluto daemon for opportunistic encryption
* Private ID type which represents a user ID
*/
ID_MYID = 203,
ID_USER_ID = 202
};
/**