]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
TLS: shuffle EECDH configuration to libsecurity
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 11 Oct 2015 13:56:33 +0000 (06:56 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 11 Oct 2015 13:56:33 +0000 (06:56 -0700)
* add class ServerOptions to libsecurity to manage server specific
  configuration options. Based on class PeerOptions.

* shuffle the DH config parse and dump logics to ServerOptions

* shuffle the DH params pre-loading logic to ServerOptions

* add configuration warning when tls-dh= is used and overrides
  dhparams= logacy configuration. Also, auto-upgrade the config
  settings when dhparams= is dumped in mgr:config report.


Trivial merge