1. 393376a BUG/MINOR: ssl: ssl-(min|max)-ver parameter not duplicated for bundles in crt-list by Remi Tricot-Le Breton · 1 year, 4 months ago
  2. 3207201 BUG/MINOR: ssl/crt-list: warn when a line is malformated by William Lallemand · 1 year, 5 months ago
  3. 31d463d BUG/MEDIUM: ssl/cli: crash when crt inserted into a crt-list by William Lallemand · 2 years ago
  4. 59b4ef5 BUG/MEDIUM: ssl/crt-list: Rework 'add ssl crt-list' to handle full buffer cases by Christopher Faulet · 2 years, 1 month ago
  5. 6c3cc56 BUG/MEDIUM: ssl: fix the gcc-12 broken fix :-( by Willy Tarreau · 2 years, 2 months ago
  6. 326a866 BUILD: ssl: work around bogus warning in gcc 12's -Wformat-truncation by Willy Tarreau · 2 years, 2 months ago
  7. b205bfd CLEANUP: cli/tree-wide: properly re-align the CLI commands' help messages by Willy Tarreau · 3 years, 2 months ago
  8. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · 3 years, 2 months ago
  9. bc2c386 BUG/MINOR: ssl: Prevent removal of crt-list line if the instance is a default one by Remi Tricot-Le Breton · 3 years, 3 months ago
  10. fb00f31 BUG/MINOR: ssl: Prevent disk access when using "add ssl crt-list" by Remi Tricot-Le Breton · 3 years, 3 months ago
  11. 61cfdf4 CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x) by Willy Tarreau · 3 years, 4 months ago
  12. e5ff141 CLEANUP: Compare the return value of `XXXcmp()` functions with zero by Tim Duesterhus · 3 years, 6 months ago
  13. b7fdfdf MEDIUM: ssl: fatal error with bundle + openssl < 1.1.1 by William Lallemand · 3 years, 7 months ago
  14. f34ed0b BUILD: SSL: guard TLS13 ciphersuites with HAVE_SSL_CTX_SET_CIPHERSUITES by Ilya Shipitsin · 3 years, 7 months ago
  15. 77e1c6f BUG/MEDIUM: ssl/crt-list: fix error when no file found by William Lallemand · 3 years, 7 months ago
  16. 7340457 BUG/MINOR: ssl/crt-list: load bundle in crt-list only if activated by William Lallemand · 3 years, 7 months ago
  17. 86c2dd6 BUG/MEDIUM: ssl/crt-list: bundle support broken in crt-list by William Lallemand · 3 years, 7 months ago
  18. 50c03aa BUG/MEDIUM: ssl/crt-list: correctly insert crt-list line if crt already loaded by William Lallemand · 3 years, 8 months ago
  19. 51f784b CLEANUP: ssl: "bundle" is not an OpenSSL wording by William Lallemand · 3 years, 9 months ago
  20. 1d0206e MINOR: ssl: remove uneeded check in crtlist_parse_file by William Dauchy · 3 years, 9 months ago
  21. b9f6acc MINOR: ssl: Add error if a crt-list might be truncated by Tim Duesterhus · 3 years, 9 months ago
  22. 6d07fae CLEANUP: ssl: Use structured format for error line report during crt-list parsing by Tim Duesterhus · 3 years, 9 months ago
  23. 20b0fed BUG/MINOR: ssl/crt-list: exit on warning out of crtlist_parse_line() by William Lallemand · 3 years, 9 months ago
  24. bd8e6ed CLEANUP: ssl: remove test on "multi" variable in ckch functions by William Lallemand · 3 years, 10 months ago
  25. 47da821 MEDIUM: ssl: emulates the multi-cert bundles in the crtlist by William Lallemand · 3 years, 10 months ago
  26. 5622c45 MINOR: ssl: crtlist_entry_dup() duplicates a crtlist_entry by William Lallemand · 3 years, 10 months ago
  27. 82f2d2f MINOR: ssl: crtlist_dup_ssl_conf() duplicates a ssl_bind_conf by William Lallemand · 3 years, 10 months ago
  28. 89d3b35 MEDIUM: ssl: remove bundle support in crt-list and directories by William Lallemand · 3 years, 10 months ago
  29. 0354b65 BUG/MINOR: ssl/crt-list: crt-list could end without a \n by William Lallemand · 3 years, 10 months ago
  30. 99cc218 MINOR: cli/ssl: handle trailing slashes in crt-list commands by William Lallemand · 4 years ago
  31. 9ab8f8d BUG/MINOR: ssl/cli: certs added from the CLI can't be deleted by William Lallemand · 4 years ago
  32. ee8530c MINOR: ssl: free the crtlist and the ckch during the deinit() by William Lallemand · 4 years ago
  33. 6a3168a MINOR: ssl: free bind_conf_node in crtlist_free() by William Lallemand · 4 years ago
  34. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 1 month ago
  35. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  36. f1d32c4 REORG: include: move channel.h to haproxy/channel{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  37. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  38. 209108d REORG: include: move ssl_sock.h to haproxy/ssl_sock{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  39. 83487a8 REORG: include: move cli.h to haproxy/cli{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  40. 52d8872 REORG: move ssl_crtlist.h to haproxy/ssl_crtlist{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  41. 47d7f90 REORG: include: move ssl_ckch.h to haproxy/ssl_ckch{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  42. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  43. 8d36697 REORG: include: move base64.h, errors.h and hash.h from common to to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  44. 8d2b777 REORG: ebtree: move the include files from ebtree to include/import/ by Willy Tarreau · 4 years, 1 month ago
  45. 55af9e9 CLEANUP: ssl: remove comment from dump_crtlist_sslconf() by William Lallemand · 4 years, 1 month ago
  46. 8177ad9 MINOR: ssl: split config and runtime variable for ssl-{min,max}-ver by William Lallemand · 4 years, 1 month ago
  47. 212e993 BUILD: ssl: include errno.h in ssl_crtlist.c by William Lallemand · 4 years, 1 month ago
  48. c756bbd REORG: ssl: move the crt-list CLI functions in src/ssl_crtlist.c by William Lallemand · 4 years, 2 months ago
  49. 6e9556b REORG: ssl: move crtlist functions to src/ssl_crtlist.c by William Lallemand · 4 years, 2 months ago