]> git.ipfire.org Git - thirdparty/squid.git/commit - src/security/cert_generators/helpers.m4
SourceLayout: rename ssl_crtd helper to security_file_certgen
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 1 Feb 2016 11:52:03 +0000 (00:52 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 1 Feb 2016 11:52:03 +0000 (00:52 +1300)
commitcb0b3d63ecec34d5378434d54312f9af8e9a3aab
tree0f34da4203ce0410f516becc9d98c2676771bd3b
parent64d0dd9fe1aba0facdb8e3f682816262978a8957
SourceLayout: rename ssl_crtd helper to security_file_certgen

* Add --enable-security-cert-generators="..." option to build
  sslcrtd_program helpers

* Separate --enable-ssl-crtd from helper build and install

* Shuffle ssl_crtd to src/security/cert_generators and rename
  to reflect its helper interface and filesystem backend.

Squid binary or helper binary logic changes in this. Just
./configure build system logic changes.
18 files changed:
configure.ac
doc/release-notes/release-4.sgml
src/Makefile.am
src/cf.data.pre
src/client_side.cc
src/main.cc
src/security/Makefile.am
src/security/cert_generators/Makefile.am [new file with mode: 0644]
src/security/cert_generators/file/Makefile.am [new file with mode: 0644]
src/security/cert_generators/file/certificate_db.cc [moved from src/ssl/certificate_db.cc with 99% similarity]
src/security/cert_generators/file/certificate_db.h [moved from src/ssl/certificate_db.h with 100% similarity]
src/security/cert_generators/file/required.m4 [new file with mode: 0644]
src/security/cert_generators/file/security_file_certgen.8 [moved from src/ssl/ssl_crtd.8 with 90% similarity]
src/security/cert_generators/file/ssl_crtd.cc [moved from src/ssl/ssl_crtd.cc with 99% similarity]
src/security/cert_generators/helpers.m4 [new file with mode: 0644]
src/security/cert_validators/helpers.m4
src/ssl/Makefile.am
src/ssl/helper.h