aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon
Commit message (Expand)AuthorAgeFilesLines
...
* Ingore messages with exchange type altered to UNDEFINED in message() hookMartin Willi2011-01-051-0/+8
* Fail silently without INVALID_SYNTAX if message not verifiedMartin Willi2011-01-051-10/+8
* Moved message()-hook invocation to generate_message(), catch pre-generated IK...Martin Willi2011-01-052-2/+1
* Support removal of payloads from messagesMartin Willi2011-01-052-0/+14
* Added a message_t option to disable automatic payload sortingMartin Willi2011-01-052-1/+21
* Implemented cert payload constructor for custom encoding typesMartin Willi2011-01-052-0/+21
* Support manually triggerd DPD check, even if DPD disabled in configMartin Willi2011-01-051-11/+10
* Moved logger initialization from libcharon to charonMartin Willi2011-01-052-155/+13
* removed superfluous sAndreas Steffen2011-01-058-8/+8
* remove private_Andreas Steffen2011-01-051-1/+1
* remove private_Andreas Steffen2011-01-054-4/+4
* cosmetics in debug outputAndreas Steffen2011-01-051-1/+1
* detect fragmentation of PB-TNC batchAndreas Steffen2011-01-051-4/+11
* fixed typoAndreas Steffen2011-01-021-2/+2
* set tfcv3 flag TRUE in ha_dispatcherAndreas Steffen2010-12-261-4/+4
* implemented wrap around of registered IKEv1 algorithm namesAndreas Steffen2010-12-261-3/+1
* wrap list of IKEv2 algorithms after 120 characters per lineAndreas Steffen2010-12-241-20/+43
* Migrated stroke_list_t to INIT/METHOD macrosAndreas Steffen2010-12-241-25/+21
* eliminated whitespaceAndreas Steffen2010-12-211-1/+1
* Migrated child_create_t to INIT/METHOD macrosAndreas Steffen2010-12-211-83/+55
* Added a tfc ipsec.conf keyword to control Traffic Flow ConfidentialityMartin Willi2010-12-201-1/+1
* Do not use TFC padding if peer does not support ESPv3Martin Willi2010-12-203-11/+31
* Added a TFC padding option to child_cfgMartin Willi2010-12-2012-12/+36
* Implemented Traffic Flow Confidentiality padding in kernel_interfaceMartin Willi2010-12-202-2/+3
* trace back crypto algorithms to the plugins that registered themAndreas Steffen2010-12-183-17/+35
* Install selectors on transport mode IPsec SAs.Jiri Bohac2010-12-131-1/+1
* reverted Connection ID to capital lettersAndreas Steffen2010-12-121-2/+2
* some more cosmeticsAndreas Steffen2010-12-121-9/+9
* final cosmetics in PB-TNC debug outputAndreas Steffen2010-12-122-31/+30
* implemented PB-TNC message parsing checksAndreas Steffen2010-12-1225-605/+1195
* some code optimizationsAndreas Steffen2010-12-111-42/+67
* support handshake retry requestsAndreas Steffen2010-12-101-0/+15
* the PB-TNC protocol is workingAndreas Steffen2010-12-102-15/+50
* refactored message handlingAndreas Steffen2010-12-101-147/+194
* do not accept results and recommendation messages from clientsAndreas Steffen2010-12-101-10/+29
* defined some additional Private Enterprise NumbersAndreas Steffen2010-12-101-2/+6
* define pb_tnc_state_machine_t objectAndreas Steffen2010-12-106-229/+401
* debug cosmeticsAndreas Steffen2010-12-102-13/+21
* Renamed purgex509/crl to purgecerts/crls to be consistent with list commandsMartin Willi2010-12-101-2/+2
* implemented handling of received PB-TNC messagesAndreas Steffen2010-12-102-14/+179
* Added options to flush CRLs/X509 certs from the cert cacheMartin Willi2010-12-101-0/+8
* refactored PB-TNC state machine in receive directionAndreas Steffen2010-12-091-83/+90
* refactored PB-TNC state machine in send directionAndreas Steffen2010-12-091-91/+95
* pb_tnc_batch_t class implements parsing and building of PB-TNC batchesAndreas Steffen2010-12-0912-430/+1155
* fixed memory corruptionAndreas Steffen2010-12-081-1/+1
* Never register IKE_SA during checkout_new, as rekeying keeps it checked outMartin Willi2010-12-072-18/+2
* added newlineAndreas Steffen2010-12-071-0/+1
* re-introduced commentAndreas Steffen2010-12-071-1/+3
* Migrated stroke_control_t to INIT/METHOD macrosAndreas Steffen2010-12-071-46/+30
* Migrated stroke_plugin_t to INIT/METHOD macrosAndreas Steffen2010-12-071-7/+11