aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/sa/ikev2/tasks/ike_init.c
Commit message (Expand)AuthorAgeFilesLines
* diffie-hellman: Add a bool return value to set_other_public_value()Martin Willi2015-03-231-1/+20
* diffie-hellman: Add a bool return value to get_my_public_value()Martin Willi2015-03-231-0/+1
* encoding: Allow ke_payload_create_from_diffie_hellman() to failMartin Willi2015-03-231-4/+17
* ikev2: Consider signature schemes in rightauth when sending hash algorithmsTobias Brunner2015-03-041-14/+54
* ikev2: Add a global option to disable RFC 7427 signature authenticationTobias Brunner2015-03-041-2/+12
* ikev2: Enable signature authentication by transmitting supported hash algorithmsTobias Brunner2015-03-041-4/+83
* ikev2: Only touch the DH object if we have a matching proposalTobias Brunner2014-12-231-11/+17
* ikev2: Negotiate support for IKEv2 fragmentationTobias Brunner2014-10-101-0/+23
* payload: Use common prefixes for all payload type identifiersMartin Willi2014-06-041-6/+6
* Raise an ALERT_PROPOSAL_MISMATCH_IKE also when receiving NO_PROPOSAL_CHOSENMartin Willi2013-05-061-0/+20
* Fixed some typos, courtesy of codespellTobias Brunner2012-12-201-1/+1
* Raise an alert if IKE proposals mismatchMartin Willi2012-12-191-0/+5
* Nonce: Let get_nonce, allocate_nonce return booleanReto Buerki2012-07-161-2/+12
* Use nonce_gen instead of rng to generate noncesAdrian-Ken Rueegsegger2012-05-181-13/+13
* Merge branch 'ikev1'Martin Willi2012-05-021-3/+6
* Pass IKEv1 specific keymat to ike_keys hookMartin Willi2012-03-201-2/+2
* Separated libcharon/sa directory with ikev1 and ikev2 subfoldersMartin Willi2012-03-201-0/+587