Add support for configuring client connections too.
authorLinus Nordberg <linus@nordberg.se>
Mon, 11 Feb 2013 15:41:47 +0000 (16:41 +0100)
committerLinus Nordberg <linus@nordberg.se>
Mon, 11 Feb 2013 15:41:47 +0000 (16:41 +0100)
commitd640207c74e0aaf5b4a3faf61c38e17796bf76a2
treed79a0eabf66503525f4bf1a3495e00ed50f7d207
parent8d113bba795b1b8cf4ab55b362108f2c819e039d
Add support for configuring client connections too.

We're moving x509 and psk config from rs_realm to rs_peer while
allowing these to be configured on the realm level and overriden at
peer level.

Also, add support for printing the read configuration, for debugging.
lib/conf.c
lib/confutil.c [new file with mode: 0644]
lib/event.c
lib/include/radsec/radsec-impl.h
lib/include/radsec/radsec.h
lib/radsec.c
lib/radsec.sym
lib/tls.c