]> git.sur5r.net Git - bacula/docs/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)
commitd121fd1c68cf052bee99783e870246d11d2f4ec2
treefb0636aa458f8be359644ab21d8f930b893ab160
parent0f21cb50e84d7cab11860291790a164899fec4ea
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>