aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon
Commit message (Collapse)AuthorAgeFilesLines
...
* EAP servers check if the received EAP message was expectedMartin Willi2009-11-122-0/+52
|
* Use existing triplet length definitionsMartin Willi2009-11-122-33/+16
|
* Splitted EAP-AKA in peer and server implementations, use libsimaka helper ↵Martin Willi2009-11-128-1122/+869
| | | | library
* Proper handling of non-skippable attributes and client error codes in EAP-SIMMartin Willi2009-11-122-33/+65
|
* Use the EAP-SIM/AKA crypto helper in EAP-SIMMartin Willi2009-11-122-192/+49
|
* Migrated EAP-SIM to libsimaka, separated server/peer implementationsMartin Willi2009-11-127-1175/+1047
|
* sim_provider_t API gained support for pseudonym/fast reauthenticationMartin Willi2009-11-123-16/+52
|
* sim_card_t API gained support for pseudonym/fast reauthenticationMartin Willi2009-11-123-16/+63
|
* adapted log messageAndreas Steffen2009-11-101-2/+2
|
* added separating lineAndreas Steffen2009-11-101-0/+1
|
* Install bypass policies after creating XFRM netlink socket, loading ↵Martin Willi2009-11-091-6/+6
| | | | xfrm_user module
* put PGP userid in single quotesAndreas Steffen2009-11-081-1/+1
|
* list v3 or v4 fingerprintAndreas Steffen2009-11-081-0/+4
|
* stroke_list supports listing of PGP certificatesAndreas Steffen2009-11-081-1/+50
|
* implemented path length constraint checkinf for IKEv2Andreas Steffen2009-11-042-11/+27
|
* output optional pathLenConstraint in ipsec listcacertsAndreas Steffen2009-11-041-0/+9
|
* Use XFRM instead of PF_KEY IKE bypass policies in netlink based kernel interfaceMartin Willi2009-10-301-23/+12
|
* Query secrets in EAP-MD5 with me/other identities, fixing lookup in ↵Martin Willi2009-10-261-6/+6
| | | | NetworkManager
* Hand out shared secret of load tester for all identitiesMartin Willi2009-10-221-15/+0
|
* Fixed all doxygen warningsMartin Willi2009-10-2213-15/+15
|
* Load-testers PSK is used for all purposes, including EAP authenticationMartin Willi2009-10-201-4/+0
|
* hyphenate eap-radius4.3.5rc1Andreas Steffen2009-10-171-3/+3
|
* Do not null-terminate url in hash-and-url payloadsMartin Willi2009-10-161-6/+1
|
* moved .gitignore for poolAndreas Steffen2009-10-151-1/+0
|
* Renamed plugin configuration sections to the actual plugin nameMartin Willi2009-10-158-26/+26
|
* Streamlined EAP plugins to use a dash between eap-method, as used in all ↵Martin Willi2009-10-159-34/+34
| | | | other places
* Renamed --enable-load-tests to --enable-load-tester, like the plugin itselfMartin Willi2009-10-151-1/+1
|
* Updated configuration directive of resolve plugin, renamed from resolv_confMartin Willi2009-10-151-1/+1
|
* pluto now supports SQL-based virtual IP poolsAndreas Steffen2009-10-142-5/+5
|
* Improved debugging log in SIM triplet lookupMartin Willi2009-10-141-3/+4
|
* move SQL-based pool functionality to new attr-sql libstrongswan pluginAndreas Steffen2009-10-135-1196/+3
|
* moved attribute_manager to libstrongswanAndreas Steffen2009-10-1323-623/+34
|
* Fixed assignment of get_triplet() dummy implementationMartin Willi2009-10-131-1/+1
|
* INTERNAL_IP6_NETMASK needed for ModeConfigAndreas Steffen2009-10-122-3/+4
|
* Merged SIM/USIM manager/card/provider, avoids code duplicationMartin Willi2009-10-1216-340/+129
|
* Added ${shlibs:Depends} dependency to Debian packageMartin Willi2009-10-122-4/+5
|
* Added .gitignore for NM Debian package buildMartin Willi2009-10-123-0/+9
|
* Pass NULL as other identity in EAP-AKA 3GPP2 to find a match with all pluginsMartin Willi2009-10-121-4/+1
|
* Stroke plugin interprets NULL identities as ID_ANY in shared key lookupMartin Willi2009-10-121-3/+9
|
* SIM card interface takes IMSI as parameter (same as in USIM)Martin Willi2009-10-097-87/+44
|
* Fixed USIM parameter descriptionMartin Willi2009-10-091-1/+1
|
* Do not use monotonic time for AKA sequence numbers, it has an undefined ↵Martin Willi2009-10-091-6/+4
| | | | starting point
* Use constants instead of sizeof(), sizeof() does not work for function argumentsMartin Willi2009-10-094-71/+76
|
* Calculate missing CK/IK values in USIMMartin Willi2009-10-091-0/+3
|
* Link 3gpp2 EAP-AKA plugin to libgmpMartin Willi2009-10-092-1/+1
|
* Separated 3gpp2 USIM card and provider functionalityMartin Willi2009-10-097-845/+435
|
* Ported AKA functions to 3gpp2 pluginMartin Willi2009-10-093-1/+437
|
* Added a stub for the EAP-AKA backend implementing the 3GPP2 functions in ↵Martin Willi2009-10-0910-0/+539
| | | | software
* Implemented a manager for USIM cards/providers very similar to the SIM managerMartin Willi2009-10-095-0/+294
|
* Reenabled acq_expires SA timer using rekey timeoutMartin Willi2009-10-071-1/+1
| | | | | | | While not using a SA expiration for allocating SPIs works fine, the situation is much more problematic for kernel-created temporary SAs from acquires. If the negotiation of such a CHILD_SA fails, the created temporary SA can not be deleted.