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

2014-04-05 Thread D. Hugh Redelmeier
New commits:
commit 213722695f354722214582206257913b49a9eacf
Merge: ff3295f f58b43e
Author: D. Hugh Redelmeier h...@mimosa.com
Date:   Sat Apr 5 03:28:03 2014 -0400

Merge branch 'master' of vault.libreswan.fi:/srv/src/libreswan
Paul and I chewed on the same code.
Conflicts:
include/certs.h
lib/libswan/certload.c
programs/pluto/ikev2_x509.c
programs/pluto/x509.c

commit ff3295f953695d2baf83276060c1768c13f122c1
Author: D. Hugh Redelmeier h...@mimosa.com
Date:   Sat Apr 5 03:19:46 2014 -0400

Eliminate moribund *sendcert=forcedtype feature.

- simplify use of certificate types
  (internally we only have CERT_NONE and CERT_X509_SIGNATURE)

- renamed cert_t's type field to ty -- easier to egrep

- various bits of tidying that falls out of this

___
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

2014-04-05 Thread Paul Wouters
New commits:
commit 3fceead05712c8d1e1608fb2de87a59778059de9
Author: Paul Wouters pwout...@redhat.com
Date:   Sat Apr 5 13:56:26 2014 -0400

pluto/libswan: move certload.c pem.c pkcs.c from libswan/ to pluto/

Also killed parse_pkcs1_private_key() as it had no users

commit 6c082c86a1992fbaf3a19101419db4942f5729eb
Author: Paul Wouters pwout...@redhat.com
Date:   Sat Apr 5 13:12:39 2014 -0400

Move TIMETOA_BUF and UNDEFINED_TIME to pluto_constants.h

It has nothing to do with the functions offered in lswtime.[ch] and
reduced the number of includes requires for lswtime.h

commit 4042977049e5a2e03d156351f77b5103703a2f00
Author: Paul Wouters pwout...@redhat.com
Date:   Sat Apr 5 13:11:28 2014 -0400

pluto: Fix two occurances forgotten in the cert.type - cert.ty rename

___
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

2014-04-05 Thread Paul Wouters
New commits:
commit f0f681c51cb2f0957600bbc4542ea3bdef4d9161
Author: Paul Wouters pwout...@redhat.com
Date:   Sat Apr 5 14:11:27 2014 -0400

udpfromto: Also enable without KLIPS on linux, move from libswan to pluto

___
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

2014-04-05 Thread D. Hugh Redelmeier
New commits:
commit 8dc4800cba11002275ac61e048210e0c247797cf
Author: D. Hugh Redelmeier h...@mimosa.com
Date:   Sat Apr 5 14:44:19 2014 -0400

Eliminate same_cert() (was not 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

2014-04-05 Thread D. Hugh Redelmeier
New commits:
commit 0e291188b09e7c4a8fbce99171e566c0b5247b7f
Author: D. Hugh Redelmeier h...@mimosa.com
Date:   Sat Apr 5 15:54:11 2014 -0400

is_asn1():
- handle empty blob gracefully (avoid potential crash)
- structure for clarity
- make logging talk about cert blob rather than file
  since blob may not be from a file

___
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

2014-04-05 Thread D. Hugh Redelmeier
New commits:
commit d0f21098ee0dd6dcd64c33fd1c8727f78169b984
Author: D. Hugh Redelmeier h...@mimosa.com
Date:   Sun Apr 6 00:03:26 2014 -0400

Some formatting improvements:

- ); terminating DBG call need not be on its own line

- (  and  ) should generally be ( and )

- removed some redundant brackets for legibility

- added some redundant braces for legibility

- type* thing should be type *thing

- adjacent DBG invocations with identical conditions can be combined.

- } else { should be on one line

___
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

2014-04-05 Thread D. Hugh Redelmeier
New commits:
commit e5ae10c6f8907deb837cd20ea1fefacc78f1baf0
Author: D. Hugh Redelmeier h...@mimosa.com
Date:   Sun Apr 6 00:22:55 2014 -0400

slight tidy: reduce scope of some locals, and const attribute

commit 4e055812766ad9d4eb4f679035f9965ca2f3b557
Author: D. Hugh Redelmeier h...@mimosa.com
Date:   Sun Apr 6 00:17:24 2014 -0400

Add comment to parse_x509cert to describe memory ownership regime

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