Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Check rng return value when generating fake NAT detection payloads | Tobias Brunner | 2012-07-16 | 1 | -2/+2 | |
| | ||||||
* | Nonce: Let get_nonce, allocate_nonce return boolean | Reto Buerki | 2012-07-16 | 2 | -3/+19 | |
| | ||||||
* | Add a return value to prf_t.set_key() | Martin Willi | 2012-07-16 | 1 | -13/+16 | |
| | ||||||
* | Add a return value to prf_t.allocate_bytes() | Martin Willi | 2012-07-16 | 1 | -11/+26 | |
| | ||||||
* | Add a return value to keymat_v2_t.get_auth_octets() | Martin Willi | 2012-07-16 | 3 | -17/+24 | |
| | ||||||
* | Add a return value to keymat_v2_t.get_psk_sig() | Martin Willi | 2012-07-16 | 4 | -24/+39 | |
| | ||||||
* | prf_plus_create() can return NULL on failure | Martin Willi | 2012-07-16 | 1 | -0/+10 | |
| | ||||||
* | Add a return value to prf_plus_t.allocate_bytes() | Martin Willi | 2012-07-16 | 1 | -13/+62 | |
| | ||||||
* | Add a return value to signer_t.set_key() | Martin Willi | 2012-07-16 | 1 | -2/+14 | |
| | ||||||
* | Add a return value to aead_t.set_key() | Martin Willi | 2012-07-16 | 1 | -2/+10 | |
| | ||||||
* | Simplify NAT-D payload creation if UDP encapsulation is forced | Tobias Brunner | 2012-07-13 | 1 | -2/+2 | |
| | | | | | We don't need any address lookups in that case as the content of the payload is generated randomly anyway. | |||||
* | Ignore a received %any virtual IP for installation | Martin Willi | 2012-06-26 | 1 | -1/+2 | |
| | ||||||
* | Centralized thread cancellation in processor_t | Tobias Brunner | 2012-06-25 | 1 | -8/+19 | |
| | | | | | | | | | | This ensures that no threads are active when plugins and the rest of the daemon are unloaded. callback_job_t was simplified a lot in the process as its main functionality is now contained in processor_t. The parent-child relationships were abandoned as these were only needed to simplify job cancellation. | |||||
* | Try to rekey without KE exchange if peer returns INVALID_KE_PAYLOAD(NONE) | Martin Willi | 2012-06-08 | 1 | -1/+8 | |
| | | | | | | According to RFC5996, implementations should just ignore the KE payload if they select a non-PFS proposals. Some implementations don't, but return MODP_NONE in INVALID_KE_PAYLOAD, hence we accept that, too. | |||||
* | As responder, enforce the same configuration while rekeying CHILD_SAs | Martin Willi | 2012-06-06 | 3 | -1/+19 | |
| | ||||||
* | Fix MOBIKE address update if responder address changed. | Tobias Brunner | 2012-05-25 | 1 | -2/+2 | |
| | | | | | Use the source address of the current MOBIKE message as peer address instead of assuming the address cached on the IKE_SA is still valid. | |||||
* | Don't queue delete_ike_sa job when setting IKE_DELETING. | Tobias Brunner | 2012-05-25 | 1 | -1/+1 | |
| | | | | | This avoids deleting IKE_SAs during reauthentication (without trying to reestablish them). | |||||
* | Integrated main parts of IKE_REAUTH task into ike_sa_t.reestablish. | Tobias Brunner | 2012-05-25 | 1 | -87/+3 | |
| | ||||||
* | Make task managers flush_queue() method public | Martin Willi | 2012-05-21 | 1 | -9/+30 | |
| | ||||||
* | Use separate Doxygen groups for IKEv1 and IKEv2 entities (authenticators, ↵ | Tobias Brunner | 2012-05-18 | 24 | -25/+25 | |
| | | | | tasks etc.). | |||||
* | Use nonce_gen instead of rng to generate nonces | Adrian-Ken Rueegsegger | 2012-05-18 | 2 | -22/+22 | |
| | | | | | 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 | 1 | -0/+7 | |
| | | | | This function returns a nonce generator object. | |||||
* | vendor ID cosmetics | Andreas Steffen | 2012-05-05 | 1 | -2/+2 | |
| | ||||||
* | Use name from initialization to access settings in libcharon. | Tobias Brunner | 2012-05-03 | 5 | -9/+11 | |
| | | | | Also fixes several whitespace errors. | |||||
* | Merge branch 'ikev1' | Martin Willi | 2012-05-02 | 4 | -27/+34 | |
| | | | | | | | | | | | | | | | | Conflicts: configure.in man/ipsec.conf.5.in src/libcharon/encoding/generator.c src/libcharon/encoding/payloads/notify_payload.c src/libcharon/encoding/payloads/notify_payload.h src/libcharon/encoding/payloads/payload.c src/libcharon/network/receiver.c src/libcharon/sa/authenticator.c src/libcharon/sa/authenticator.h src/libcharon/sa/ikev2/tasks/ike_init.c src/libcharon/sa/task_manager.c src/libstrongswan/credentials/auth_cfg.c | |||||
* | Merge branch 'ikev1-clean' into ikev1-master | Martin Willi | 2012-03-20 | 3 | -22/+23 | |
| | | | | | | | | | | | | | | | | | | | | Conflicts: configure.in man/ipsec.conf.5.in src/libcharon/daemon.c src/libcharon/plugins/eap_ttls/eap_ttls_peer.c src/libcharon/plugins/eap_radius/eap_radius_accounting.c src/libcharon/plugins/eap_radius/eap_radius_forward.c src/libcharon/plugins/farp/farp_listener.c src/libcharon/sa/ike_sa.c src/libcharon/sa/keymat.c src/libcharon/sa/task_manager.c src/libcharon/sa/trap_manager.c src/libstrongswan/plugins/x509/x509_cert.c src/libstrongswan/utils.h Applied lost changes of moved files keymat.c and task_manager.c. Updated listener_t.message hook signature in new plugins. | |||||
* | Store the major IKE version on ike_sa_id_t. | Tobias Brunner | 2012-03-20 | 1 | -1/+2 | |
| | ||||||
* | Check if we actually have a packet before retransmitting it | Martin Willi | 2012-03-20 | 1 | -1/+1 | |
| | ||||||
* | Invoke bus_t.message hook twice, once plain and parsed, once encoded and ↵ | Martin Willi | 2012-03-20 | 1 | -2/+3 | |
| | | | | encrypted | |||||
* | Pass IKEv1 specific keymat to ike_keys hook | Martin Willi | 2012-03-20 | 1 | -2/+2 | |
| | ||||||
* | Get a reference for the child_cfg passed to child_create_create() | Martin Willi | 2012-03-20 | 1 | -2/+2 | |
| | ||||||
* | Do not query CHILD_SA during delete if they already expired | Martin Willi | 2012-03-20 | 4 | -16/+38 | |
| | ||||||
* | Added a keymat_t version to cast it safely | Martin Willi | 2012-03-20 | 1 | -0/+7 | |
| | ||||||
* | Handle initiation of not supported IKE versions properly | Martin Willi | 2012-03-20 | 2 | -9/+17 | |
| | ||||||
* | Fixed scheduling of IKEv2 init tasks in a second keyingtry | Martin Willi | 2012-03-20 | 1 | -20/+42 | |
| | ||||||
* | Moved eap/xauth classes out of protocol specific subdirectories | Martin Willi | 2012-03-20 | 5 | -463/+1 | |
| | ||||||
* | Moved MOBIKE task creation to protocol specific task manager | Martin Willi | 2012-03-20 | 1 | -1/+18 | |
| | ||||||
* | Check in task manager if we have to requeue IKE tasks in a non-first keyingtry | Martin Willi | 2012-03-20 | 1 | -13/+42 | |
| | ||||||
* | Moved IKE_SA reauth task creation to protocol specific task manager | Martin Willi | 2012-03-20 | 1 | -0/+8 | |
| | ||||||
* | Moved IKE_SA rekey task creation to protocol specific task manager | Martin Willi | 2012-03-20 | 1 | -0/+7 | |
| | ||||||
* | Moved IKE_SA delete task creation to protocol specific task manager | Martin Willi | 2012-03-20 | 1 | -0/+7 | |
| | ||||||
* | Moved CHILD_SA delete task creation to protocol specific task manager | Martin Willi | 2012-03-20 | 1 | -0/+7 | |
| | ||||||
* | Moved CHILD_SA rekey task creation to protocol specific task manager | Martin Willi | 2012-03-20 | 1 | -0/+7 | |
| | ||||||
* | Moved CHILD_SA initiate task creation to protocol specific task manager | Martin Willi | 2012-03-20 | 1 | -0/+15 | |
| | ||||||
* | Moved IKE_SA initiate task creation to protocol specific task manager | Martin Willi | 2012-03-20 | 1 | -0/+25 | |
| | ||||||
* | Moved liveness checking task creation to protocol specific task manager | Martin Willi | 2012-03-20 | 1 | -0/+21 | |
| | ||||||
* | Separated libcharon/sa directory with ikev1 and ikev2 subfolders | Martin Willi | 2012-03-20 | 52 | -0/+15398 | |