Changes since version 3.2-dev10 : Ilya Shipitsin (1): CI: enable weekly QuicTLS build Valentine Krasnobaeva (1): BUG/MINOR: thread: protect thread_cpus_enabled_at_boot with USE_THREAD William Lallemand (28): MEDIUM: ssl/ckch: add filename and linenum argument to crt-store parsing MINOR: acme: add the acme section in the configuration parser MINOR: acme: add configuration for the crt-store MINOR: acme: add private key configuration MINOR: acme/cli: add the 'acme renew' command MINOR: acme: the acme section is experimental MINOR: acme: get the ACME directory MINOR: acme: handle the nonce MINOR: acme: check if the account exist MINOR: acme: generate new account MINOR: acme: newOrder request retrieve authorizations URLs MINOR: acme: allow empty payload in acme_jws_payload() MINOR: acme: get the challenges object from the Auth URL MINOR: acme: send the request for challenge ready MINOR: acme: implement a check on the challenge status MINOR: acme: generate the CSR in a X509_REQ MINOR: acme: finalize by sending the CSR MINOR: acme: verify the order status once finalized MINOR: acme: implement retrieval of the certificate BUG/MINOR: acme: ckch_conf_acme_init() when no filename MINOR: ssl/ckch: handle ckch_conf in ckchs_dup() and ckch_conf_clean() MINOR: acme: copy the original ckch_store MEDIUM: acme: replace the previous ckch instance with new ones MINOR: acme: schedule retries with a timer BUILD: acme: enable the ACME feature when JWS is present BUG/MINOR: acme: key not restored upon error in acme_res_certificate() MINOR: acme: default to 2048bits for RSA DOC: acme: explain how to configure and run ACME Willy Tarreau (14): DOC: management: slightly clarify the prefix role of the '@' command DOC: management: add a paragraph about the limitations of the '@' prefix MINOR: master/cli: support bidirectional communications with workers BUG/MINOR: cpu-topo: check the correct variable for NULL after malloc() BUG/MINOR: debug: remove the trailing \n from BUG_ON() statements DOC: config: add the missing "profiling.memory" to the global kw index DOC: config: add the missing "force-cfg-parser-pause" to the global kw index DEBUG: init: report invalid characters in debug description strings DEBUG: rename DEBUG_GLITCHES to DEBUG_COUNTERS and enable it by default DEBUG: counters: make COUNT_IF() only appear at DEBUG_COUNTERS>=1 DEBUG: counters: add the ability to enable/disable updating the COUNT_IF counters MINOR: tools: let dump_addr_and_bytes() support dumping before the offset MINOR: debug: in call traces, dump the 8 bytes before the return address, not after MINOR: debug: detect call instructions and show the branch target in backtraces