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

2021-05-28 Thread Andrew Cagney
New commits: commit aa49f3c7242716d09596f61191e88a3edc588b12 Author: Andrew Cagney Date: Fri May 28 20:40:52 2021 -0400 ikev2: update hack_error_transition() to match current states ___ Swan-commit mailing list Swan-commit@lists.libreswan.org

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

2021-05-28 Thread Andrew Cagney
New commits: commit 937100efe9d1616b1ab9608d472d8fceb33a5e85 Author: Andrew Cagney Date: Fri May 28 20:21:28 2021 -0400 ikev2: move IKE_INTERMEDIATE responder code to ikev2_ike_intermediate.[hc] Initiator code is a, ..., challange. ___

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

2021-05-28 Thread D. Hugh Redelmeier
New commits: commit 44bddacf03d513c12a2ddbddf80c53e175a719ef Author: D. Hugh Redelmeier Date: Fri May 28 19:52:53 2021 -0400 pervasive: get rid of more erratic spaces in our code ___ Swan-commit mailing list Swan-commit@lists.libreswan.org

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

2021-05-28 Thread D. Hugh Redelmeier
New commits: commit eae6309fac1d28f9b142913d1ab6e8db32f59350 Author: D. Hugh Redelmeier Date: Fri May 28 19:37:14 2021 -0400 pervasive: get rid of some erratic spaces ___ Swan-commit mailing list Swan-commit@lists.libreswan.org

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

2021-05-28 Thread D. Hugh Redelmeier
New commits: commit 9c4c07ce525a12a113d1cca83c55a2e077c29930 Author: D. Hugh Redelmeier Date: Fri May 28 17:59:28 2021 -0400 libswan: fix bug in constants.c's enum_match It's interesting that this hasn't been detected (it was introduced in February). That probably means that

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

2021-05-28 Thread Andrew Cagney
New commits: commit ac9ff0a3ea058e1d333273c015d8a5a7699d8bcc Author: Andrew Cagney Date: Fri May 28 17:19:20 2021 -0400 ikev2: move has_v2_IKE_AUTH_child_sa_payloads() to ikev2_child.[hc] -> keep CHILD SA code in one place (and away from IKE SA aka parent code).

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

2021-05-28 Thread Andrew Cagney
New commits: commit 761cf283341a47949c50c5edd37814b2b14f0492 Author: Andrew Cagney Date: Fri May 28 17:13:48 2021 -0400 testing: update ikev2-impair-09-omit-first-child, mark as good commit e2c178af485b368003210aaea5ff689af6a3f0a9 Author: Andrew Cagney Date: Fri May 28 17:13:00 2021

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

2021-05-28 Thread D. Hugh Redelmeier
New commits: commit e3507b731e12b5beec3ca24e5d85ab52935a987c Author: D. Hugh Redelmeier Date: Fri May 28 16:54:32 2021 -0400 pluto: fix typo in comment in ikev2_parent.c ___ Swan-commit mailing list Swan-commit@lists.libreswan.org

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

2021-05-28 Thread D. Hugh Redelmeier
New commits: commit 39bfa7ef66f9eb38b975c4c3d0eef02ec65898d7 Author: D. Hugh Redelmeier Date: Fri May 28 16:44:18 2021 -0400 pluto: move has_v2_IKE_AUTH_child_sa_payloads() and make it file-static commit 51a3c1f8583a35d0f97ad9d729e3058b8335df28 Author: D. Hugh Redelmeier Date: Fri May

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

2021-05-28 Thread Andrew Cagney
New commits: commit 77c852df3648a0d238d8fcde61d308c06746db82 Author: Andrew Cagney Date: Fri May 28 15:36:01 2021 -0400 ikev2: in IKE_AUTH responder, when CHILD SA fails don't delete IKE SA Instead just bundle in a notify. At least that is the theory. There are still a

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

2021-05-28 Thread Andrew Cagney
New commits: commit 6b0a4e96fe8b791678976582f0802e954c0bc896 Author: Andrew Cagney 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)

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

2021-05-28 Thread Andrew Cagney
New commits: commit 98cd1b97ef7a59e21e3605604ce8f6a6f81aa125 Author: Andrew Cagney Date: Fri May 28 14:08:38 2021 -0400 ikev2: in IKE_AUTH responder, emit AUTH payload before starting on CHILD SA commit 14dcf04f6891dbf1cd7591141efa71f09be68e63 Author: Andrew Cagney Date: Fri May 28

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

2021-05-28 Thread Andrew Cagney
New commits: commit 69dcb4b721def884e390cb31ed102e6cded33062 Author: Andrew Cagney Date: Fri May 28 11:14:37 2021 -0400 ikev2: merge the two IKE_AUTH response states commit 5c23251857881dda500469e01a81bb8d32289fee Author: Andrew Cagney Date: Fri May 28 10:36:38 2021 -0400 ikev2:

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

2021-05-28 Thread Andrew Cagney
New commits: commit cb8c275f6922a7bd27233b2614eec8a77580066e Author: Andrew Cagney Date: Fri May 28 11:02:15 2021 -0400 ikev2: in IKE_AUTH responder use the IKE SA when checking for keepalives (those one byte packets; and nothing to do with liveness)