Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use separate Doxygen groups for IKEv1 and IKEv2 entities (authenticators, ↵ | Tobias Brunner | 2012-05-18 | 46 | -51/+66 | |
| | | | | tasks etc.). | |||||
* | Removed superfluous @param in bus.h. | Tobias Brunner | 2012-05-18 | 1 | -1/+0 | |
| | ||||||
* | whitelist: Make sure listed IDs are null-terminated. | Tobias Brunner | 2012-05-18 | 1 | -0/+1 | |
| | ||||||
* | pkcs8: Initialize salt and IV properly. | Tobias Brunner | 2012-05-18 | 1 | -1/+1 | |
| | ||||||
* | List registered nonce generators in statusall output. | Tobias Brunner | 2012-05-18 | 1 | -2/+18 | |
| | ||||||
* | Add enumerator for registered nonce generators. | Tobias Brunner | 2012-05-18 | 2 | -9/+33 | |
| | ||||||
* | Use nonce_gen instead of rng to generate nonces | Adrian-Ken Rueegsegger | 2012-05-18 | 4 | -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 interface | Adrian-Ken Rueegsegger | 2012-05-18 | 3 | -0/+24 | |
| | | | | This function returns a nonce generator object. | |||||
* | Add nonce plugin implementation | Adrian-Ken Rueegsegger | 2012-05-18 | 7 | -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 interface | Adrian-Ken Rueegsegger | 2012-05-18 | 6 | -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 charon | Andreas Steffen | 2012-05-17 | 19 | -25/+76 | |
| | ||||||
* | Moved IKEv1 DPD processing to task manager, fix sequence issues | Martin Willi | 2012-05-15 | 3 | -73/+72 | |
| | ||||||
* | Consider inbound ESP as a sign of liveness for DPD timeout | Martin Willi | 2012-05-15 | 1 | -2/+15 | |
| | ||||||
* | Schedule a DPD timeout job that enforces the IKE message timeout policy | Martin Willi | 2012-05-15 | 4 | -0/+177 | |
| | ||||||
* | Send unanswered follow up R_U_THERE messages with the same DPD seq | Martin Willi | 2012-05-15 | 1 | -1/+7 | |
| | ||||||
* | Do not send IKEv1 DPD retransmit, but create a new INFORMATIONAL | Martin Willi | 2012-05-15 | 1 | -11/+0 | |
| | ||||||
* | Free name of application using libcharon. | Tobias Brunner | 2012-05-15 | 1 | -0/+1 | |
| | ||||||
* | starter: Initialize thread pool so kernel events are consumed. | Tobias Brunner | 2012-05-15 | 1 | -0/+9 | |
| | ||||||
* | Explicitly cast from strict_t to crl_policy_t | Martin Willi | 2012-05-14 | 1 | -1/+1 | |
| | ||||||
* | Use correct integrity_algorithm_t enum type in bench_signer() | Martin Willi | 2012-05-14 | 1 | -1/+1 | |
| | ||||||
* | Make function pointer defined with METHOD() macro non-const | Martin Willi | 2012-05-14 | 1 | -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 happy | Martin Willi | 2012-05-14 | 1 | -3/+2 | |
| | ||||||
* | Register load-tester faked kernel interface before other kernel interfaces | Martin Willi | 2012-05-14 | 1 | -8/+9 | |
| | ||||||
* | Load tester can enforce a local IP to use | Martin Willi | 2012-05-14 | 1 | -2/+9 | |
| | ||||||
* | Add plugin features support to load-tester plugin | Martin Willi | 2012-05-14 | 1 | -48/+76 | |
| | ||||||
* | check for ESP in UDP encapsulation | Andreas Steffen | 2012-05-12 | 2 | -4/+4 | |
| | ||||||
* | upgraded ikev2 scenarios to 5.0.0 | Andreas Steffen | 2012-05-11 | 477 | -1712/+1169 | |
| | ||||||
* | suppress leak detective output | Andreas Steffen | 2012-05-11 | 3 | -10/+10 | |
| | ||||||
* | Fix route reinstallation if preferred source IP is not on outgoing interface. | Tobias Brunner | 2012-05-07 | 1 | -30/+18 | |
| | ||||||
* | Fixed #include in tnc-ifmap plugin. | Tobias Brunner | 2012-05-07 | 1 | -0/+1 | |
| | ||||||
* | upgraded ha scenario for 5.0.0 | Andreas Steffen | 2012-05-06 | 5 | -17/+9 | |
| | ||||||
* | added gcrypt-ikev1 pluto interoperability tests | Andreas Steffen | 2012-05-06 | 54 | -0/+696 | |
| | ||||||
* | upgraded gcrypt-ikev1 scenarios to 5.0.0 | Andreas Steffen | 2012-05-06 | 32 | -351/+45 | |
| | ||||||
* | upgraded gcrypt-ikev2 scenarios to 5.0.0 | Andreas Steffen | 2012-05-06 | 7 | -28/+27 | |
| | ||||||
* | allow private algorithms | Andreas Steffen | 2012-05-05 | 2 | -4/+16 | |
| | ||||||
* | fixed mapping of IKEv1 algorithms | Andreas Steffen | 2012-05-05 | 1 | -29/+184 | |
| | ||||||
* | vendor ID cosmetics | Andreas Steffen | 2012-05-05 | 2 | -4/+4 | |
| | ||||||
* | inserted space | Andreas Steffen | 2012-05-05 | 5 | -1/+1 | |
| | ||||||
* | upgraded pfkey scenarios to 5.0.0 | Andreas Steffen | 2012-05-05 | 43 | -111/+90 | |
| | ||||||
* | missing references to daemon.h | Andreas Steffen | 2012-05-05 | 4 | -0/+6 | |
| | ||||||
* | removed leftover ipsec.conf parameters | Andreas Steffen | 2012-05-05 | 5 | -10/+0 | |
| | ||||||
* | upgraded sql scenarios to 5.0.0 | Andreas Steffen | 2012-05-05 | 59 | -235/+214 | |
| | ||||||
* | fixed feature dependencies for CERT_TRUSTED_PUBKEY | Andreas Steffen | 2012-05-05 | 2 | -0/+7 | |
| | ||||||
* | upgrade p2pnat scenarios to 5.0.0 | Andreas Steffen | 2012-05-04 | 8 | -33/+29 | |
| | ||||||
* | updated af-alg scenarios to 5.0.0 | Andreas Steffen | 2012-05-04 | 42 | -329/+33 | |
| | ||||||
* | added openssl-ikev1 pluto interoperability tests | Andreas Steffen | 2012-05-04 | 145 | -0/+2011 | |
| | ||||||
* | deleted unneeded openssl-ikev1 files | Andreas Steffen | 2012-05-04 | 15 | -227/+0 | |
| | ||||||
* | upgraded openssl-ikev1 scenarios to 5.0.0 | Andreas Steffen | 2012-05-04 | 36 | -207/+142 | |
| | ||||||
* | upgraded openssl-ikev2 scenarios to 5.0.0 | Andreas Steffen | 2012-05-04 | 39 | -136/+90 | |
| | ||||||
* | upgraded tnc scenarios to 5.0.0 | Andreas Steffen | 2012-05-04 | 42 | -156/+161 | |
| |