aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed memory cleanup if no DHCP transaction found for an OFFERMartin Willi2011-01-131-4/+3
|
* Force port update as responder when initiator switches to 4500 in IKE_AUTHMartin Willi2011-01-124-6/+7
|
* Avoid variable name overloadingMartin Willi2011-01-121-7/+11
|
* terminate TNCCS 1.1 connection after sending recommendationAndreas Steffen2011-01-111-1/+18
|
* fixed XML syntax for TNCCS-Recommendation messagesAndreas Steffen2011-01-111-1/+2
|
* implemented check_and_build_recommendation()Andreas Steffen2011-01-113-18/+62
|
* correct numbering of batchesAndreas Steffen2011-01-111-2/+3
|
* initialize the reference count correctlyAndreas Steffen2011-01-111-0/+2
|
* handle zero size Base64 conversionsAndreas Steffen2011-01-111-0/+8
|
* communicate DELETE state to IMCs and IMVsAndreas Steffen2011-01-112-0/+20
|
* Send INITIAL_CONTACT even if we have a unique policyMartin Willi2011-01-101-2/+1
|
* implemented parsing of TNCCS 1.1 messagesAndreas Steffen2011-01-0917-115/+378
|
* send notifyConnectionChange() to IMCsAndreas Steffen2011-01-091-2/+16
|
* generate TNCCS-Error messagesAndreas Steffen2011-01-081-19/+54
|
* created process() method for TNCCS messagesAndreas Steffen2011-01-089-190/+61
|
* Added support for trustchain key strength checking to rightauth optionMartin Willi2011-01-071-2/+13
|
* Added a left/rightcertpolicy keyword to specify certificatePolicy requirementsMartin Willi2011-01-072-0/+15
|
* Fix nonce comparison in rekey collisions, lowest nonce losesMartin Willi2011-01-072-7/+7
|
* corrected naming of tnccs_reason_strings_msg_t objectAndreas Steffen2011-01-072-23/+23
|
* do not forget to advance nodeAndreas Steffen2011-01-071-0/+5
|
* fixed cert_validator_t:validate interfaceAndreas Steffen2011-01-071-5/+4
|
* implemented TNCCS 1.1 without libtncAndreas Steffen2011-01-0720-185/+2189
|
* Destroy existing IKE_SAs with same identities when receiving INITIAL_CONTACTMartin Willi2011-01-053-4/+33
|
* Send INITIAL_CONTACT for the first IKE_SA if it has a unique policyMartin Willi2011-01-053-16/+66
|
* Migrated ike_sa_manager_t to INIT/METHOD macros, some cleanupsMartin Willi2011-01-051-189/+180
|
* Show base CRL of delta CRLs in listcrlsMartin Willi2011-01-051-0/+4
|
* Provide CRLs received in CERT payloads to trustchain verificationMartin Willi2011-01-052-6/+22
|
* Use a generic getter for all numerical X.509 constraintsMartin Willi2011-01-051-1/+1
|
* Slightly renamed X509_NO_PATH_LEN_CONSTRAINT to use it for ↵Martin Willi2011-01-051-1/+1
| | | | PolicyConstraints, too
* Added a null-safe strdup variantMartin Willi2011-01-054-6/+6
|
* Include the used reserved bytes from ID payloads in AUTH calculationMartin Willi2011-01-0511-39/+126
|
* Migrated psk/pubkey_authenticators to INIT/METHOD macrosMartin Willi2011-01-052-84/+70
|
* Added substructure enumerators to sa_payload, proposal_substructureMartin Willi2011-01-054-0/+28
|
* Moved check if packet already encoded to ike_sa, avoids message() hook ↵Martin Willi2011-01-053-17/+16
| | | | invocation twice
* Added a message method to set the "higher version supported" flagMartin Willi2011-01-054-0/+33
|
* Added reserved bit mangling wrapper functions to messageMartin Willi2011-01-052-1/+64
|
* Implemented a generic payload field lookup functionMartin Willi2011-01-052-0/+30
|
* Reserved field get parsed/generated like any other bit/byte fieldMartin Willi2011-01-052-81/+12
|
* Added member fields for reserved bits and bytes in all payloadsMartin Willi2011-01-0519-141/+272
|
* Migrated vendor_id_payload to INIT/METHOD macrosMartin Willi2011-01-052-69/+56
|
* Migrated ts_payload to INIT/METHOD macrosMartin Willi2011-01-052-185/+110
|
* Use enumerator instead of deprecated iteratorMartin Willi2011-01-051-13/+9
|
* Migrated transform_substructure to INIT/METHOD macrosMartin Willi2011-01-052-254/+101
|
* Removed obsolete clone mehtod from proposal_substructureMartin Willi2011-01-052-37/+0
|
* Migrated transform_attribute to INIT/METHOD macrosMartin Willi2011-01-051-144/+77
|
* Migrated traffic_selector_substructre to INIT/METHOD macrosMartin Willi2011-01-051-97/+67
|
* Migrated notify_payload to INIT/METHOD macrosMartin Willi2011-01-051-121/+80
|
* Migrated nonce_payload to INIT/METHOD macrosMartin Willi2011-01-051-92/+63
|
* Migrated ke_payload to INIT/METHOD macrosMartin Willi2011-01-052-119/+61
|
* Migrated id_payload to INIT/METHOD macrosMartin Willi2011-01-052-187/+65
|