]> git.ipfire.org Git - thirdparty/squid.git/commit
SourceLayout: rename cert_valid.pl to security_fake_certverify
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 29 Jan 2016 12:49:28 +0000 (01:49 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 29 Jan 2016 12:49:28 +0000 (01:49 +1300)
commit9cc2d67502a9309f9a4a4fc938a1936a358543d1
tree020ead60a213a106bbc7f97678e810d3ea7f663d
parented09a6c0885d108fe304e577903d1b3ec2a9af4a
parent40063c71ec623dfc6827e45ded7bf45008991994
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.