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

Andrew Cagney cagney at vault.libreswan.fi
Fri May 28 19:07:38 UTC 2021


New commits:
commit 6b0a4e96fe8b791678976582f0802e954c0bc896
Author: Andrew Cagney <cagney at gnu.org>
Date:   Fri May 28 15:00:43 2021 -0400

    ikev2: in IKE_AUTH responder, call IKE_SA_established() before starting on the CHILD_SA
    
    Rather than:
      create child
      ...
      add_xfrmi(child)
      IKE_SA_established(ike)
      install_ipsec_sa(child)
    
    (I suspect if I move it to after the child is installed it will
    wipe it out? but I also suspect it should let install_ipsec_sa()
    flush any existing child?)

commit 99546d620db02d889891aeaaaae0b5c4366c9ffb
Author: Andrew Cagney <cagney at gnu.org>
Date:   Fri May 28 14:40:52 2021 -0400

    ikev2: in IKE_AUTH responder, pass the child's connection into add_xfrmi()



More information about the Swan-commit mailing list