1. 3ce6eed MEDIUM: ssl: add a rwlock for SSL server session cache by William Lallemand · 3 years, 5 months ago
  2. acf8459 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 5 months ago
  3. e0de0a6 MINOR: ssl/cli: flush the server session cache upon 'commit ssl cert' by William Lallemand · 3 years, 5 months ago
  4. 8695ce0 BUG/MEDIUM: ssl/cli: abort ssl cert is freeing the old store by William Lallemand · 3 years, 5 months ago
  5. 8d67394 BUG/MINOR: ssl: init tmp chunk correctly in ssl_sock_load_sctl_from_file() by William Lallemand · 3 years, 5 months ago
  6. 795bd9b CLEANUP: ssl: remove SSL_CTX function parameter by William Lallemand · 3 years, 5 months ago
  7. 1dedb0a CLEANUP: ssl/cli: rework free in cli_io_handler_commit_cert() by William Lallemand · 3 years, 5 months ago
  8. f3eedfe MEDIUM: ssl: Enable backend certificate hot update by Remi Tricot-Le Breton · 3 years, 5 months ago
  9. d817dc7 MEDIUM: ssl: Load client certificates in a ckch for backend servers by Remi Tricot-Le Breton · 3 years, 5 months ago
  10. e5ff141 CLEANUP: Compare the return value of `XXXcmp()` functions with zero by Tim Duesterhus · 3 years, 6 months ago
  11. a55685b BUG/MEDIUM: ssl/crt-list: bad behavior with "commit ssl cert" by William Lallemand · 3 years, 7 months ago
  12. 089c138 MEDIUM: ssl: ssl-load-extra-del-ext work only with .crt by William Lallemand · 3 years, 8 months ago
  13. 8e8581e MINOR: ssl: 'ssl-load-extra-del-ext' removes the certificate extension by William Lallemand · 3 years, 9 months ago
  14. 5685ccf CLEANUP: ssl/cli: remove test on 'multi' variable in CLI functions by William Lallemand · 3 years, 10 months ago
  15. bd8e6ed CLEANUP: ssl: remove test on "multi" variable in ckch functions by William Lallemand · 3 years, 10 months ago
  16. 95fefa1 MEDIUM: ssl/cli: remove support for multi certificates bundle by William Lallemand · 3 years, 10 months ago
  17. 46a030c CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years ago
  18. a941952 BUG/MEDIUM: ssl/cli: 'commit ssl cert' crashes when no private key by William Lallemand · 4 years ago
  19. ee8530c MINOR: ssl: free the crtlist and the ckch during the deinit() by William Lallemand · 4 years ago
  20. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 1 month ago
  21. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  22. f1d32c4 REORG: include: move channel.h to haproxy/channel{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  23. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  24. 209108d REORG: include: move ssl_sock.h to haproxy/ssl_sock{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  25. 83487a8 REORG: include: move cli.h to haproxy/cli{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  26. 47d7f90 REORG: include: move ssl_ckch.h to haproxy/ssl_ckch{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  27. b2bd865 REORG: include: move ssl_utils.h to haproxy/ssl_utils.h by Willy Tarreau · 4 years, 1 month ago
  28. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  29. 8d36697 REORG: include: move base64.h, errors.h and hash.h from common to to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  30. 8d2b777 REORG: ebtree: move the include files from ebtree to include/import/ by Willy Tarreau · 4 years, 1 month ago
  31. e5ff4ad BUG/MINOR: ssl: fix a trash buffer leak in some error cases by William Lallemand · 4 years, 1 month ago
  32. 6a66a5e REORG: ssl: move utility functions to src/ssl_utils.c by William Lallemand · 4 years, 2 months ago
  33. da8584c REORG: ssl: move the CLI 'cert' functions to src/ssl_ckch.c by William Lallemand · 4 years, 2 months ago
  34. fa1d8b4 REORG: ssl: move ckch_inst functions to src/ssl_ckch.c by William Lallemand · 4 years, 2 months ago
  35. 03c331c REORG: ssl: move the ckch_store related functions to src/ssl_ckch.c by William Lallemand · 4 years, 2 months ago