aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* adapted ikev2/alg-aes-xcbc scenarioAndreas Steffen2009-11-265-12/+14
|
* Use transport mode ESP SA if IPcomp is used, IPcomp already applies outer IP ↵Martin Willi2009-11-262-4/+16
| | | | header
* Added NEWS about SHA2 changesMartin Willi2009-11-261-0/+5
|
* Use full algorithm name for SHA384/512 HMACsMartin Willi2009-11-261-2/+2
|
* Support the Linux specific SHA256 96 bit truncation HMAC via "sha256_96" keywordMartin Willi2009-11-265-5/+11
|
* Install SHA256_128 auth algorithm with specified 128 bit truncationMartin Willi2009-11-261-1/+25
|
* Updated XFRM linux header, includes specified truncations for auth algosMartin Willi2009-11-261-1/+9
|
* Added support for IPv6 source route installationMartin Willi2009-11-262-17/+44
|
* Check existing path in mobike probing only if we still have a routeMartin Willi2009-11-262-8/+6
|
* put identities in single quotesAndreas Steffen2009-11-251-2/+2
|
* added more debugging in configuration attribute handlingAndreas Steffen2009-11-241-0/+4
|
* changed error messages in the case of faulty esp and ike stringsAndreas Steffen2009-11-241-8/+6
|
* do not send all available kernel algorithms if esp string is faultyAndreas Steffen2009-11-241-28/+0
|
* check if alg_info_esp existsElmar Vonlanthen2009-11-241-1/+1
|
* added some parenthesesAndreas Steffen2009-11-241-0/+16
|
* allow ECP DH groups in pfsgroup definitionAndreas Steffen2009-11-241-0/+5
|
* renewed OCSP Signing certificateAndreas Steffen2009-11-247-45/+71
|
* issue error message for expired certificates in OCSP trust chain checkingAndreas Steffen2009-11-241-1/+5
|
* updated IKEv2 notification messages assigned by IANAAndreas Steffen2009-11-242-12/+48
|
* updated NEWS for 4.3.6dr2Andreas Steffen2009-11-241-0/+4
|
* Do not recreate existing create_child subtask when retrying with different ↵Martin Willi2009-11-231-2/+5
| | | | DH group
* Avoid potentially unaligned half-word readMartin Willi2009-11-231-5/+8
|
* Correctly set host number to zero when computing traffic selector rangeEric Mertens2009-11-231-0/+1
|
* Use abort() instead of raising SIGKILL, gives us proper core dumps if enabledMartin Willi2009-11-201-1/+1
|
* Use status_t return value for get_quintuplet() dummy implementationsMartin Willi2009-11-203-3/+3
|
* Move comment out of register_printf_function testMartin Willi2009-11-191-2/+2
|
* Message stringification supports more detailed EAP payload informationMartin Willi2009-11-183-0/+65
|
* Correctly enumerate attributes to request as initiator with the actually ↵Martin Willi2009-11-171-12/+61
| | | | requesting handler
* Fixed memleak in attribute handlingMartin Willi2009-11-171-0/+1
|
* attr plugin supports any custom attribute type having a v4/v6 IP under the ↵Martin Willi2009-11-171-4/+82
| | | | charon.plugins.attr namespace
* Support enumeration of key/value pairs in a section of strongswan.confMartin Willi2009-11-172-0/+45
|
* Whitelist register_printf_specifier in leak detectiveMartin Willi2009-11-171-0/+1
|
* Give plugins more control of which configuration attributes to request, and ↵Martin Willi2009-11-1716-302/+503
| | | | pass received attributes back to the requesting handler
* Encrypt payloads with missing rule, fix insertion of non-encrypted payloadsMartin Willi2009-11-121-30/+23
|
* Build libsimaka with libtool, as we require a PIC-enabled versionMartin Willi2009-11-123-5/+4
|
* Fix word alignement in memxor() on 64-bit architecturesMartin Willi2009-11-121-1/+1
|
* Do not complain about missing payload order rules for private use payloadsMartin Willi2009-11-121-4/+8
|
* Properly initialize attribute encoding/length valuesMartin Willi2009-11-121-0/+2
|
* Identation/whitespace cleanupsMartin Willi2009-11-121-60/+86
|
* Simplified vendor ID payload interfaceMartin Willi2009-11-122-85/+43
|
* Invoke message hook before generation, allowing plugins to mangle itMartin Willi2009-11-121-3/+2
|
* Prefer MODP2048/1536 over ECP Diffie-Hellman groupsMartin Willi2009-11-121-11/+9
|
* Use register_printf_specifier instead of deprecated ↵Martin Willi2009-11-123-11/+29
| | | | register_printf_function, if available
* Fixed compiler warning about missing return valueMartin Willi2009-11-121-1/+2
|
* Support variable RES length in AKA quintupletsMartin Willi2009-11-1214-34/+57
|
* Ported pseudonym/reauth functionality to EAP-AKAMartin Willi2009-11-125-66/+568
|
* Passing other as NULL should not always result in a match if me matchesMartin Willi2009-11-121-2/+2
|
* Use new identity constructor in EAP-SIMMartin Willi2009-11-123-42/+23
|
* Added identification constructor using a chunk of data, guessing id typeMartin Willi2009-11-122-0/+20
|
* Moved card/provider enumeration to SIM manager, providing wrapped functions ↵Martin Willi2009-11-126-288/+527
| | | | for both SIM and AKA plugins