litespeed-quic/bin
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
echo_client.c Fix Windows support 2020-06-03 00:20:46 -04:00
echo_server.c Fix Windows support 2020-06-03 00:20:46 -04:00
http_client.c Release 2.18.0 2020-07-06 17:35:21 -04:00
http_server.c Fix Windows support 2020-06-03 00:20:46 -04:00
md5_client.c Fix Windows support 2020-06-03 00:20:46 -04:00
md5_server.c Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
prog.c Release 2.18.0 2020-07-06 17:35:21 -04:00
prog.h Fix Windows support 2020-06-03 00:20:46 -04:00
test_cert.c Release 2.17.0 2020-06-18 09:45:44 -04:00
test_cert.h Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00
test_common.c Release 2.16.1 2020-06-09 12:01:45 -04:00
test_common.h Fix Windows support 2020-06-03 00:20:46 -04:00
test_config.h.in Rename test/unittests to tests/ and test/ to bin/ 2020-05-17 12:42:32 -04:00