1. 09 Jul, 2013 3 commits
  2. 08 Jul, 2013 1 commit
  3. 05 Jul, 2013 1 commit
  4. 03 Jul, 2013 7 commits
  5. 02 Jul, 2013 2 commits
  6. 01 Jul, 2013 6 commits
  7. 29 Jun, 2013 4 commits
  8. 28 Jun, 2013 7 commits
  9. 27 Jun, 2013 6 commits
  10. 26 Jun, 2013 1 commit
  11. 25 Jun, 2013 1 commit
    • Kenny Root's avatar
      NativeCrypto: Add ALPN support · d10b61ee
      Kenny Root authored
      This adds the ability to use Application-Layer Protocol Negotiation
      (ALPN) as both a client and a server. ALPN is essentially like Next
      Protocol Negotiation (NPN) but negotiation is done in the clear. This
      allows the use of other protocols on the same port (e.g., SPDY instead
      of HTTP on port 80).
      
      Although previously clients using NPN were able to use cut-through, the
      new ALPN API does not provide for a way for a client to enable that
      during a callback. So the only difference is that NPN clients can enable
      SSL False Start while ALPN clients cannot currently.
      
      Change-Id: I42ff70f3711e9cccaf754d189f76eeaa9db5f981
      d10b61ee
  12. 24 Jun, 2013 1 commit