aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed public key construction from PKCS#11 private keyMartin Willi2010-12-231-3/+3
* eliminated whitespaceAndreas Steffen2010-12-211-1/+1
* Migrated child_create_t to INIT/METHOD macrosAndreas Steffen2010-12-211-83/+55
* Added NEWS for af-alg pluginMartin Willi2010-12-201-0/+4
* Probe for supported AF_ALG algorithms, register dynamicallyMartin Willi2010-12-2010-161/+212
* Register algorithms with dependencies only if dependency availableMartin Willi2010-12-206-64/+133
* Register some less common AF_ALG ciphers (cast5, serpent, twofish, blowfish)Martin Willi2010-12-202-0/+18
* Implemented PRFs using AF_ALGMartin Willi2010-12-204-0/+253
* Use the AF_ALG wrapper in hasher, crypter and signerMartin Willi2010-12-203-278/+39
* Use a generic AF_ALG wrapper for common operationsMartin Willi2010-12-203-0/+312
* Implemented crypter on top of AF_ALGMartin Willi2010-12-204-1/+362
* Implemented signer interface using AF_ALGMartin Willi2010-12-204-1/+334
* Implemented hasher based on AF_ALGMartin Willi2010-12-204-2/+285
* Added Linux AF_ALG headerMartin Willi2010-12-201-0/+40
* Added plugin stub for AF_ALGMartin Willi2010-12-205-0/+123
* Added NEWS about TFC paddingMartin Willi2010-12-201-1/+5
* Added a tfc ipsec.conf keyword to control Traffic Flow ConfidentialityMartin Willi2010-12-209-2/+32
* 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-208-13/+35
* version bump to 4.5.1dr4Andreas Steffen2010-12-191-1/+1
* cast enumerated algorithm type as intAndreas Steffen2010-12-181-3/+4
* updated NEWS with new ipsec listalgs featureAndreas Steffen2010-12-181-0/+3
* trace back crypto algorithms to the plugins that registered themAndreas Steffen2010-12-1830-406/+593
* Added news about changes regarding strongswan.conf.Tobias Brunner2010-12-171-0/+12
* Moved "Reading values" section, typo fixed.Tobias Brunner2010-12-171-8/+8
* version bump to 4.5.1dr3Andreas Steffen2010-12-151-1/+1
* Install selectors on transport mode IPsec SAs.Jiri Bohac2010-12-132-1/+2
* increase sleep time in mediation scenariosAndreas Steffen2010-12-122-2/+2
* fixed bug in mem_cred.c:add_crl()Andreas Steffen2010-12-121-1/+1
* reverted Connection ID to capital lettersAndreas Steffen2010-12-121-2/+2
* fixed a bug in enum_from_name() functionAndreas Steffen2010-12-121-1/+1
* reorganized ikev2/rw-eap-tnc scenariosAndreas Steffen2010-12-12123-40/+79
* added the ikev2/rw-eap-tnc-20 scenarioAndreas Steffen2010-12-1219-0/+225
* NEWS for the 4.5.1dr2 releaseAndreas Steffen2010-12-121-0/+11
* 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-106-17/+17
* 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-106-2/+26
* refactored PB-TNC state machine in receive directionAndreas Steffen2010-12-091-83/+90