1. 14 Apr, 2018 1 commit
  2. 12 Apr, 2018 1 commit
  3. 06 Apr, 2018 1 commit
  4. 03 Apr, 2018 5 commits
  5. 25 Mar, 2018 1 commit
    • Bernard Spil's avatar
      [PATCH] Allow building without NPN · 400934e5
      Bernard Spil authored
      NPN has been superseeded by ALPN. OpenSSL provides a configure
      option to disable npn (no-npn) which results in an OpenSSL
      installation that defines OPENSSL_NO_NEXTPROTONEG in opensslconf.h
      
      The #ifdef's look safe here (as the next_proto is initialized as
      nullptr). Alteratively, macros could be defined for the used npn
      methods that return a 0 for next_proto.
      Signed-off-by: default avatarBernard Spil <brnrd@FreeBSD.org>
      400934e5
  6. 13 Mar, 2018 2 commits
  7. 12 Mar, 2018 2 commits
  8. 11 Mar, 2018 1 commit
  9. 27 Feb, 2018 4 commits
  10. 26 Feb, 2018 1 commit
  11. 25 Feb, 2018 1 commit
  12. 22 Feb, 2018 3 commits
  13. 17 Feb, 2018 1 commit
  14. 12 Feb, 2018 1 commit
  15. 10 Feb, 2018 2 commits
  16. 08 Feb, 2018 2 commits
  17. 03 Feb, 2018 1 commit
  18. 02 Feb, 2018 5 commits
  19. 28 Jan, 2018 2 commits
  20. 27 Jan, 2018 1 commit
  21. 14 Jan, 2018 1 commit
  22. 08 Jan, 2018 1 commit
    • Tatsuhiro Tsujikawa's avatar
      nghttpx: Add upgrade-scheme parameter to backend option · 5cc3d159
      Tatsuhiro Tsujikawa authored
      If "upgrade-scheme" parameter is present in backend option along with
      "tls" paramter, HTTP/2 :scheme pseudo header field is changed to
      "https" from "http" when forwarding a request to this particular
      backend.  This is a workaround for a server which requests "https"
      scheme on HTTP/2 connection encrypted by TLS.
      5cc3d159