Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved squid3 reverse-proxy security #35

Merged
merged 5 commits into from
Jan 17, 2016
Merged

Improved squid3 reverse-proxy security #35

merged 5 commits into from
Jan 17, 2016

Commits on Dec 27, 2015

  1. Improved squid3 reverse-proxy security

    - Added strong ciphers
    - Disabled SSLv2 and SSLv3 options
    - Added SINGLE_DH_USE and CIPHER_SERVER_PREFERENCE options
    - Added use of DHParam file
    geijt committed Dec 27, 2015
    Configuration menu
    Copy the full SHA
    7306639 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2016

  1. Configuration menu
    Copy the full SHA
    72203c3 View commit details
    Browse the repository at this point in the history
  2. - Implemented Mozilla's compatibility modes (Modern & Intermediate)

    - Dropped DHParam 1024 as an option (not matching compatibility modes)
    - Added check or DHParam file exists (ciphers not set if no DHParam file
    found)
    - Added option to disable session resumption
    geijt committed Jan 10, 2016
    Configuration menu
    Copy the full SHA
    3383cbf View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2016

  1. Configuration menu
    Copy the full SHA
    d5d26e7 View commit details
    Browse the repository at this point in the history
  2. Version bump

    geijt committed Jan 17, 2016
    Configuration menu
    Copy the full SHA
    743cc22 View commit details
    Browse the repository at this point in the history