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

2018-07-13 Thread D. Hugh Redelmeier
New commits:
commit 696719eae947c7125fce336d8f566c8c96efa351
Author: D. Hugh Redelmeier 
Date:   Sat Jul 14 01:46:23 2018 -0400

pluto: get_ike_sa: remove pexpect added in 
475f91d43bdf8c2a94d109819c473fad785166c4

commit 2ab1a3dc42f5e0da07c4155b200cd26f8daa726b
Author: D. Hugh Redelmeier 
Date:   Fri Jul 13 12:29:53 2018 -0400

pluto: ikev2: sprinkle const; clarify two IFs by converting to SWITCHes

commit 475f91d43bdf8c2a94d109819c473fad785166c4
Author: D. Hugh Redelmeier 
Date:   Fri Jul 13 11:19:44 2018 -0400

pluto: state.c: simplify get_ike_sa and pexpect_ike_sa

commit db768087ed92ed867c21a4d52c00866288639946
Author: D. Hugh Redelmeier 
Date:   Fri Jul 13 11:17:34 2018 -0400

pluto: state.h: define struct before using it

___
Swan-commit mailing list
Swan-commit@lists.libreswan.org
https://lists.libreswan.org/mailman/listinfo/swan-commit


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

2018-07-13 Thread D. Hugh Redelmeier
New commits:
commit 157af04c882710935c4282dc7d8b78a0895203c8
Author: D. Hugh Redelmeier 
Date:   Fri Jul 13 15:16:45 2018 -0400

pluto: fix ikev2_need_esp_or_ah_proposals broken in 
d23fb67075a07e6a7a2a1b4c09589c60534431e8

___
Swan-commit mailing list
Swan-commit@lists.libreswan.org
https://lists.libreswan.org/mailman/listinfo/swan-commit


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

2018-07-13 Thread D. Hugh Redelmeier
New commits:
commit 3304569945ef35d2d4666ef24383ce1b0f8d
Author: D. Hugh Redelmeier 
Date:   Thu Jul 12 15:18:27 2018 -0400

pluto: ikev2_process_sa_payload: *chosen_proposal must be empty on entry 
and full on return

commit 300036d602bd363e171b1d31a6fac69e9e56795e
Author: D. Hugh Redelmeier 
Date:   Thu Jul 12 13:32:31 2018 -0400

pluto: sprinkle a few more consts

commit 14d9fa0f1218a08c506b7a7561ac02528e1a798c
Author: D. Hugh Redelmeier 
Date:   Thu Jul 12 13:07:28 2018 -0400

pluto: opportunistic argument to ikev2_process_sa_payload must be bool

commit d23fb67075a07e6a7a2a1b4c09589c60534431e8
Author: D. Hugh Redelmeier 
Date:   Thu Jul 12 12:51:38 2018 -0400

pluto: cut down repetition in building V2 proposals

- replace ikev2_proposals_from_alg_info_ike with ikev2_need_ike_proposals
  and ikev2_proposals_from_alg_info_esp with ikev2_need_esp_or_ah_proposals

- the replacements have fewer arguments so calls are simpler

- moved a passert from after each ikev2_proposals_from_alg_info_esp call to
  inside ikev2_proposals_from_alg_info_esp.

___
Swan-commit mailing list
Swan-commit@lists.libreswan.org
https://lists.libreswan.org/mailman/listinfo/swan-commit


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

2018-07-13 Thread D. Hugh Redelmeier
New commits:
commit d4cbcd8d3575dab0dc99175b91be735b949860cf
Author: D. Hugh Redelmeier 
Date:   Fri Jul 13 09:34:56 2018 -0400

testing: use /dev/urandom for dnssec-keygen and dnssec-signzone

By default, these use /dev/random.  This can be very very slow.
random(4) says /dev/urandom should be used instead and it is much
faster.

There might be security issues -- the entropy is perhaps suspect.  But
for testing this should not be an issue.

___
Swan-commit mailing list
Swan-commit@lists.libreswan.org
https://lists.libreswan.org/mailman/listinfo/swan-commit