1. 22 Feb, 2017 1 commit
  2. 21 Feb, 2017 5 commits
  3. 20 Feb, 2017 3 commits
  4. 19 Feb, 2017 8 commits
  5. 18 Feb, 2017 4 commits
  6. 16 Feb, 2017 8 commits
  7. 15 Feb, 2017 5 commits
  8. 14 Feb, 2017 5 commits
  9. 13 Feb, 2017 1 commit
    • Tatsuhiro Tsujikawa's avatar
      nghttpx: Specify TLS protocol by version range · b36e53cc
      Tatsuhiro Tsujikawa authored
      This commit deprecates --tls-proto-list option, and adds 2 new
      options: --tls-min-proto-version and --tls-max-proto-version to
      specify minimum and maximum protocol version respectively.  Versions
      between the two are enabled.  The deprecated --tls-proto-list has
      empty default value, and acts like enabling only specific protocol
      versions in the range for now.
      b36e53cc