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

2018-07-07 Thread Andrew Cagney
New commits:
commit 894beee2dedd8e362f040c03cd35e22c16281e87
Author: Andrew Cagney 
Date:   Sat Jul 7 00:16:28 2018 -0400

building: delete /**/ comment at end of USE_... line

Confuses build system.

___
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-07 Thread D. Hugh Redelmeier
New commits:
commit 2b1e4815e9806b06ee11d8ab25fda7fcc858bea8
Author: D. Hugh Redelmeier 
Date:   Sat Jul 7 11:10:41 2018 -0400

testing: ditch many definitions of exit_tool.  Never used.

___
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-07 Thread Andrew Cagney
New commits:
commit d26d2c02f46537397cf0bbb2d4d3d4451bb28ae3
Merge: 2b1e481 f0e2d05
Author: Andrew Cagney 
Date:   Sat Jul 7 12:47:10 2018 -0400

kernel: filter out unsupported algorithms like RIPEMD (unless so configured)

kernel_alg.c was adding algorithms to the kernel algorithm db without
first checking if pluto is configured to support them.

This sets things up for all sorts of far more interesting changes:

- store ike_algs in the kernel algorithm db (and not
  SADB/netkey centric structs)

- delete yet more magic switches that map between SADB and IKEv[12] values

- fixing (by deleting, see above) code that only builds when certain
  SADB algorithms are present

- sorting out NULL_KAME

Merge commit 'f0e2d057ec3d73d6880b15cb639d6f17191d8a9a'

commit f0e2d057ec3d73d6880b15cb639d6f17191d8a9a
Author: Andrew Cagney 
Date:   Fri Jul 6 21:35:58 2018 -0400

testing: don't expect RIPEMD or NULL_AUTH_AES_GMAC (when fips)

commit 6ac7d16c93fe447e0a529571bc381a25b38874bb
Author: Andrew Cagney 
Date:   Fri Jul 6 21:34:05 2018 -0400

kernal: discard unsupported algorithms returned by netkey/sadb

Namely RIPEMD and NULL_AUTH_AES_GMAC (when FIPS).
Fortunately the algorithm parser would reject any attempts to use them.

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