Skip to content
Snippets Groups Projects
  1. Mar 03, 2020
  2. Feb 28, 2020
  3. Feb 16, 2020
  4. Feb 08, 2020
  5. Jan 29, 2020
  6. Jan 28, 2020
  7. Jan 26, 2020
  8. Jan 25, 2020
  9. Jan 23, 2020
  10. Jan 09, 2020
  11. Jan 05, 2020
  12. Dec 18, 2019
  13. Nov 30, 2019
    • Amir Livneh's avatar
      Fix use of uninitialized data in tests · 8e2f0f86
      Amir Livneh authored
      write_single_frame_pkt() returns a packet length greater than the number of bytes it writes to the buffer. The returned length reflects a fake AEAD overhead, while this extra overhead is never written. As a result, ngtcp2_verify_stateless_reset_token() uses initialized data when reading the end of the packet. This causes noise when using a memory sanitizer.
      8e2f0f86
  14. Nov 20, 2019
  15. Nov 09, 2019
  16. Nov 07, 2019
  17. Nov 06, 2019
  18. Nov 04, 2019
  19. Oct 31, 2019
  20. Oct 27, 2019
  21. Oct 25, 2019
  22. Oct 20, 2019
  23. Oct 03, 2019
    • Tatsuhiro Tsujikawa's avatar
      Refactor settings and transport params · 8afd3a6d
      Tatsuhiro Tsujikawa authored
      Embed ngtcp2_transport_params into ngtcp2_settings directly to avoid
      conversion.
      
      Original connection ID can now be specified directly to
      ngtcp2_transport_params and can be passed to ngtcp2_conn_server_new
      via ngtcp2_settings.  As a result, ngtcp2_conn_set_retry_ocid was
      removed.
      8afd3a6d