[Swan-commit] Changes to ref refs/heads/master

Andrew Cagney cagney at vault.libreswan.fi
Tue May 19 00:46:34 UTC 2020


New commits:
commit 14e7b87c39b956388ecf848f9fd2eee30ced36e4
Author: Andrew Cagney <cagney at gnu.org>
Date:   Fri May 15 16:46:16 2020 -0400

    ikev2(?): replace delete_my_family() with delete_ike_family()
    
    - make the IKE SA explicit
    
    - replace bool v2_responder_state with enum send_delete {
      DONT_SEND_DELETE, PROBABLY_SEND_DELETE, }
    
      The assumption that only responders wanted to suppress
      delete requests was wrong - for instance when a CHILD_SA
      initiator detects that a response is syntatically invalid
      the IKE SA is dead and no delete can be sent.
    
    - when IKEv2, always suppress the child's delete (since it
      is redundant)

commit 472700b54724a191508ce74a2076c4f1009eb8a8
Author: Andrew Cagney <cagney at gnu.org>
Date:   Sun May 17 19:23:34 2020 -0400

    state: use .st_dont_send_delete=false to suppress delete
    
    eliminate discard_state(), eliminate change_state(STATE_*SA_DEL)

commit 6faf51ba6e2b97d8e0f9600d882d2d8aa9c73bf0
Author: Andrew Cagney <cagney at gnu.org>
Date:   Sun May 17 14:57:27 2020 -0400

    state: replace ISAKMP_SA_established() with IKE_SA_established(ike)
    
    Pass in the ike_sa; use log_state()

commit 38bdaf11f819d477dba7141587ec39361cb464e3
Author: Andrew Cagney <cagney at gnu.org>
Date:   Sun May 17 21:32:53 2020 -0400

    ikev2: v2_msgid_switch_responder_from_child() -> v2_msgid_switch_responder_from_aborted_child()
    
    Merge in suppressing delete notify and delete_state(child) since
    both go with the call.



More information about the Swan-commit mailing list