From: Amos Jeffries Date: Fri, 29 Jan 2016 12:49:28 +0000 (+1300) Subject: SourceLayout: rename cert_valid.pl to security_fake_certverify X-Git-Tag: SQUID_4_0_5~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9cc2d67502a9309f9a4a4fc938a1936a358543d1;p=thirdparty%2Fsquid.git SourceLayout: rename cert_valid.pl to security_fake_certverify * creates src/security/cert_validators/ for certificate validation helpers. To distinguish from certificate generator helpers which would be in src/security/cert_generators/. * renames cert_valid.pl to securiy_fake_certverify inline with the helper naming schema. * moves helpers/ssl/ to src/security/cert_validators/fake/ as it is the fake helper. - building the man(8) documentation that was missing previously. * adds a ./configure option --enable-security-cert-validator-helpers= to allow the bundled certverify helper(s) to be managed at build time just like any other. - this involves addition of the modules.m4, requires.m4 and Makefile.am infrastructire that helpers/ssl/ was previously lacking. --- 9cc2d67502a9309f9a4a4fc938a1936a358543d1