1. 12 Aug, 2017 1 commit
    • Anna Henningsen's avatar
      lib: add nghttp2_rcbuf_is_static() · eb306f46
      Anna Henningsen authored
      Add a `nghttp2_rcbuf_is_static()` method to tell whether a rcbuf
      is statically allocated.
      
      This can be useful for language bindings that wish to avoid
      creating duplicate strings for these buffers; concretely, I am
      planning to use this in the Node HTTP/2 module that is being
      introduced.
      eb306f46
  2. 09 Aug, 2017 2 commits
  3. 27 Jul, 2017 3 commits
  4. 15 Jul, 2017 1 commit
  5. 14 Jul, 2017 1 commit
  6. 12 Jul, 2017 1 commit
  7. 02 Jul, 2017 4 commits
  8. 28 Jun, 2017 1 commit
  9. 27 Jun, 2017 1 commit
  10. 22 Jun, 2017 2 commits
  11. 19 Jun, 2017 2 commits
  12. 15 Jun, 2017 1 commit
  13. 13 Jun, 2017 2 commits
  14. 12 Jun, 2017 1 commit
    • Tatsuhiro Tsujikawa's avatar
      nghttpx: Set default minimum TLS version to TLSv1.2 · be164fc8
      Tatsuhiro Tsujikawa authored
      Previously, the default minimum TLS version was TLSv1.1, but the
      default cipher list didn't include any compatible ciphers with it.
      This made handshake fail if TLSv1.1 was negotiated because there was
      no shared ciphers.  To make the default settings consistent, the
      default minimum TLS version is now TLSv1.2.
      be164fc8
  15. 11 Jun, 2017 2 commits
  16. 02 Jun, 2017 2 commits
  17. 30 May, 2017 1 commit
  18. 26 May, 2017 5 commits
  19. 25 May, 2017 5 commits
  20. 24 May, 2017 2 commits