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

2018-02-09 Thread Andrew Cagney
New commits: commit 7e31040b84944e003ce4c174cadce6210bbf3deb Merge: cec8b90 84c9645 Author: Andrew Cagney Date: Fri Feb 9 11:18:05 2018 -0500 ikev2: restrict sending an unencrypted notification from MD to INIT|AUTH Merge commit

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

2018-02-09 Thread Andrew Cagney
New commits: commit 7ad0a585b83272e062ac269c1e0ad9dd9958555a Author: Andrew Cagney Date: Tue Jan 16 11:29:34 2018 -0500 ikev2: pass struct ike_sa to ikev2_encrypt_msg() replacing struct state; since IKEv2 crypto always requires the IKE SA.

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

2018-02-09 Thread Andrew Cagney
New commits: commit 6fa0c0eaf5a0802d4c121b3cd48f632ca65b98e3 Author: Andrew Cagney Date: Fri Feb 9 12:46:09 2018 -0500 ikev2: pass struct ike_sa to ikev2_decrypt_msg() et.al. Also: - switch to ike->sa.st_original_role when selecting crypt keys (don't

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

2018-02-09 Thread Andrew Cagney
New commits: commit db7b70e4e3ecd39b81bd429484572a01aea499ce Author: Andrew Cagney Date: Fri Feb 9 12:19:03 2018 -0500 testing: update enumcheck's expected output Follow-up cec8b90a1e763905e8d434998baeae654d387bd1 ___

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

2018-02-09 Thread Andrew Cagney
New commits: commit cec8b90a1e763905e8d434998baeae654d387bd1 Author: Andrew Cagney Date: Fri Feb 9 11:06:53 2018 -0500 enum_names: add prefix for ikev2 exchange names so enum_short_name() works ___ Swan-commit mailing

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

2018-02-09 Thread Andrew Cagney
New commits: commit 31ec9eaf27710abbe5a46a993a8dc0a56e227d83 Author: Andrew Cagney Date: Tue Jan 16 11:29:34 2018 -0500 state: define struct ike_sa; wraps struct state The term IKE SA is taken from IKEv2. The target here is the IKEv2 crypto code which,

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

2018-02-09 Thread Andrew Cagney
New commits: commit c054cc2310a754585171425b1ef8ebf8c7a4293a Author: Andrew Cagney Date: Fri Feb 9 12:06:09 2018 -0500 ikev2: drop redundant e_pbs_cipher parameter to ikev2_encrypt_msg() Just use INTEG_START. ___

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

2018-02-09 Thread Andrew Cagney
New commits: commit 73997408a5db7bace34bb155736d3eeb87748271 Author: Andrew Cagney Date: Fri Feb 9 13:45:48 2018 -0500 state: add pexpect_ike_sa() for when ST should be an IKE SA also pexpect a child to have a parent ___