litespeed-quic/tests
Dmitri Tikhonov 7483dee074 Release 2.18.0
- [API] Rename "0-RTT" to "session resumption." In IETF QUIC, "0-RTT"
  always refers to early data, meaning a request that the server can
  reply to in the very first return flight.  A more appropriate name
  for what we support on the client site is "session resumption," which
  is standard TLS terminology.  Later, when we add support for 0-RTT
  (early data), we can use the 0-RTT terminology again, this time in
  proper context.
- [BUGFIX] Do not set certificate callback if ea_lookup_cert is NULL.
- [BUGFIX] Make connection tickable when it's marked as closed.
- [BUGFIX] Fail certificate lookup if SNI is not present in HTTP mode.
- Several documentation fixes and improvements.
- Minor code cleanup.
2020-07-06 17:35:21 -04:00
..
CMakeLists.txt Fix Windows support 2020-06-03 00:20:46 -04:00
graph_cubic.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
mini_parse.c Fix Windows support 2020-06-03 00:20:46 -04:00
test_ack.c Release 2.15.0 2020-05-27 10:26:32 -04:00
test_ack_merge.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_ackgen_gquic_be.c Fix Windows support 2020-06-03 00:20:46 -04:00
test_ackgen_gquic_le.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_ackparse_gquic_be.c Fix Windows support 2020-06-03 00:20:46 -04:00
test_ackparse_gquic_le.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_ackparse_ietf.c Fix Windows support 2020-06-03 00:20:46 -04:00
test_alarmset.c Fix Windows support 2020-06-03 00:20:46 -04:00
test_alt_svc_ver.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_arr.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_attq.c Fix Windows support 2020-06-03 00:20:46 -04:00
test_blocked_gquic_be.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_blocked_gquic_le.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_bw_sampler.c Release 2.16.1 2020-06-09 12:01:45 -04:00
test_chlo_gen.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_clear_aead.c Release 2.17.0 2020-06-18 09:45:44 -04:00
test_conn_close_gquic_be.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_conn_close_gquic_le.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_conn_hash.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_crypto_gen.c Release 2.15.0 2020-05-27 10:26:32 -04:00
test_cubic.c Fix Windows support 2020-06-03 00:20:46 -04:00
test_dec.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_di_nocopy.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_elision.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_engine_ctor.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_export_key.c Fix Windows support 2020-06-03 00:20:46 -04:00
test_frame_chop.c Fix Windows support 2020-06-03 00:20:46 -04:00
test_frame_reader.c Fix Windows support 2020-06-03 00:20:46 -04:00
test_frame_rw.c Fix Windows support 2020-06-03 00:20:46 -04:00
test_frame_writer.c Fix Windows support 2020-06-03 00:20:46 -04:00
test_goaway_gquic_be.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_goaway_gquic_le.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_h3_framing.c Fix Windows support 2020-06-03 00:20:46 -04:00
test_hcsi_reader.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_hkdf.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_lsquic_hash.c Fix Windows support 2020-06-03 00:20:46 -04:00
test_malo.c Fix Windows support 2020-06-03 00:20:46 -04:00
test_min_heap.c Fix Windows support 2020-06-03 00:20:46 -04:00
test_minmax.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_packet_out.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_packno_len.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_parse_packet_in.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_purga.c Fix Windows support 2020-06-03 00:20:46 -04:00
test_qlog.c Release 2.18.0 2020-07-06 17:35:21 -04:00
test_quic_be_floats.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_quic_le_floats.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_rechist.c Fix Windows support 2020-06-03 00:20:46 -04:00
test_reg_pkt_headergen.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_rst_stream_gquic_be.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_rst_stream_gquic_le.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_rst_stream_ietf.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_rtt.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_send_headers.c Release 2.16.1 2020-06-09 12:01:45 -04:00
test_senhist.c Release 2.16.1 2020-06-09 12:01:45 -04:00
test_set.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_sfcw.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_shi.c Fix Windows support 2020-06-03 00:20:46 -04:00
test_some_packets.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_spi.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_stop_waiting_gquic_be.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_stop_waiting_gquic_le.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_stream.c Release 2.15.0 2020-05-27 10:26:32 -04:00
test_streamgen.c Release 2.15.0 2020-05-27 10:26:32 -04:00
test_streamparse.c Release 2.15.0 2020-05-27 10:26:32 -04:00
test_tokgen.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_trapa.c Fix Windows support 2020-06-03 00:20:46 -04:00
test_varint.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_ver_nego.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_wuf_gquic_be.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_wuf_gquic_le.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00