aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon
Commit message (Collapse)AuthorAgeFilesLines
...
* Do not propose transport mode as initiator if connection is NATedMartin Willi2009-11-301-0/+6
|
* Verify EAP-SIM/AKA AT_MAC before processing any attributesMartin Willi2009-11-304-36/+24
|
* SIM/AKA/Request/Reauthentication AT_MAC does not include NONCE_S, only the ↵Martin Willi2009-11-304-6/+4
| | | | response
* Extended SIM manager by hooks, currently featuring attribute and key hooksMartin Willi2009-11-302-1/+134
|
* Added a get_sa() method to the bus, allowing a thread to lookup its IKE_SAMartin Willi2009-11-302-0/+19
|
* Handle NOT_SUPPORTED or other errors properly in get_quintupletMartin Willi2009-11-301-4/+10
|
* Use transport mode ESP SA if IPcomp is used, IPcomp already applies outer IP ↵Martin Willi2009-11-261-3/+11
| | | | header
* 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-262-1/+2
|
* Install SHA256_128 auth algorithm with specified 128 bit truncationMartin Willi2009-11-261-1/+25
|
* 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
|
* updated IKEv2 notification messages assigned by IANAAndreas Steffen2009-11-242-12/+48
|
* 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
|
* Message stringification supports more detailed EAP payload informationMartin Willi2009-11-183-0/+65
|
* 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
* Give plugins more control of which configuration attributes to request, and ↵Martin Willi2009-11-1711-282/+403
| | | | 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-122-2/+2
|
* 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
|
* 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
|
* Moved card/provider enumeration to SIM manager, providing wrapped functions ↵Martin Willi2009-11-126-288/+527
| | | | for both SIM and AKA plugins
* Added option to disable identity requests completely (old behavior)Martin Willi2009-11-122-13/+17
|
* Fixed replacing existing reauthentication dataMartin Willi2009-11-121-6/+6
|
* Initiate full authentication if reauthentication identity is unknownMartin Willi2009-11-121-1/+6
|
* Moved reauth/pseudonym functionality from eap-sim-file to separate plugins, ↵Martin Willi2009-11-1217-375/+1209
| | | | usable by any SIM/AKA backend
* eap-sim-file plugin supports volatile in-memory storage of fast ↵Martin Willi2009-11-122-25/+199
| | | | reauthentication data
* Initial support for fast reauthentication in EAP-SIMMartin Willi2009-11-122-31/+422
|
* EAP-SIM/AKA crypto helper supports key derivation for fast reauthenticationMartin Willi2009-11-122-4/+8
|
* Fallback to permanent identity request if pseudonym mapping failedMartin Willi2009-11-122-63/+119
|
* Query triplet/quintuplet functions with permanent identity only,Martin Willi2009-11-125-110/+101
| | | | extended sim_provider with a is_pseudonym() function.
* eap-sim-file plugin can store pseudonym information volatile in memoryMartin Willi2009-11-124-5/+225
|
* Impemented basic pseudonym support in EAP-SIMMartin Willi2009-11-122-24/+221
|
* Pass SIM/AKA crypto helper to constructor of messageMartin Willi2009-11-124-51/+51
|
* Added a doxygen group for libsimaka, some cleanupsMartin Willi2009-11-122-2/+2
|
* Added missing hasher includeMartin Willi2009-11-121-0/+1
|