- 8fa9ab1 CLEANUP: ssl/cli: remove unused code in dump_crtlist_conf by William Lallemand · 6 months ago
- 121cea0 BUG/MINOR: ssl/cli: duplicate cleaning code in cli_parse_del_crtlist by William Lallemand · 9 months ago
- 6ebec4b BUG/MINOR: ssl: Clear the ckch instance when deleting a crt-list line by Remi Tricot-Le Breton · 10 months ago
- b6ae2aa MINOR: ssl: allow to change the signature algorithm for client authentication by William Lallemand · 1 year, 7 months ago
- 1d3c822 MINOR: ssl: allow to change the server signature algorithm by William Lallemand · 1 year, 7 months ago
- de85de6 MINOR: ssl_crtlist: dump "no-alpn" on "show crtlist" when "no-alpn" was set by Willy Tarreau · 1 year, 7 months ago
- 208c712 MINOR: stconn: Rename SC_FL_SHUTW in SC_FL_SHUT_DONE by Christopher Faulet · 1 year, 8 months ago
- 7faac7c MINOR: tree-wide: Simplifiy some tests on SHUT flags by accessing SCs directly by Christopher Faulet · 1 year, 8 months ago
- 87633c3 MEDIUM: tree-wide: Move flags about shut from the channel to the SC by Christopher Faulet · 1 year, 8 months ago
- 6549f53 BUG/MINOR: ssl: ssl-(min|max)-ver parameter not duplicated for bundles in crt-list by Remi Tricot-Le Breton · 1 year, 8 months ago
- 86d1e0b BUG/MINOR: ssl: Fix ocsp-update when using "add ssl crt-list" by Remi Tricot-Le Breton · 1 year, 9 months ago
- ca0c84a MINOR: ssl: Add ocsp-update information to "show ssl crt-list" by Remi Tricot-Le Breton · 1 year, 9 months ago
- af67806 MINOR: ssl: rename confusing ssl_bind_kws by William Lallemand · 1 year, 9 months ago
- a14686d MINOR: ssl/ocsp: add a function to check the OCSP update configuration by William Lallemand · 1 year, 10 months ago
- d85227f BUG/MINOR: ssl/crt-list: warn when a line is malformated by William Lallemand · 1 year, 10 months ago
- 474f614 MINOR: ssl: Treat ocsp-update inconsistencies as fatal errors by Remi Tricot-Le Breton · 1 year, 11 months ago
- 8c99081 BUG/MINOR: ssl: Missing ssl_conf pointer check when checking ocsp update inconsistencies by Remi Tricot-Le Breton · 1 year, 11 months ago
- da89e9b MINOR: channel/applets: Stop to test CF_WRITE_ERROR flag if CF_SHUTW is enough by Christopher Faulet · 1 year, 11 months ago
- fc92b8b MINOR: ssl: Detect more OCSP update inconsistencies by Remi Tricot-Le Breton · 1 year, 11 months ago
- fb2b998 MINOR: ssl: Store 'ocsp-update' mode in the ckch_data and check for inconsistencies by Remi Tricot-Le Breton · 1 year, 11 months ago
- 52ddd99 MEDIUM: ssl: rename the struct "cert_key_and_chain" to "ckch_data" by William Lallemand · 2 years ago
- aef8448 BUILD: ssl/crt-list: use __fallthrough in cli_io_handler_add_crtlist() by Willy Tarreau · 2 years ago
- cb6c5f4 BUG/MEDIUM: ssl/cli: crash when crt inserted into a crt-list by William Lallemand · 2 years, 5 months ago
- c642d7c BUG/MEDIUM: ssl/crt-list: Rework 'add ssl crt-list' to handle full buffer cases by Christopher Faulet · 2 years, 6 months ago
- c12b321 CLEANUP: applet: rename appctx_cs() to appctx_sc() by Willy Tarreau · 2 years, 6 months ago
- 475e463 CLEANUP: cli: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · 2 years, 6 months ago
- cb086c6 REORG: stconn: rename conn_stream.{c,h} to stconn.{c,h} by Willy Tarreau · 2 years, 6 months ago
- 5edca2f REORG: rename cs_utils.h to sc_strm.h by Willy Tarreau · 2 years, 6 months ago
- 4164eb9 MINOR: stconn: start to rename cs_rx_endp_{more,done}() to se_have_{no_,}more_data() by Willy Tarreau · 2 years, 6 months ago
- 40a9c32 CLEANUP: stconn: rename cs_{i,o}{b,c} to sc_{i,o}{b,c} by Willy Tarreau · 2 years, 6 months ago
- d0a06d5 CLEANUP: applet: use applet_put*() everywhere possible by Willy Tarreau · 2 years, 6 months ago
- 4596fe2 CLEANUP: conn_stream: tree-wide rename to stconn (stream connector) by Willy Tarreau · 2 years, 6 months ago
- 0698c80 CLEANUP: applet: remove the unneeded appctx->owner by Willy Tarreau · 2 years, 7 months ago
- 63fc900 BUG/MEDIUM: ssl: fix the gcc-12 broken fix :-( by Willy Tarreau · 2 years, 7 months ago
- 393e42a BUILD: ssl: work around bogus warning in gcc 12's -Wformat-truncation by Willy Tarreau · 2 years, 7 months ago
- 589570d MEDIUM: ssl: ignore dotfiles when loading a dir w/ crt by William Lallemand · 2 years, 7 months ago
- fa11df5 CLEANUP: ssl/cli: make "add ssl crtlist" not use st2 anymore by Willy Tarreau · 2 years, 7 months ago
- 6b6c363 CLEANUP: ssl/cli: make "add ssl crtlist" use its own context by Willy Tarreau · 2 years, 7 months ago
- a2fcca0 CLEANUP: ssl/cli: make "{show|dump} ssl crtlist" use its own context by Willy Tarreau · 2 years, 7 months ago
- 1b948ef CLEANUP: ssl/cli: do not loop on unknown states in "add ssl crt-list" handler by Willy Tarreau · 2 years, 7 months ago
- 6b0a0fb CLEANUP: tree-wide: Remove any ref to stream-interfaces by Christopher Faulet · 2 years, 8 months ago
- a0bdec3 MEDIUM: stream-int/conn-stream: Move blocking flags from SI to CS by Christopher Faulet · 2 years, 8 months ago
- 908628c MEDIUM: tree-wide: Use CS util functions instead of SI ones by Christopher Faulet · 2 years, 8 months ago
- 86e1c33 MEDIUM: applet: Set the conn-stream as appctx owner instead of the stream-int by Christopher Faulet · 3 years ago
- 4458b97 MEDIUM: ssl: Chain ckch instances in ca-file entries by Remi Tricot-Le Breton · 3 years, 9 months ago
- b205bfd CLEANUP: cli/tree-wide: properly re-align the CLI commands' help messages by Willy Tarreau · 3 years, 7 months ago
- 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · 3 years, 7 months ago
- bc2c386 BUG/MINOR: ssl: Prevent removal of crt-list line if the instance is a default one by Remi Tricot-Le Breton · 3 years, 8 months ago
- fb00f31 BUG/MINOR: ssl: Prevent disk access when using "add ssl crt-list" by Remi Tricot-Le Breton · 3 years, 8 months ago
- 61cfdf4 CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x) by Willy Tarreau · 3 years, 9 months ago
- e5ff141 CLEANUP: Compare the return value of `XXXcmp()` functions with zero by Tim Duesterhus · 3 years, 11 months ago
- b7fdfdf MEDIUM: ssl: fatal error with bundle + openssl < 1.1.1 by William Lallemand · 4 years ago
- f34ed0b BUILD: SSL: guard TLS13 ciphersuites with HAVE_SSL_CTX_SET_CIPHERSUITES by Ilya Shipitsin · 4 years ago
- 77e1c6f BUG/MEDIUM: ssl/crt-list: fix error when no file found by William Lallemand · 4 years ago
- 7340457 BUG/MINOR: ssl/crt-list: load bundle in crt-list only if activated by William Lallemand · 4 years ago
- 86c2dd6 BUG/MEDIUM: ssl/crt-list: bundle support broken in crt-list by William Lallemand · 4 years ago
- 50c03aa BUG/MEDIUM: ssl/crt-list: correctly insert crt-list line if crt already loaded by William Lallemand · 4 years, 1 month ago
- 51f784b CLEANUP: ssl: "bundle" is not an OpenSSL wording by William Lallemand · 4 years, 2 months ago
- 1d0206e MINOR: ssl: remove uneeded check in crtlist_parse_file by William Dauchy · 4 years, 2 months ago
- b9f6acc MINOR: ssl: Add error if a crt-list might be truncated by Tim Duesterhus · 4 years, 2 months ago
- 6d07fae CLEANUP: ssl: Use structured format for error line report during crt-list parsing by Tim Duesterhus · 4 years, 2 months ago
- 20b0fed BUG/MINOR: ssl/crt-list: exit on warning out of crtlist_parse_line() by William Lallemand · 4 years, 2 months ago
- bd8e6ed CLEANUP: ssl: remove test on "multi" variable in ckch functions by William Lallemand · 4 years, 2 months ago
- 47da821 MEDIUM: ssl: emulates the multi-cert bundles in the crtlist by William Lallemand · 4 years, 2 months ago
- 5622c45 MINOR: ssl: crtlist_entry_dup() duplicates a crtlist_entry by William Lallemand · 4 years, 2 months ago
- 82f2d2f MINOR: ssl: crtlist_dup_ssl_conf() duplicates a ssl_bind_conf by William Lallemand · 4 years, 2 months ago
- 89d3b35 MEDIUM: ssl: remove bundle support in crt-list and directories by William Lallemand · 4 years, 3 months ago
- 0354b65 BUG/MINOR: ssl/crt-list: crt-list could end without a \n by William Lallemand · 4 years, 2 months ago
- 99cc218 MINOR: cli/ssl: handle trailing slashes in crt-list commands by William Lallemand · 4 years, 5 months ago
- 9ab8f8d BUG/MINOR: ssl/cli: certs added from the CLI can't be deleted by William Lallemand · 4 years, 5 months ago
- ee8530c MINOR: ssl: free the crtlist and the ckch during the deinit() by William Lallemand · 4 years, 5 months ago
- 6a3168a MINOR: ssl: free bind_conf_node in crtlist_free() by William Lallemand · 4 years, 5 months ago
- b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 6 months ago
- aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · 4 years, 6 months ago
- f1d32c4 REORG: include: move channel.h to haproxy/channel{,-t}.h by Willy Tarreau · 4 years, 6 months ago
- 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · 4 years, 6 months ago
- 209108d REORG: include: move ssl_sock.h to haproxy/ssl_sock{,-t}.h by Willy Tarreau · 4 years, 6 months ago
- 83487a8 REORG: include: move cli.h to haproxy/cli{,-t}.h by Willy Tarreau · 4 years, 6 months ago
- 52d8872 REORG: move ssl_crtlist.h to haproxy/ssl_crtlist{,-t}.h by Willy Tarreau · 4 years, 6 months ago
- 47d7f90 REORG: include: move ssl_ckch.h to haproxy/ssl_ckch{,-t}.h by Willy Tarreau · 4 years, 6 months ago
- 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · 4 years, 6 months ago
- 8d36697 REORG: include: move base64.h, errors.h and hash.h from common to to haproxy/ by Willy Tarreau · 4 years, 6 months ago
- 8d2b777 REORG: ebtree: move the include files from ebtree to include/import/ by Willy Tarreau · 4 years, 6 months ago
- 55af9e9 CLEANUP: ssl: remove comment from dump_crtlist_sslconf() by William Lallemand · 4 years, 6 months ago
- 8177ad9 MINOR: ssl: split config and runtime variable for ssl-{min,max}-ver by William Lallemand · 4 years, 6 months ago
- 212e993 BUILD: ssl: include errno.h in ssl_crtlist.c by William Lallemand · 4 years, 6 months ago
- c756bbd REORG: ssl: move the crt-list CLI functions in src/ssl_crtlist.c by William Lallemand · 4 years, 7 months ago
- 6e9556b REORG: ssl: move crtlist functions to src/ssl_crtlist.c by William Lallemand · 4 years, 7 months ago