aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Implemented cert payload constructor for custom encoding typesMartin Willi2011-01-052-0/+21
|
* Fix segfault if config not foundMartin Willi2011-01-051-2/+5
|
* Read actions from test config, delayed executionMartin Willi2011-01-055-1/+391
|
* Support manually triggerd DPD check, even if DPD disabled in configMartin Willi2011-01-051-11/+10
|
* Load private keys from suite and test configsMartin Willi2011-01-051-0/+65
|
* Load certificates from both, suite and test configMartin Willi2011-01-051-10/+20
|
* Load test and suite specific connection configurationsMartin Willi2011-01-055-1/+391
|
* Load hooks based on listener dynamicallyMartin Willi2011-01-054-15/+108
|
* Load certificates from global suite configuration fileMartin Willi2011-01-052-2/+87
|
* Added a Suite B conftest utility skeleton using libcharonMartin Willi2011-01-055-1/+298
|
* Added a CIDR notation based host constructorMartin Willi2011-01-052-0/+44
|
* Moved logger initialization from libcharon to charonMartin Willi2011-01-053-156/+149
|
* 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
|
* replaced spaces by tabsAndreas Steffen2010-12-301-1/+1
|
* commas are requiredAndreas Steffen2010-12-271-3/+3
|
* added Sansar Choinambuu to copryright.cAndreas Steffen2010-12-271-6/+6
|
* added missing tfc argument to kernel_pfkey_ipsec interfaceAndreas Steffen2010-12-271-1/+1
|
* set tfcv3 flag TRUE in ha_dispatcherAndreas Steffen2010-12-261-4/+4
|
* implemented wrap around of registered IKEv1 algorithm namesAndreas Steffen2010-12-264-79/+63
|
* disable AEAD crypto algorithm if no key size is supportedAndreas Steffen2010-12-251-0/+1
|
* disable crypto algorithm if no key size is supportedAndreas Steffen2010-12-251-8/+27
|
* log if an AEAD algorithm does not support a given key sizeAndreas Steffen2010-12-251-2/+6
|
* log if a crypto algorithm does not support a given key sizeAndreas Steffen2010-12-251-1/+3
|
* 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
|
* printed plugin names have a hyphenAndreas Steffen2010-12-247-5/+9
|
* 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
|
* 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-204-0/+119
|
* Added a tfc ipsec.conf keyword to control Traffic Flow ConfidentialityMartin Willi2010-12-208-2/+25
|
* 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
|
* cast enumerated algorithm type as intAndreas Steffen2010-12-181-3/+4
|