Skip to content
Snippets Groups Projects
  1. Feb 08, 2020
  2. Jan 29, 2020
  3. Jan 28, 2020
  4. Jan 26, 2020
  5. Jan 25, 2020
  6. Jan 23, 2020
  7. Jan 09, 2020
  8. Jan 05, 2020
  9. Dec 18, 2019
  10. 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
  11. Nov 20, 2019
  12. Nov 09, 2019
  13. Nov 07, 2019
  14. Nov 06, 2019
  15. Nov 04, 2019
  16. Oct 31, 2019
  17. Oct 27, 2019
  18. Oct 25, 2019
  19. Oct 20, 2019
  20. 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
  21. Oct 02, 2019
  22. Sep 16, 2019
  23. Sep 14, 2019