aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/sa/ikev2
Commit message (Expand)AuthorAgeFilesLines
...
* | Allow clients to request a configured EAP method via EAP-NakTobias Brunner2012-08-311-4/+24
* | Virtual EAP methods handle EAP-Naks themselvesTobias Brunner2012-08-311-5/+17
* | Send EAP-Nak with supported types if requested type is unsupportedTobias Brunner2012-08-311-2/+4
|/
* Moved packet_t to libstrongswanTobias Brunner2012-08-081-1/+1
* Replaced usages of CHARON_*_PORT with calls to get_port().Tobias Brunner2012-08-081-2/+6
* Make the UDP ports charon listens for packets on (and uses as source ports) c...Tobias Brunner2012-08-081-5/+5
* Clean up error handling in keymat_v2_tMartin Willi2012-07-161-87/+65
* Add a return value to hasher_t.allocate_hash()Martin Willi2012-07-163-10/+42
* Add a return value to crypter_t.set_key()Martin Willi2012-07-161-2/+16
* Check rng return value when generating ME CONNECT_ID and KEYTobias Brunner2012-07-161-2/+14
* Check rng return value when generating COOKIE2 during MOBIKETobias Brunner2012-07-161-6/+11
* Check rng return value when generating fake NAT detection payloadsTobias Brunner2012-07-161-2/+2
* Nonce: Let get_nonce, allocate_nonce return booleanReto Buerki2012-07-162-3/+19
* Add a return value to prf_t.set_key()Martin Willi2012-07-161-13/+16
* Add a return value to prf_t.allocate_bytes()Martin Willi2012-07-161-11/+26
* Add a return value to keymat_v2_t.get_auth_octets()Martin Willi2012-07-163-17/+24
* Add a return value to keymat_v2_t.get_psk_sig()Martin Willi2012-07-164-24/+39
* prf_plus_create() can return NULL on failureMartin Willi2012-07-161-0/+10
* Add a return value to prf_plus_t.allocate_bytes()Martin Willi2012-07-161-13/+62
* Add a return value to signer_t.set_key()Martin Willi2012-07-161-2/+14
* Add a return value to aead_t.set_key()Martin Willi2012-07-161-2/+10
* Simplify NAT-D payload creation if UDP encapsulation is forcedTobias Brunner2012-07-131-2/+2
* Ignore a received %any virtual IP for installationMartin Willi2012-06-261-1/+2
* Centralized thread cancellation in processor_tTobias Brunner2012-06-251-8/+19
* Try to rekey without KE exchange if peer returns INVALID_KE_PAYLOAD(NONE)Martin Willi2012-06-081-1/+8
* As responder, enforce the same configuration while rekeying CHILD_SAsMartin Willi2012-06-063-1/+19
* Fix MOBIKE address update if responder address changed.Tobias Brunner2012-05-251-2/+2
* Don't queue delete_ike_sa job when setting IKE_DELETING.Tobias Brunner2012-05-251-1/+1
* Integrated main parts of IKE_REAUTH task into ike_sa_t.reestablish.Tobias Brunner2012-05-251-87/+3
* Make task managers flush_queue() method publicMartin Willi2012-05-211-9/+30
* Use separate Doxygen groups for IKEv1 and IKEv2 entities (authenticators, tas...Tobias Brunner2012-05-1824-25/+25
* Use nonce_gen instead of rng to generate noncesAdrian-Ken Rueegsegger2012-05-182-22/+22
* Add create_nonce_gen function to keymat interfaceAdrian-Ken Rueegsegger2012-05-181-0/+7
* vendor ID cosmeticsAndreas Steffen2012-05-051-2/+2
* Use name from initialization to access settings in libcharon.Tobias Brunner2012-05-035-9/+11
* Merge branch 'ikev1'Martin Willi2012-05-024-27/+34
* Merge branch 'ikev1-clean' into ikev1-masterMartin Willi2012-03-203-22/+23
* Store the major IKE version on ike_sa_id_t.Tobias Brunner2012-03-201-1/+2
* Check if we actually have a packet before retransmitting itMartin Willi2012-03-201-1/+1
* Invoke bus_t.message hook twice, once plain and parsed, once encoded and encr...Martin Willi2012-03-201-2/+3
* Pass IKEv1 specific keymat to ike_keys hookMartin Willi2012-03-201-2/+2
* Get a reference for the child_cfg passed to child_create_create()Martin Willi2012-03-201-2/+2
* Do not query CHILD_SA during delete if they already expiredMartin Willi2012-03-204-16/+38
* Added a keymat_t version to cast it safelyMartin Willi2012-03-201-0/+7
* Handle initiation of not supported IKE versions properlyMartin Willi2012-03-202-9/+17
* Fixed scheduling of IKEv2 init tasks in a second keyingtryMartin Willi2012-03-201-20/+42
* Moved eap/xauth classes out of protocol specific subdirectoriesMartin Willi2012-03-205-463/+1
* Moved MOBIKE task creation to protocol specific task managerMartin Willi2012-03-201-1/+18
* Check in task manager if we have to requeue IKE tasks in a non-first keyingtryMartin Willi2012-03-201-13/+42
* Moved IKE_SA reauth task creation to protocol specific task managerMartin Willi2012-03-201-0/+8