Skip to content
Snippets Groups Projects
  1. Jun 28, 2020
  2. Jun 17, 2020
    • Anna Henningsen's avatar
      Fully initialize ngtcp2_transport_params · 6cd45cfb
      Anna Henningsen authored
      Node.js makes the full `ngtcp2_transport_params` struct available
      for storage as a byte array, including any possible padding
      in the struct.
      
      Fully initializing the struct with `memset()` makes this deterministic.
      6cd45cfb
  3. Jun 11, 2020
  4. May 22, 2020
  5. May 21, 2020
    • Tatsuhiro Tsujikawa's avatar
    • Tatsuhiro Tsujikawa's avatar
      Deal with initial_scid, retry_scid, and original_dcid · fb753753
      Tatsuhiro Tsujikawa authored
      Deal with initial_scid, retry_scid, and original_dcid.  We need to set
      and get QUIC transport parameters timely manner.  Therefore, transport
      parameter operations are now done by ngtcp2_crypto library.
      Applications do not need to do set it manually.  Added several
      callback function implementations to ngtcp2_crypto library which can
      be directly passed to ngtcp2_callbacks: client_initial, recv_retry,
      and recv_client_initial.  Installation of initial packet number space
      encryption keys is now handled by ngtcp2_crypto library.  They are
      done in ngtcp2_crypto_client_initial_cb, ngtcp2_crypto_recv_retry_cb
      and ngtcp2_crypto_recv_client_initial_cb.
      fb753753
  6. May 11, 2020
  7. May 03, 2020
  8. Apr 24, 2020
  9. Feb 28, 2020
  10. Jan 30, 2020
  11. Jan 25, 2020
  12. Jan 23, 2020
  13. Dec 18, 2019
  14. Nov 09, 2019
  15. Nov 07, 2019
  16. Nov 04, 2019
  17. Nov 01, 2019
  18. Oct 27, 2019
  19. Oct 25, 2019
  20. Oct 20, 2019
  21. Oct 14, 2019
  22. Sep 12, 2019
  23. Aug 28, 2019
  24. Jul 13, 2019
  25. Jul 10, 2019
  26. Apr 26, 2019
  27. Apr 25, 2019
  28. Apr 18, 2019
  29. Apr 09, 2019
  30. Mar 25, 2019
  31. Mar 01, 2019
  32. Feb 28, 2019