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

2018-08-13 Thread D. Hugh Redelmeier
New commits:
commit 5cecaafc89167260c8aa4fbc937b867343a502ae
Author: D. Hugh Redelmeier 
Date:   Mon Aug 13 11:46:48 2018 -0400

pluto: sprinkle "static"; formatting tweaks

___
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-08-13 Thread D. Hugh Redelmeier
New commits:
commit 0d63ca83e965a29c676905ac55c6e5238c8dc97a
Author: D. Hugh Redelmeier 
Date:   Mon Aug 13 13:08:25 2018 -0400

pluto: negotiate_hash_algo_from_notification() prevent buffer overrun; tidy

- if the Other Side sent a payload listing too many hash algorithms,
  an internal buffer would overflow.  Now a diagnostic will be issued.
  Is the diagnotic emitted via the correct routine?

- reduced the scope of local variables

- eliminated pointless initialization

- moved common code outside the switch cases

- fixed typo in comment

___
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-08-13 Thread Paul Wouters
New commits:
commit 0728fb37bf95eab766b74ed6c1223a90d4940256
Author: Paul Wouters 
Date:   Mon Aug 13 17:27:49 2018 -0400

testing: add SAN to strongswan pki generated ecdsa certs

___
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-08-13 Thread Paul Wouters
New commits:
commit 26bed0b792070e52851f9e2b54b56f9eadf737f4
Author: Paul Wouters 
Date:   Mon Aug 13 17:37:50 2018 -0400

testing: strongswan certs add serverAuth

___
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-08-13 Thread Paul Wouters
New commits:
commit dc6ac663e220b3e801730e5a4b256a3a33108a96
Author: Paul Wouters 
Date:   Mon Aug 13 22:36:49 2018 -0400

testing: removed unused/obsoleted testing/attacks, testing/crypto

___
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-08-13 Thread D. Hugh Redelmeier
New commits:
commit d7eb264d9c1923c8d1e911490445198d1ee8d582
Author: D. Hugh Redelmeier 
Date:   Tue Aug 14 01:53:11 2018 -0400

pluto: ikev2_parent.c: simplify and add some ???

___
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-08-13 Thread D. Hugh Redelmeier
New commits:
commit c2e3fb0c0302c166b298ea9933da766011fba523
Author: D. Hugh Redelmeier 
Date:   Tue Aug 14 02:19:02 2018 -0400

pluto: build payloads with struct initializers; tidy

- for output payload structs, switch to using struct initializer to
  fill in fields where possible.  This replaced field assignment subsequent
  to the struct declaration

- fix leaks of auth_chain and add comments to explain required discipline

- sprinkle more "const"

- reduce scope of auto variables by declaring them as late as possible.

- try to combine declaration of each auto variable with its initial
  assignment

- simplify ikev1_close_message; add a couple of pexpects

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