]> git.ipfire.org Git - thirdparty/cups.git/commit - cups/usersys.c
Add code to validate trust when printing via the IPP backend.
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Wed, 7 May 2014 23:55:35 +0000 (23:55 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Wed, 7 May 2014 23:55:35 +0000 (23:55 +0000)
commitf51f3773d1c141dfeffcb6ef478129197dde3a96
tree69f3947fe49d7a890b13461ff307d8e47feaf803
parent524c65e662f2c36fd6a5321425a30d2cdd2d4ece
Add code to validate trust when printing via the IPP backend.

Add new CUPS_VALIDATECERTS (ValidateCerts in the conf file) setting to control
whether we require the common name to match the host name, default is no.
(currently)

httpCredentialsGetTrust now only checks hostname/common name matches when
validation is enabled.  Otherwise we just look for changes to certs.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11851 a1ca3aef-8c08-0410-bb20-df032aa958be
backend/ipp.c
cups/cups-private.h
cups/globals.c
cups/tls-darwin.c
cups/usersys.c
man/client.conf.man.in