]> git.ipfire.org Git - thirdparty/squid.git/commit
Rename cert_valid.pl helper to security_fake_crtv
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 28 Jan 2016 11:02:42 +0000 (00:02 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 28 Jan 2016 11:02:42 +0000 (00:02 +1300)
commita27cfbe041babf81d6e3525648296fc01261126a
treedbc108f3c4d0c6bcc6d9da3440e64201a9ed1bdf
parented09a6c0885d108fe304e577903d1b3ec2a9af4a
Rename cert_valid.pl helper to security_fake_crtv

Also, shuffles the helper to the src/security/ area and creates necessary
infrastructure for bundling other certificate verifier helpers.
configure.ac
helpers/Makefile.am
src/security/Makefile.am
src/security/certv/Makefile.am [moved from helpers/ssl/Makefile.am with 73% similarity]
src/security/certv/fake/Makefile.am [new file with mode: 0644]
src/security/certv/fake/required.m4 [new file with mode: 0755]
src/security/certv/fake/security_fake_crtv.pl.in [moved from helpers/ssl/cert_valid.pl with 98% similarity]
src/security/certv/modules.m4 [new file with mode: 0644]