aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* prototype implementation using the pb_tnc_message_t classAndreas Steffen2010-11-231-15/+219
|
* defined a pb_tnc_message_t interfaceAndreas Steffen2010-11-236-4/+506
|
* enabled ha plugin in UML scenariosAndreas Steffen2010-11-202-1/+7
|
* fixed iptables script of gateway aliceAndreas Steffen2010-11-201-6/+6
|
* removed copy of strongswancCert.pemAndreas Steffen2010-11-201-22/+0
|
* added ha/both-active scenarioAndreas Steffen2010-11-2022-0/+555
|
* created certificate and /etc/hosts entry for virtual gateway marsAndreas Steffen2010-11-206-2/+31
|
* implemented create_reason_enumerator() functionAndreas Steffen2010-11-192-1/+35
|
* implemented request_handshake_retry() functionAndreas Steffen2010-11-194-27/+84
|
* Do not query for CKA_ALWAYS_AUTHENTICATE if PKCS#11 Cryptoki version < 2.20Martin Willi2010-11-183-3/+12
|
* Use static args for C_Initialize(), OpenSC does not get a copy of the pointersMartin Willi2010-11-181-5/+7
|
* added ITA and strongSwan OIDsAndreas Steffen2010-11-171-0/+3
|
* corrected TCGID OIDAndreas Steffen2010-11-171-1/+1
|
* Added getter for arbitrary environment variablesMartin Willi2010-11-172-0/+17
|
* added IMC and IMV IDs as arguments to send_message()Andreas Steffen2010-11-176-25/+39
|
* get_attribute() and set_attribute() are not allowed to use TNC_CONNECTIONID_ANYAndreas Steffen2010-11-161-3/+5
|
* initialize chunks and add debug outputAndreas Steffen2010-11-161-1/+9
|
* load IMCs and IMVs with RTLD_LAZYAndreas Steffen2010-11-162-2/+2
|
* fixed memory leakAndreas Steffen2010-11-161-1/+1
|
* implement set_attribute() callback functionAndreas Steffen2010-11-163-3/+124
|
* implement GetAttribute() callback functionAndreas Steffen2010-11-165-25/+205
|
* call is_complete() if tls protocol returns with SUCCESSAndreas Steffen2010-11-161-4/+8
|
* reformulated recommendation policiesAndreas Steffen2010-11-161-67/+97
|
* Do not checkin a previously destroyed SAThomas Egerer2010-11-161-1/+4
|
* Remove obsolete pool_size argument in processor_create()Martin Willi2010-11-161-1/+1
|
* mutex.h is not needed any moreAndreas Steffen2010-11-161-1/+0
|
* imv_list consists of linked imv_t instancesAndreas Steffen2010-11-161-3/+4
|
* implemented have_recommendation() based on a choice of 3 policiesAndreas Steffen2010-11-156-9/+155
|
* log configured recommendation policyAndreas Steffen2010-11-141-0/+2
|
* configure recommendation policy via strongswan.confAndreas Steffen2010-11-144-1/+47
|
* re-establish null pointer if IMC/IMV manager plugin could not be installedAndreas Steffen2010-11-142-0/+2
|
* moved recommendation handling to the tnc_imv pluginAndreas Steffen2010-11-1314-152/+310
|
* Extend connected peers by peer familyThomas Egerer2010-11-121-5/+16
| | | | | This allows for simultanious IPv4 and IPv6 tunnel for same peers with matching identities.
* Added a PKCS#11 module option to enforce OS Locking functionsMartin Willi2010-11-123-8/+19
|
* Print full source route on DBG2 that gets installedMartin Willi2010-11-111-0/+2
|
* removed debug output in IMC bind functionsAndreas Steffen2010-11-112-6/+3
|
* added get_preferred_language() to tnc_imcAndreas Steffen2010-11-113-6/+18
|
* created dummy have_recommendation() functionAndreas Steffen2010-11-101-1/+21
|
* implemented mutex locking the batch in constructionAndreas Steffen2010-11-101-4/+16
|
* fixed received test messageAndreas Steffen2010-11-101-1/+2
|
* implemented mutex locking the recommendations listAndreas Steffen2010-11-101-0/+10
|
* display ID of registered IMCs/IMVsAndreas Steffen2010-11-102-2/+4
|
* implemented recommendation storageAndreas Steffen2010-11-101-4/+61
|
* created enum names for action recommendations and evaluation resultsAndreas Steffen2010-11-103-0/+65
|
* removed debug output of tnc_imv_bind_functionsAndreas Steffen2010-11-101-5/+1
|
* Do not use CKA_TRUSTED attribute for Cryptoki version < 2.20, handling all ↵Martin Willi2010-11-101-7/+16
| | | | certs as trusted
* Add flags for PKCS#11 libraries with reduced feature setMartin Willi2010-11-102-0/+51
|
* enforce_recommendation inserts TNC group membership rules for IKE_SAAndreas Steffen2010-11-102-2/+48
|
* defined PB-TNC typesAndreas Steffen2010-11-103-1/+181
|
* append any previously collection messages to batchAndreas Steffen2010-11-101-1/+1
|