1. 27 Aug, 2012 2 commits
    • Tatsuhiro Tsujikawa's avatar
      python: add get_npn_protocols() function · 6b64276c
      Tatsuhiro Tsujikawa authored
      get_npn_protocols() is high level wrapper for
      spdylay_npn_get_proto_list() and the returned list can be passed to
      ssl.SSLContext.set_npn_protocols().
      6b64276c
    • Tatsuhiro Tsujikawa's avatar
      Add spdylay_npn_get_proto_list() public API function. · 4e5e7419
      Tatsuhiro Tsujikawa authored
      spdylay_npn_get_proto_list() returns a pointer to the supported SPDY
      version list. The element of the list is spdylay_npn_proto struct. It
      contains all SPDY version information this library supports. The
      application can use this information to configure NPN protocol
      offerings/selection.
      4e5e7419
  2. 24 Aug, 2012 12 commits
  3. 23 Aug, 2012 8 commits
  4. 22 Aug, 2012 9 commits
  5. 21 Aug, 2012 9 commits