aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Use separate Doxygen groups for IKEv1 and IKEv2 entities (authenticators, ↵Tobias Brunner2012-05-1846-51/+66
| | | | tasks etc.).
* Removed superfluous @param in bus.h.Tobias Brunner2012-05-181-1/+0
|
* whitelist: Make sure listed IDs are null-terminated.Tobias Brunner2012-05-181-0/+1
|
* pkcs8: Initialize salt and IV properly.Tobias Brunner2012-05-181-1/+1
|
* List registered nonce generators in statusall output.Tobias Brunner2012-05-181-2/+18
|
* Add enumerator for registered nonce generators.Tobias Brunner2012-05-182-9/+33
|
* Use nonce_gen instead of rng to generate noncesAdrian-Ken Rueegsegger2012-05-184-34/+34
| | | | | Replace usage of rng plugin with nonce generator to create nonces in IKE_INIT, CHILD_CREATE and QUICK_MODE tasks and the IKEv1 phase 1 helper.
* Add create_nonce_gen function to keymat interfaceAdrian-Ken Rueegsegger2012-05-183-0/+24
| | | | This function returns a nonce generator object.
* Add nonce plugin implementationAdrian-Ken Rueegsegger2012-05-187-0/+275
| | | | | | | This nonce generator uses an RNG to generate nonces. The RNG quality is currently set to RNG_WEAK which is the same value used in IKE init. The plugin is enabled and thus built by default.
* Add nonce generator interfaceAdrian-Ken Rueegsegger2012-05-186-0/+163
| | | | | | | Nonce generators (nonce_gen_t) can be used to get or allocate nonces. Users can request nonce generators from the crypto factory while nonce plugins register/remove themselves to/from the crypto factory.
* make IKEv1 DPD timeout configurable in charonAndreas Steffen2012-05-1719-25/+76
|
* Moved IKEv1 DPD processing to task manager, fix sequence issuesMartin Willi2012-05-153-73/+72
|
* Consider inbound ESP as a sign of liveness for DPD timeoutMartin Willi2012-05-151-2/+15
|
* Schedule a DPD timeout job that enforces the IKE message timeout policyMartin Willi2012-05-154-0/+177
|
* Send unanswered follow up R_U_THERE messages with the same DPD seqMartin Willi2012-05-151-1/+7
|
* Do not send IKEv1 DPD retransmit, but create a new INFORMATIONALMartin Willi2012-05-151-11/+0
|
* Free name of application using libcharon.Tobias Brunner2012-05-151-0/+1
|
* starter: Initialize thread pool so kernel events are consumed.Tobias Brunner2012-05-151-0/+9
|
* Explicitly cast from strict_t to crl_policy_tMartin Willi2012-05-141-1/+1
|
* Use correct integrity_algorithm_t enum type in bench_signer()Martin Willi2012-05-141-1/+1
|
* Make function pointer defined with METHOD() macro non-constMartin Willi2012-05-141-2/+2
| | | | | clang complains about it being const, and the object code generated from gcc is the same.
* Remove unused return value of INIT(), making clang happyMartin Willi2012-05-141-3/+2
|
* Register load-tester faked kernel interface before other kernel interfacesMartin Willi2012-05-141-8/+9
|
* Load tester can enforce a local IP to useMartin Willi2012-05-141-2/+9
|
* Add plugin features support to load-tester pluginMartin Willi2012-05-141-48/+76
|
* check for ESP in UDP encapsulationAndreas Steffen2012-05-122-4/+4
|
* upgraded ikev2 scenarios to 5.0.0Andreas Steffen2012-05-11477-1712/+1169
|
* suppress leak detective outputAndreas Steffen2012-05-113-10/+10
|
* Fix route reinstallation if preferred source IP is not on outgoing interface.Tobias Brunner2012-05-071-30/+18
|
* Fixed #include in tnc-ifmap plugin.Tobias Brunner2012-05-071-0/+1
|
* upgraded ha scenario for 5.0.0Andreas Steffen2012-05-065-17/+9
|
* added gcrypt-ikev1 pluto interoperability testsAndreas Steffen2012-05-0654-0/+696
|
* upgraded gcrypt-ikev1 scenarios to 5.0.0Andreas Steffen2012-05-0632-351/+45
|
* upgraded gcrypt-ikev2 scenarios to 5.0.0Andreas Steffen2012-05-067-28/+27
|
* allow private algorithmsAndreas Steffen2012-05-052-4/+16
|
* fixed mapping of IKEv1 algorithmsAndreas Steffen2012-05-051-29/+184
|
* vendor ID cosmeticsAndreas Steffen2012-05-052-4/+4
|
* inserted spaceAndreas Steffen2012-05-055-1/+1
|
* upgraded pfkey scenarios to 5.0.0Andreas Steffen2012-05-0543-111/+90
|
* missing references to daemon.hAndreas Steffen2012-05-054-0/+6
|
* removed leftover ipsec.conf parametersAndreas Steffen2012-05-055-10/+0
|
* upgraded sql scenarios to 5.0.0Andreas Steffen2012-05-0559-235/+214
|
* fixed feature dependencies for CERT_TRUSTED_PUBKEYAndreas Steffen2012-05-052-0/+7
|
* upgrade p2pnat scenarios to 5.0.0Andreas Steffen2012-05-048-33/+29
|
* updated af-alg scenarios to 5.0.0Andreas Steffen2012-05-0442-329/+33
|
* added openssl-ikev1 pluto interoperability testsAndreas Steffen2012-05-04145-0/+2011
|
* deleted unneeded openssl-ikev1 filesAndreas Steffen2012-05-0415-227/+0
|
* upgraded openssl-ikev1 scenarios to 5.0.0Andreas Steffen2012-05-0436-207/+142
|
* upgraded openssl-ikev2 scenarios to 5.0.0Andreas Steffen2012-05-0439-136/+90
|
* upgraded tnc scenarios to 5.0.0Andreas Steffen2012-05-0442-156/+161
|