]> git.sur5r.net Git - bacula/rescue/commit
Add support for arbitrary client-to-server certificate CN matching (TLS Allowed CN...
authorLandon Fuller <landonf@opendarwin.org>
Fri, 23 Mar 2007 17:20:40 +0000 (17:20 +0000)
committerLandon Fuller <landonf@opendarwin.org>
Fri, 23 Mar 2007 17:20:40 +0000 (17:20 +0000)
commit1f7c39d0c3d3f590c66df6af0efc080172985b3a
treefedcedfcce060b767086fbb22e70169b48ddf11c
parent1e4e357ae04b6a9297109475ddbb0d29909c69fb
Add support for arbitrary client-to-server certificate CN matching (TLS Allowed CN). This allows the TLS client to either use certificate hostname matching, or an arbitrary administer-supplied CN, and is necessary to support roaming clients with non-static hostnames.

Contributed by: Jorj Bauer <jorj@seas.upenn.edu>