summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* intermediate dhe to 2048, note about javaJulien Vehent2015-05-271-3/+26
|
* Merge branch 'gh-pages' of github.com:mozilla/server-side-tls into gh-pagesJulien Vehent2015-05-271-3/+3
|\
| * Merge pull request #65 from nextPrime/patch-2Julien Vehent2015-05-221-3/+3
| |\ | | | | | | Change some links to use HTTPS
| | * Change some links to use HTTPSnextPrime2015-05-221-3/+3
| |/ | | | | aws.amazon.com and en.wikipedia.org support HTTPS. So update these links to: https://aws.amazon.com/cloudformation/, https://aws.amazon.com/elasticloadbalancing/, and https://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security.
* | add note about 2048 DHE in intermediate ciphersuiteJulien Vehent2015-05-271-1/+1
|/
* update phrasing on weakdh issueJulien Vehent2015-05-201-2/+3
|
* Merge pull request #64 from ameihm0912/gh-pagesJulien Vehent2015-05-201-0/+6
|\ | | | | Add note regarding Logjam
| * fix markup issueAaron Meihm2015-05-201-1/+1
| |
| * add note about Logjam attackAaron Meihm2015-05-201-0/+6
|/
* Merge pull request #58 from nextPrime/patch-1Julien Vehent2015-05-201-1/+1
|\ | | | | Change HSTS header setting in Apache
| * Change HSTS header setting in ApachenextPrime2015-04-161-1/+1
| | | | | | Is it better to use "Header always set Strict-Transport-Security" than "Header always add Strict-Transport-Security", in order to prevent adding duplicate HSTS headers?
* | add a READMEJulien Vehent2015-05-201-0/+8
| |
* | Add note about update doc and conf generator location. fixes #63.Julien Vehent2015-05-201-0/+4
| |
* | Add source of wiki page in reposJulien Vehent2015-05-201-0/+2832
|/
* Adding a description to the AWS ELB configGene Wood2015-04-161-0/+4
|
* Merge branch 'gh-pages' into tooltip-uiGene Wood2015-04-162-5/+187
|\
| * Merge pull request #55 from mozilla/ELB-templatesGene Wood2015-04-162-4/+186
| |\ | | | | | | Adding ELB template generation
| | * Adding ELB template generationGene Wood2015-04-162-4/+186
| | |
| * | Clarifying HAProxy error messageGene Wood2015-04-161-1/+1
| |/
* | Enable cross browser tooltip with jquery tooltipGene Wood2015-04-161-0/+4
|/ | | | | This fixes Safari not seeing the tooltip This doesn't solve mobile devices not being able to mouseover
* Fixing typo bug of no ciphersuites shownGene Wood2015-04-151-3/+3
|
* Merge pull request #53 from mozilla/add-autocompleteJulien Vehent2015-04-151-1/+16
|\ | | | | Adding autocomplete versions
| * Adding autocomplete versionsGene Wood2015-04-151-1/+16
|/ | | | | This autocomplete allows for typing in values not present in the list which should accommodate new web server and openssl versions that come out over time Fixes #39
* Fixing mixed whitespaceGene Wood2015-04-151-92/+97
| | | | Fixing permalink when fallbackprofile is used
* Merge pull request #52 from mozilla/apache-pre-2.4.0-tls-versionsGene Wood2015-04-151-52/+86
|\ | | | | Adding check for apache<2.4.0
| * Adding check for apache<2.4.0Gene Wood2015-04-151-52/+86
|/ | | | | | Restructuring profile data Changing default profile to intermediate Fixes #37
* Merge pull request #47 from mozilla/dh-param-for-old-profileJulien Vehent2015-04-141-1/+9
|\ | | | | Max DH Key size is constrained by Java support
| * Max DH Key size is constrained by Java supportGene Wood2015-04-131-1/+9
| | | | | | | | Fixes #31
* | Change ssl_session_timeout to improve performanceGene Wood2015-04-131-1/+1
| | | | | | | | | | This is recommended here : https://docs.google.com/presentation/d/1BH9DI1XlmukCzU2i8OvxLIfgQf_aGlZgZyvWDSyYyzs/present?slide=id.g41fa27ab0_4_18 Relates to PR #24
* | Merge pull request #50 from mozilla/remove-sslv2-apache-after-2.3.16Gene Wood2015-04-131-6/+14
|\ \ | | | | | | Remove sslv2 apache after 2.3.16
| * \ Merge branch 'gh-pages' into remove-sslv2-apache-after-2.3.16Gene Wood2015-04-131-11/+11
| |\ \ | |/ / |/| |
* | | Merge pull request #49 from mozilla/add-defaults-to-query-link-lookupGene Wood2015-04-131-11/+11
|\ \ \ | | | | | | | | Moving defaults to loadFromQueryString and improving input validation
| * \ \ Merge branch 'gh-pages' into add-defaults-to-query-link-lookupGene Wood2015-04-131-1/+14
| |\ \ \ | |/ / / |/| | | | | | | | | | | # Conflicts: # ssl-config-generator/index.html
| * | | Moving defaults to loadFromQueryString and improving input validationGene Wood2015-04-131-11/+11
| | |/ | |/|
| | * Fix UI : Disable modern profile even if another profile is selectedGene Wood2015-04-131-5/+9
| | |
| | * Remove sslv2 if the apache version is >= 2.3.16Gene Wood2015-04-131-1/+5
| |/ |/|
* | Merge pull request #46 from mozilla/no-modern-for-old-opensslGene Wood2015-04-131-3/+16
|\ \ | |/ |/| Adding new semver test for OpenSSL grammar and code to disable `modern` profile for old versions of OpenSSL
| * Adding comment about the different semver functionsGene Wood2015-04-131-1/+2
| | | | | | | | Adding detail to message about modern profile being unavailable
| * Adding new semver test for OpenSSL grammar and code to disable `modern` ↵Gene Wood2015-04-131-3/+15
| | | | | | | | | | | | | | profile for old versions of OpenSSL Setting more common default values for Apache and OpenSSL Resolves #26
* | Merge pull request #27 from mozilla/fix-SSLCertificateChainFileGene Wood2015-04-131-2/+7
|\ \ | | | | | | Conditionally displays SSLCertificateChainFile based on Apache version
| * | Conditionally displays SSLCertificateChainFile based on Apache versionGene Wood2015-02-261-2/+7
| | | | | | | | | | | | Resolves Issue #21
* | | Merge pull request #23 from MendelGusmao/permalinksJulien Vehent2015-03-151-4/+35
|\ \ \ | |_|/ |/| | Implement 'permalinks'
| * | Implement 'permalinks'MendelGusmao2015-02-021-5/+36
| |/
* | Fixing my overzealous html cleanup so empty divs are validGene Wood2015-02-261-2/+2
| |
* | Fixing missing semi-colons and invalid input htmlGene Wood2015-02-261-17/+17
|/
* Moving link to github to the bottom of the pageGene Wood2014-12-111-2/+1
| | | | Resolves #18
* Fixing broken responsive gridsGene Wood2014-11-182-61/+56
|
* Fixing bad escaping for HAProxy HSTS header based on PR #11Gene Wood2014-11-181-1/+1
|
* Fixed styling copy paste mistakes and formatting based on PR #11Gene Wood2014-11-184-29/+98
| | | | Added tabzilla
* Setting HSTS, when enabled, to always serve the header under Apache, even in ↵Gene Wood2014-11-181-1/+1
| | | | | | error pages and redirects. Resolves #16
* Adding comments about required modules for HSTS as well as a translation of ↵Gene Wood2014-11-181-3/+3
| | | | | | seconds to months Resolves #15
* This modifies PR #13 a bit so that nginx installations older than 0.7.14 ↵Gene Wood2014-11-181-1/+7
| | | | | | work correctly as the per `listen` directive ssl arguments weren't available at that point. Relates to Issue #12
* Adding a redirect to the https version of the site if it's accessed via httpGene Wood2014-11-181-0/+4
| | | | Resolves #14
* Merge pull request #13 from neitsab/gh-pagesJeff Bryner2014-11-091-2/+1
|\ | | | | Replace deprecated nginx 'ssl' directive with listen 'ssl' parameter
| * Replace deprecated nginx 'ssl' directive with listen 'ssl' parameterBastien Traverse2014-11-091-2/+1
|/
* add mozilla licenseJulien Vehent2014-11-061-0/+373
|
* Adding a list of the oldest compatible clients for each profileGene Wood2014-11-051-2/+12
| | | | Resolves #2
* Make the code block text not spill outsideGene Wood2014-11-051-0/+3
| | | Resolves #6
* Merge pull request #3 from mozilla/fix_ciphersuitesGene Wood2014-11-051-2/+2
|\ | | | | minor ordering fixes to the modern and intermediate ciphersuites
| * minor ordering fixes to the modern and intermediate ciphersuitesJulien Vehent2014-10-291-2/+2
|/
* Move the `ssl_trusted_certificate` directive from the apache config to the ↵Gene Wood2014-10-211-9/+8
| | | | | | nginx config. Fixes #1
* Moving ocspServerConfig outside VirtualHost to server configGene Wood2014-10-201-1/+3
| | | | http://httpd.apache.org/docs/current/mod/mod_ssl.html#sslstaplingcache
* Add a link to the github repoGene Wood2014-10-181-0/+1
|
* cleanup fonts and add a link to the wikiGene Wood2014-10-181-9/+11
|
* initial github pages commit of ssl-config-generatorGene Wood2014-10-182-0/+570