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

2020-03-02 Thread Paul Wouters
New commits: commit e0804e12d60eb8a32f1fc8f1dad2f986454bf630 Author: Paul Wouters Date: Mon Mar 2 22:41:31 2020 -0500 testing: add ikev2-child-rekey-05 to TESTLIST The test is in git but looks like WIP, so marked as such. (it has verbose console files added to it ??)

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

2020-03-02 Thread Andrew Cagney
New commits: commit 75d89d0eea105bae4c7e35dbf45655df5c7dbba6 Author: Andrew Cagney Date: Mon Mar 2 16:21:56 2020 -0500 ikev2: extract/merge v2_auth_hash_desc() from ikev2_calculate_{ecdsa,rsa}_hash() ___ Swan-commit mailing list

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

2020-03-02 Thread Andrew Cagney
New commits: commit 1d77da5df1b3e31c682a3a4afae9802fa9b66cbc Author: Andrew Cagney Date: Sat Dec 7 21:08:37 2019 -0500 ikev2: on responder, compute the MAC'ed IDr for before constructing message store everything in the state so it survives offloads

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

2020-03-02 Thread Andrew Cagney
New commits: commit 5f21bd4fc9f8bfab9f5329b110a5ee58b622d072 Author: Andrew Cagney Date: Mon Mar 2 13:57:35 2020 -0500 ikev2: extract v2_auth_method() from emit_v2AUTH() commit d2795ac8a4dea6f4d0c826d8749e64e93f10dd5d Author: Andrew Cagney Date: Mon Mar 2 13:45:19 2020 -0500

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

2020-03-02 Thread Andrew Cagney
New commits: commit 86035a95c4878931376681995b8bd5aba9cbe706 Author: Andrew Cagney Date: Mon Mar 2 14:38:03 2020 -0500 ikev2: .isaa_type -> .isaa_auth_method - match RFC ___ Swan-commit mailing list Swan-commit@lists.libreswan.org

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

2020-03-02 Thread Andrew Cagney
New commits: commit e8fa414f54a71bccf5ce09ca7945925ff0a1120a Author: Andrew Cagney Date: Mon Mar 2 13:31:29 2020 -0500 ikev2: ikev2_sighash.[hc] -> ikev2_auth.[hc] as in AUTH payload ___ Swan-commit mailing list Swan-commit@lists.libreswan.org

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

2020-03-02 Thread Paul Wouters
New commits: commit 2e1dd4b2ed40e4dc2a62962e2ac05ad6d21dfc76 Author: Paul Wouters Date: Mon Mar 2 11:35:50 2020 -0500 IKEv2: log a message when we override the keyingtries to 1 for Opportunistic ___ Swan-commit mailing list

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

2020-03-02 Thread Paul Wouters
New commits: commit 910fd44eac1ffc31f170ddc974dd34d48a00e4d3 Author: Paul Wouters Date: Mon Mar 2 11:05:08 2020 -0500 Revert "documentation: clarify ikev2_ts_r_desc length field" This reverts commit 054beecd614803522e62d30213e8be5b78205d30.

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

2020-03-02 Thread D. Hugh Redelmeier
New commits: commit 4041884cfef394e1604730a400aae8f71d828a63 Author: D. Hugh Redelmeier Date: Mon Mar 2 10:26:44 2020 -0500 pluto: ikev2_emit_ts should not emit a TS it doesn't understand The default (unhandled) case should fail in some way. Tentatively, I've chosen

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

2020-03-02 Thread D. Hugh Redelmeier
New commits: commit 89b5e4662ef473efdcda08ef62068233488fa571 Author: D. Hugh Redelmeier Date: Mon Mar 2 10:18:21 2020 -0500 pluto: ikev2_emit_ts() should not set payload lengths These are set by out_struct for ft_len fields. ___