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

2020-09-13 Thread D. Hugh Redelmeier
New commits: commit 6c69c513e10d98fbd96c96a5a9710eeebb4fbce5 Author: D. Hugh Redelmeier Date: Sun Sep 13 09:19:30 2020 -0400 pluto: tweak enum perspective ___ Swan-commit mailing list Swan-commit@lists.libreswan.org https://lists.libreswan.org/ma

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

2020-09-13 Thread Andrew Cagney
New commits: commit 84b9e8648466193f19bcf3ef6a8cd47130ffb81f Author: Andrew Cagney Date: Sat Sep 12 10:43:35 2020 -0400 crypto: move lookup-by-cert code in lsw_get_secret() to get_connection_private_key() ... and use (new) find_secret_by_pubkey_ckaid() (it exposes an internal

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

2020-09-13 Thread D. Hugh Redelmeier
New commits: commit 7d007c7d5e2f1faf183d12a587584abef3d4825e Author: D. Hugh Redelmeier Date: Sun Sep 13 10:02:54 2020 -0400 libswan: ditch chunk1() because it isn't used. ___ Swan-commit mailing list Swan-commit@lists.libreswan.org https://lists

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

2020-09-13 Thread D. Hugh Redelmeier
New commits: commit 7d32338e73448913dd4d63defd264fec4d0dfbee Author: D. Hugh Redelmeier Date: Sun Sep 13 10:39:19 2020 -0400 pluto: eliminate another leak in v2_calculate_sighash() No need to make a copy. Without a copy, there is no need to free it. __

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

2020-09-13 Thread Andrew Cagney
New commits: commit 7081ce55a9fafa4ee50cc3fba2a5de8a3419b40d Author: Andrew Cagney Date: Sun Sep 13 11:40:13 2020 -0400 crypto: get_{psk,ppk}()->get_connection_{psk,ppk}() ___ Swan-commit mailing list Swan-commit@lists.libreswan.org https://lists

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

2020-09-13 Thread Paul Wouters
New commits: commit 281b7e2794b7add1392d568e0df966d5d28174fd Author: Paul Wouters Date: Sun Sep 13 14:48:31 2020 -0400 IKEv2: Fix first packet storage leak introduced in 6b3b669ef08793ef7 commit 2c8cde0e2a79ece1a8708fcf075070b0037b6788 Author: Paul Wouters Date: Sun Sep 13 11:14:39 2020

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

2020-09-13 Thread Paul Wouters
New commits: commit 36c5afe5fc6d7b571bbe9949b2d8404d03374693 Author: Paul Wouters Date: Sun Sep 13 17:57:09 2020 -0400 testing: misc update ___ Swan-commit mailing list Swan-commit@lists.libreswan.org https://lists.libreswan.org/mailman/listinfo/

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

2020-09-13 Thread Paul Wouters
New commits: commit 739c247ded343a3e20356abd86d7a498db4155ad Author: Paul Wouters Date: Sun Sep 13 21:43:28 2020 -0400 documentation: updated CHANGES commit 96fa77d8f603cd2fa2775248a6df53ea749c8cdc Author: Paul Wouters Date: Sun Sep 13 21:18:17 2020 -0400 whack: bump WHACK_MAGIC by

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

2020-09-13 Thread D. Hugh Redelmeier
New commits: commit dd1685b3a48e4139daeb7eb1f3084a577f9fc847 Author: D. Hugh Redelmeier Date: Mon Sep 14 02:18:29 2020 -0400 pluto: git rid of a bunch of leaks in ikev2_message.c ___ Swan-commit mailing list Swan-commit@lists.libreswan.org https:

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

2020-09-13 Thread D. Hugh Redelmeier
New commits: commit fa71e90119478ee22d6a0ef732079225ac4f5b95 Author: D. Hugh Redelmeier Date: Mon Sep 14 02:23:07 2020 -0400 pluto: use htonl for byte-order hack in ikev2_message.c The previous hand-rolled code was tricky and would not work on a big-endian computer. __