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

2018-07-24 Thread D. Hugh Redelmeier
New commits: commit df4ab8d344024a25fb954f3c39adaa280a859360 Author: D. Hugh Redelmeier Date: Tue Jul 24 22:04:48 2018 -0400 makefiles: fix grammar of a message ___ Swan-commit mailing list Swan-commit@lists.libreswan.org

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

2018-07-24 Thread Andrew Cagney
New commits: commit 7f25498179178f7aae59d0d58f00ec14a8c53c38 Author: Andrew Cagney Date: Tue Jul 24 17:20:49 2018 -0400 kernel: replace bool .policy_lifetime with .scan_shunts() Eliminate hardwired backend calls to pfkey_scan_shunts() and expire_bare_shunts() in timer.c.

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

2018-07-24 Thread Andrew Cagney
New commits: commit 15f1993ea9888e242357bd931dac216feb3c25df Author: Andrew Cagney Date: Mon Jul 23 21:56:12 2018 -0400 ikev1: fix optional key-length regression in an ESP proposal Merge ESP algorithm checks that were scattered across check_kernel_encrypt_alg,

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

2018-07-24 Thread Andrew Cagney
New commits: commit 58d4ffcf7b88b2bb1d5d081681406bda0cb0983d Merge: 1fb6cec 989190b Author: Andrew Cagney Date: Tue Jul 24 17:11:42 2018 -0400 pluto: don't include _0 in child-sa established encrypt algorithm Merge commit '989190b5b563289367f24ee4d75c30802a742ce0' commit

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

2018-07-24 Thread Andrew Cagney
New commits: commit 1fb6cec15814b233888a12fd8ddb39e86d403cf1 Author: Andrew Cagney Date: Tue Jul 24 16:34:43 2018 -0400 pluto: convert fmt_ipsec_sa_established() to using lswlog ___ Swan-commit mailing list Swan-commit@lists.libreswan.org

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

2018-07-24 Thread Andrew Cagney
New commits: commit 7431177f0fda16a2ed4c67d5f94b0e13ccc7ffb7 Author: Andrew Cagney Date: Tue Jul 24 14:51:41 2018 -0400 pluto: use LSWLOG_RC() to report the established SA's details Well mostly. The fmt_*_sa_established() functions still exist but are called via lswlog style

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

2018-07-24 Thread Andrew Cagney
New commits: commit 4d7ca9553f58db408da2fc0bead64361a44d2279 Author: Andrew Cagney Date: Tue Jul 24 15:34:19 2018 -0400 ikev1: use encrypt_desc .keylen_omitted to decide if keylen is required Eliminate a crypto_req_keysize() call. Suspect entire code path is redundant.

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

2018-07-24 Thread D. Hugh Redelmeier
New commits: commit 5f67c7c0d685bf6e48646bbc7ea43ddd1d6192ce Author: D. Hugh Redelmeier Date: Tue Jul 24 14:41:45 2018 -0400 addcon: simplify; log to stderr when appropriate - systematically change "printf{ to "fprintf(stderr, " where it is followed by exit(1) -

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

2018-07-24 Thread Andrew Cagney
New commits: commit 7d1b9b9e27832a24c793a239033c3f9b79ff6a62 Author: Andrew Cagney Date: Tue Jul 24 14:12:40 2018 -0400 ikev1: delete a now-redundant call to crypto_req_keysize(CRK_ESPorAH,...) Since passert() confirms value matched that computed from ike_alg.

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

2018-07-24 Thread Andrew Cagney
New commits: commit 0fb762a1a69c2e5456787efea047f67b30132c03 Author: Andrew Cagney Date: Tue Jul 24 14:00:24 2018 -0400 ike_alg: have encrypt_has_key_bit_length(_alg_encrypt_null, 0) return true i.e., for 'null' encryption consider 0 to be a valid key (like it is) Makes