1. 88c5695 MINOR: ssl: Remove calls to SSL_CTX_set_tmp_dh_callback on OpenSSLv3 by Remi Tricot-Le Breton · Fri Feb 11 12:04:56 2022 +0100
  2. c76c3c4 MEDIUM: ssl: Replace all DH objects by EVP_PKEY on OpenSSLv3 (via HASSL_DH type) by Remi Tricot-Le Breton · Fri Feb 11 12:04:55 2022 +0100
  3. 55d7e78 MINOR: ssl: Set default dh size to 2048 by Remi Tricot-Le Breton · Fri Feb 11 12:04:54 2022 +0100
  4. bed7263 MINOR: ssl: Build local DH of right size when needed by Remi Tricot-Le Breton · Fri Feb 11 12:04:53 2022 +0100
  5. 7f6425a MINOR: ssl: Add ssl_new_dh_fromdata helper function by Remi Tricot-Le Breton · Fri Feb 11 12:04:52 2022 +0100
  6. 5f17930 MINOR: ssl: Add ssl_sock_set_tmp_dh_from_pkey helper function by Remi Tricot-Le Breton · Fri Feb 11 12:04:51 2022 +0100
  7. 846eda9 MINOR: ssl: Add ssl_sock_set_tmp_dh helper function by Remi Tricot-Le Breton · Fri Feb 11 12:04:50 2022 +0100
  8. 292a88c MINOR: ssl: Factorize ssl_get_tmp_dh and append a cbk to its name by Remi Tricot-Le Breton · Fri Feb 11 12:04:49 2022 +0100
  9. 09ebb33 MINOR: ssl: Add ssl_sock_get_dh_from_bio helper function by Remi Tricot-Le Breton · Fri Feb 11 12:04:48 2022 +0100
  10. 956f3ae MINOR: ssl: Create HASSL_DH wrapper structure by Remi Tricot-Le Breton · Fri Feb 11 12:04:47 2022 +0100
  11. 17b7384 REGTESTS: ssl: Add tests for DH related options by Remi Tricot-Le Breton · Fri Feb 11 12:04:46 2022 +0100
  12. 78a36e3 MINOR: ssl: Remove call to ERR_load_SSL_strings with OpenSSLv3 by Remi Tricot-Le Breton · Fri Feb 11 12:04:45 2022 +0100
  13. 1effd9a MINOR: ssl: Remove call to ERR_func_error_string with OpenSSLv3 by Remi Tricot-Le Breton · Fri Feb 11 12:04:44 2022 +0100
  14. 7b820a6 BUG/MINOR: mworker: does not erase the pidfile upon reload by William Lallemand · Mon Feb 14 09:02:14 2022 +0100
  15. 6fed59c CI: enable QUIC for Coverity scan by Ilya Shipitsin · Wed Feb 02 10:24:58 2022 +0500
  16. 58a7704 MINOR: quic: take out xprt snd_buf operation by Amaury Denoyelle · Wed Feb 09 15:43:07 2022 +0100
  17. 80bd837 MINOR: quic: remove unused xprt rcv_buf operation by Amaury Denoyelle · Wed Feb 09 15:39:35 2022 +0100
  18. f6dcbce MINOR: quic: rename local tid variable by Amaury Denoyelle · Tue Feb 08 15:05:58 2022 +0100
  19. 59e0b1f MINOR: mux-quic: remove quic_transport_params_update by Amaury Denoyelle · Wed Feb 09 10:34:59 2022 +0100
  20. b788054 MINOR: h3: hardcode the stream id of control stream by Amaury Denoyelle · Wed Feb 09 10:28:53 2022 +0100
  21. c9414e2 MINOR: ssl: Remove call to HMAC_Init_ex with OpenSSLv3 by Remi Tricot-Le Breton · Tue Feb 08 17:45:59 2022 +0100
  22. 8ea1f5f MINOR: ssl: Remove call to SSL_CTX_set_tlsext_ticket_key_cb with OpenSSLv3 by Remi Tricot-Le Breton · Tue Feb 08 17:45:58 2022 +0100
  23. 3f269bb REGTESTS: ssl: Add test for "generate-certificates" SSL option by Remi Tricot-Le Breton · Tue Feb 08 17:45:57 2022 +0100
  24. c11e7e1 MINOR: ssl: Remove EC_KEY related calls when creating a certificate by Remi Tricot-Le Breton · Tue Feb 08 17:45:56 2022 +0100
  25. eb561ce REGTESTS: ssl: Add test for "curves" and "ecdhe" SSL options by Remi Tricot-Le Breton · Tue Feb 08 17:45:55 2022 +0100
  26. ff4c3c4 MINOR: ssl: Remove EC_KEY related calls when preparing SSL context by Remi Tricot-Le Breton · Tue Feb 08 17:45:54 2022 +0100
  27. 2559bc8 MINOR: ssl: Use high level OpenSSL APIs in sha2 converter by Remi Tricot-Le Breton · Tue Feb 08 17:45:53 2022 +0100
  28. 36f80f6 CLEANUP: ssl: Remove unused ssl_sock_create_cert function by Remi Tricot-Le Breton · Tue Feb 08 17:45:52 2022 +0100
  29. 2e7d1eb BUG/MINOR: ssl: Remove empty lines from "show ssl ocsp-response <id>" output by Remi Tricot-Le Breton · Tue Jan 11 10:11:10 2022 +0100
  30. bfa3236 MINOR: quic: Remove a useless test in quic_get_dgram_dcid() by Frédéric Lécaille · Wed Feb 02 10:44:36 2022 +0100
  31. f6f7520 MINOR: quic: Wrong datagram buffer passed to quic_lstnr_dgram_dispatch() by Frédéric Lécaille · Wed Feb 02 09:44:22 2022 +0100
  32. 841bf5e MINOR: quic: Do not modify a marked as consumed datagram by Frédéric Lécaille · Wed Feb 02 09:41:27 2022 +0100
  33. 8de3eff REGTESTS: ssl: skip show_ssl_ocspresponse.vtc when BoringSSL is used by Ilya Shipitsin · Mon Jan 31 09:49:47 2022 +0500
  34. e5ea76a BUILD: ssl: adjust guard for X509_get_X509_PUBKEY(x) by Ilya Shipitsin · Mon Jan 31 09:45:00 2022 +0500
  35. fc59129 MINOR: httpclient: Don't limit data transfer to 1024 bytes by Christopher Faulet · Wed Jan 12 14:46:03 2022 +0100
  36. 6ced61d BUG/MEDIUM: httpclient: Xfer the request when the stream is created by Christopher Faulet · Wed Jan 12 15:27:41 2022 +0100
  37. 600985d BUG/MINOR: httpclient: Revisit HC request and response buffers allocation by Christopher Faulet · Wed Jan 12 11:14:08 2022 +0100
  38. dae12c7 MINOR: mworker/cli: add flags in the prompt by William Lallemand · Wed Feb 02 14:13:54 2022 +0100
  39. 2a17191 MINOR: mworker/cli: mcli-debug-mode enables every command by William Lallemand · Wed Feb 02 11:43:20 2022 +0100
  40. d9c2807 BUG/MINOR: mworker/cli: don't display help on master applet by William Lallemand · Wed Feb 02 11:23:58 2022 +0100
  41. fe618fb CLEANUP: cleanup a commentary in pcli_parse_request() by William Lallemand · Wed Feb 02 14:07:08 2022 +0100
  42. a5ce28b DOC: management: add expert and experimental mode in 9.4.1 by William Lallemand · Wed Feb 02 15:29:21 2022 +0100
  43. af140ab DOC: management: rework the Master CLI section by William Lallemand · Wed Feb 02 14:44:19 2022 +0100
  44. 2454d6e [RELEASE] Released version 2.6-dev1 by Willy Tarreau · Tue Feb 01 18:06:59 2022 +0100
  45. 7267f78 MINOR: mworker/cli: set expert/experimental mode from the CLI by William Lallemand · Tue Feb 01 16:08:50 2022 +0100
  46. fed93d3 BUG/MEDIUM: listener: read-lock the listener during accept() by Willy Tarreau · Tue Feb 01 16:37:00 2022 +0100
  47. 08b6f96 MINOR: listener: replace the listener's spinlock with an rwlock by Willy Tarreau · Tue Feb 01 16:23:00 2022 +0100
  48. 0e0969d MINOR: mux-quic: release idle conns on process stopping by Amaury Denoyelle · Mon Jan 31 15:41:14 2022 +0100
  49. 1136e92 MEDIUM: mux-quic: delay the closing with the timeout by Amaury Denoyelle · Tue Feb 01 10:33:09 2022 +0100
  50. aebe26f MINOR: mux-quic: create a timeout task by Amaury Denoyelle · Thu Jan 13 16:28:06 2022 +0100
  51. d975148 MINOR: mux-quic: do not consider CONNECTION_CLOSE for the moment by Amaury Denoyelle · Tue Feb 01 15:15:11 2022 +0100
  52. ce1f30d MINOR: mux-quic: properly initialize qcc flags by Amaury Denoyelle · Tue Feb 01 15:14:24 2022 +0100
  53. 6a4aebf MINOR: mux-quic: add comment by Amaury Denoyelle · Tue Feb 01 10:16:05 2022 +0100
  54. 9aa324d DEBUG: fd: make sure we never try to insert/delete an impossible FD number by Willy Tarreau · Mon Jan 31 20:05:02 2022 +0100
  55. 5ea9fa6 BUILD: makefile: only compute alternative options if required by Willy Tarreau · Mon Jan 31 15:27:58 2022 +0100
  56. d521b8b BUILD: makefile: validate support for extra warnings by batches by Willy Tarreau · Mon Jan 31 15:10:14 2022 +0100
  57. 7a1e6fe BUILD: makefile: avoid testing all -Wno-* options when not needed by Willy Tarreau · Mon Jan 31 11:54:16 2022 +0100
  58. ce67284 Revert "MINOR: mworker: sets used or closed worker FDs to -1" by William Lallemand · Mon Jan 31 19:06:07 2022 +0100
  59. 7fbb94d MINOR: quic: Do not use connection struct xprt_ctx too soon by Frédéric Lécaille · Mon Jan 31 10:37:07 2022 +0100
  60. 789413c MINOR: quic: Initialize the connection timer asap by Frédéric Lécaille · Mon Jan 31 10:16:18 2022 +0100
  61. 91f083a MINOR: quic: Do not try to accept a connection more than one time by Frédéric Lécaille · Fri Jan 28 21:43:48 2022 +0100
  62. 298931d MINOR: quic: Do not try to treat 0-RTT packets without started mux by Frédéric Lécaille · Fri Jan 28 21:41:06 2022 +0100
  63. 61b851d MINOR: quic: Try to accept 0-RTT connections by Frédéric Lécaille · Fri Jan 28 21:38:45 2022 +0100
  64. ea7371e MINOR: mworker: sets used or closed worker FDs to -1 by William Lallemand · Mon Jan 31 11:01:24 2022 +0100
  65. 21ea8c5 REGTESTS: Remove REQUIRE_VERSION=1.8 from all tests by Tim Duesterhus · Fri Jan 28 18:09:20 2022 +0100
  66. f42ddf7 CI: Consistently use actions/checkout@v2 by Tim Duesterhus · Fri Jan 28 18:45:37 2022 +0100
  67. 56be0e0 MINOR: mworker: allocate and initialize a mworker_proc by William Lallemand · Fri Jan 28 21:11:41 2022 +0100
  68. 7e01878 MINOR: mworker: set the master side of ipc_fd in the worker to -1 by William Lallemand · Fri Jan 28 21:56:24 2022 +0100
  69. 55a921c BUG/MINOR: mworker: fix a FD leak of a sockpair upon a failed reload by William Lallemand · Fri Jan 28 21:17:30 2022 +0100
  70. 4c943fd BUILD: mworker: include tools.h for platforms without unsetenv() by Willy Tarreau · Fri Jan 28 12:25:14 2022 +0100
  71. cc5cd5b BUILD: task: use list_to_mt_list() instead of casting list to mt_list by Willy Tarreau · Fri Jan 28 09:48:12 2022 +0100
  72. f3d5c4b BUILD: tools: fix warning about incorrect cast with dladdr1() by Willy Tarreau · Fri Jan 28 09:42:29 2022 +0100
  73. 8f0b4e9 BUILD: tree-wide: mark a few numeric constants as explicitly long long by Willy Tarreau · Fri Jan 28 09:39:24 2022 +0100
  74. 31a8306 BUILD: mux_fcgi: avoid aliasing of a const struct in traces by Willy Tarreau · Fri Jan 28 09:36:35 2022 +0100
  75. 74bc991 BUILD: server-state: avoid using not-so-portable isblank() by Willy Tarreau · Fri Jan 28 09:32:43 2022 +0100
  76. e90dde1 BUILD: vars: avoid overlapping field initialization by Willy Tarreau · Fri Jan 28 09:22:07 2022 +0100
  77. 95d3eaf BUILD: checks: fix inlining issue on set_srv_agent_[addr,port} by Willy Tarreau · Fri Jan 28 09:16:47 2022 +0100
  78. a65b493 BUILD: cpuset: do not use const on the source of CPU_AND/CPU_ASSIGN by Willy Tarreau · Fri Jan 28 09:10:52 2022 +0100
  79. 8da2339 BUILD: atomic: make the old HA_ATOMIC_LOAD() support const pointers by Willy Tarreau · Fri Jan 28 08:52:57 2022 +0100
  80. e08acae BUG/MEDIUM: mworker: close unused transferred FDs on load failure by Willy Tarreau · Fri Jan 28 18:40:06 2022 +0100
  81. b510116 MINOR: sock: move the unused socket cleaning code into its own function by Willy Tarreau · Fri Jan 28 18:28:18 2022 +0100
  82. dd0b144 BUG/MINOR: sink: Use the right field in appctx context in release callback by Christopher Faulet · Fri Jan 14 15:03:22 2022 +0100
  83. c2b7fa8 DEV: flags: Add missing flags by Christopher Faulet · Tue Jan 18 10:46:10 2022 +0100
  84. 0a82cf4 BUG/MEDIUM: resolvers: Really ignore trailing dot in domain names by Christopher Faulet · Fri Jan 28 17:47:57 2022 +0100
  85. 0442efd MINOR: quic: refactor quic CID association with threads by Amaury Denoyelle · Fri Jan 28 16:02:13 2022 +0100
  86. df1c7c7 MINOR: quic: Iterate over all received datagrams by Frédéric Lécaille · Fri Jan 28 15:38:52 2022 +0100
  87. 1712b1d MINOR: quic: Wrong RX buffer tail handling when no more contiguous data by Frédéric Lécaille · Fri Jan 28 13:10:24 2022 +0100
  88. dc36404 MINOR: quic: Drop Initial packets with wrong ODCID by Frédéric Lécaille · Thu Jan 27 16:51:54 2022 +0100
  89. 629cbdf MEDIUM: da: update module to handle schedule mode. by David Carlier · Fri Jan 21 20:51:20 2022 +0000
  90. b81483c MEDIUM: da: update doc and build for new scheduler mode service. by David Carlier · Thu Jan 27 18:13:54 2022 +0000
  91. e9cff61 MEDIUM: da: new optional data file download scheduler service. by David Carlier · Fri Jan 21 20:46:40 2022 +0000
  92. 74904a4 MINOR: quic: Make usage of by datagram handler trees by Frédéric Lécaille · Thu Jan 27 15:35:56 2022 +0100
  93. 9ea9463 MINOR: quic: Attach all the CIDs to the same connection by Frédéric Lécaille · Thu Jan 27 15:20:31 2022 +0100
  94. 320744b MINOR: quic: Do not reset a full RX buffer by Frédéric Lécaille · Thu Jan 27 12:19:28 2022 +0100
  95. 37ae505 MINOR: quic: Do not consume the RX buffer on QUIC sock i/o handler side by Frédéric Lécaille · Thu Jan 27 11:31:50 2022 +0100
  96. 794d068 MINOR: proto_quic: Wrong allocations for TX rings and RX bufs by Frédéric Lécaille · Thu Jan 27 10:23:31 2022 +0100
  97. d152309 CLEANUP: quic: Remove useless definition by Frédéric Lécaille · Thu Jan 27 09:31:15 2022 +0100
  98. 25bc887 MINOR: quic: Convert quic_dgram_read() into a task by Frédéric Lécaille · Thu Jan 27 09:15:40 2022 +0100
  99. 220894a MINOR: quic: Pass CID as a buffer to quic_get_cid_tid() by Frédéric Lécaille · Wed Jan 26 18:04:50 2022 +0100
  100. 69dd5e6 MINOR: proto_quic: Allocate datagram handlers by Frédéric Lécaille · Wed Jan 26 17:45:39 2022 +0100