Support the CA key for SSL inspection in the ca process. Instead of
authorreyk <reyk@openbsd.org>
Tue, 22 Apr 2014 08:04:23 +0000 (08:04 +0000)
committerreyk <reyk@openbsd.org>
Tue, 22 Apr 2014 08:04:23 +0000 (08:04 +0000)
commit00ae31043b18ac22f35083877482acea3baf4e99
tree4e5a08c16582b7a3d641a82d715cbbb04bede558
parentb0b58169a73e54da2b6f2b7096e1f4e2380dfcdb
Support the CA key for SSL inspection in the ca process.  Instead of
looking up the keys by relay id, add all keys to a list and look them
up by key id.

ok benno@
usr.sbin/relayd/ca.c
usr.sbin/relayd/config.c
usr.sbin/relayd/parse.y
usr.sbin/relayd/relay.c
usr.sbin/relayd/relayd.c
usr.sbin/relayd/relayd.h
usr.sbin/relayd/ssl.c