1. 8d2b777 REORG: ebtree: move the include files from ebtree to include/import/ by Willy Tarreau · 4 years, 2 months ago
  2. f187ce6 Revert "MINOR: ssl: rework add cert chain to CTX to be libssl independent" by William Lallemand · 4 years, 2 months ago
  3. 50df1cb MINOR: ssl: set ssl-min-ver in ambiguous configurations by William Lallemand · 4 years, 2 months ago
  4. 2f44a59 MEDIUM: ssl: use TLSv1.2 as the minimum default on bind lines by William Lallemand · 4 years, 2 months ago
  5. 6a66a5e REORG: ssl: move utility functions to src/ssl_utils.c by William Lallemand · 4 years, 2 months ago
  6. 15e1694 REORG: ssl: move sample fetches to src/ssl_sample.c by William Lallemand · 4 years, 2 months ago
  7. c0cdaff REORG: ssl: move ssl_sock_ctx and fix cross-dependencies issues by William Lallemand · 4 years, 2 months ago
  8. ef76107 MINOR: ssl: remove static keyword in some SSL utility functions by William Lallemand · 4 years, 2 months ago
  9. dad3105 REORG: ssl: move ssl configuration to cfgparse-ssl.c by William Lallemand · 4 years, 2 months ago
  10. da8584c REORG: ssl: move the CLI 'cert' functions to src/ssl_ckch.c by William Lallemand · 4 years, 2 months ago
  11. c756bbd REORG: ssl: move the crt-list CLI functions in src/ssl_crtlist.c by William Lallemand · 4 years, 2 months ago
  12. fa1d8b4 REORG: ssl: move ckch_inst functions to src/ssl_ckch.c by William Lallemand · 4 years, 2 months ago
  13. 03c331c REORG: ssl: move the ckch_store related functions to src/ssl_ckch.c by William Lallemand · 4 years, 2 months ago
  14. 6e9556b REORG: ssl: move crtlist functions to src/ssl_crtlist.c by William Lallemand · 4 years, 2 months ago
  15. c69973f CLEANUP: ssl: add ckch prototypes in proto/ssl_ckch.h by William Lallemand · 4 years, 2 months ago
  16. d4632b2 REORG: ssl: move the ckch structures to types/ssl_ckch.h by William Lallemand · 4 years, 2 months ago
  17. 336c4bb CLEANUP: ssl: remove the shsess_* macros by William Lallemand · 4 years, 3 months ago
  18. 7fd8b45 REORG: ssl: move macros and structure definitions to ssl_sock.h by William Lallemand · 4 years, 3 months ago
  19. 2dec6a3 MEDIUM: ssl: use ssl_sock_get_ssl_object() in fetchers where appropriate by Dragan Dosen · 4 years, 2 months ago
  20. eb607fe MINOR: ssl: add a new function ssl_sock_get_ssl_object() by Dragan Dosen · 4 years, 2 months ago
  21. 9ac9809 MEDIUM: ssl: split ssl_sock_msgcbk() and use a new callback mechanism by Dragan Dosen · 4 years, 2 months ago
  22. 1e7ed04 MEDIUM: ssl: allow to register callbacks for SSL/TLS protocol messages by Dragan Dosen · 4 years, 3 months ago
  23. b399bfb MINOR: sample: Move aes_gcm_dec implementation into sample.c by Patrick Gansterer · 6 years ago
  24. 3ba77d2 MEDIUM: ssl: increase default-dh-param to 2048 by Willy Tarreau · 4 years, 3 months ago
  25. f98e626 MINOR: checks/sample: Remove unnecessary tests on the sample session by Christopher Faulet · 4 years, 3 months ago
  26. d92ea7f MINOR: checks: Add support of server side ssl sample fetches by Christopher Faulet · 4 years, 3 months ago
  27. f35d69e BUG/MEDIUM: ssl: fix the id length check within smp_fetch_ssl_fc_session_id() by Dragan Dosen · 4 years, 3 months ago
  28. a6cd078 CLEANUP: ssl: silence a build warning when threads are disabled by Willy Tarreau · 4 years, 3 months ago
  29. d75f57e MINOR: ssl: Export a generic function to parse an alpn string by Christopher Faulet · 4 years, 3 months ago
  30. 8892e5d BUG/MEDIUM: server/checks: Init server check during config validity check by Christopher Faulet · 4 years, 4 months ago
  31. f61f33a BUG/MINOR: checks: Respect the no-check-ssl option by Christopher Faulet · 4 years, 4 months ago
  32. b203ff6 MINOR: config: add a global directive to set default SSL curves by Jerome Magnin · 4 years, 4 months ago
  33. 2e8d52f BUG/MINOR: ssl: default settings for ssl server options are not used by Jerome Magnin · 4 years, 3 months ago
  34. c3b7e74 MINOR: ssl: add ssl-skip-self-issued-ca global option by Emmanuel Hocdet · 4 years, 3 months ago
  35. 916d0b5 MINOR: ssl/cli: restrain certificate path when inserting into a directory by William Lallemand · 4 years, 3 months ago
  36. b74d564 MINOR: ssl/cli: disallow SSL options for directory in 'add ssl crt-list' by William Lallemand · 4 years, 3 months ago
  37. 1b2988b MINOR: ssl: don't alloc ssl_conf if no option found by William Lallemand · 4 years, 4 months ago
  38. 87a0db9 BUG/MINOR: ssl: ssl_conf always set to NULL on crt-list parsing by William Lallemand · 4 years, 4 months ago
  39. e718dfb MINOR: ssl: crtlist_entry_{new, free} by William Lallemand · 4 years, 4 months ago
  40. 82b21bb REORG: ssl: move some free/new functions by William Lallemand · 4 years, 4 months ago
  41. ec2d493 MINOR: ssl: crtlist_new() alloc and initialize a struct crtlist by William Lallemand · 4 years, 4 months ago
  42. 8a874e4 MINOR: ssl: ckch_store_new() alloc and init a ckch_store by William Lallemand · 4 years, 4 months ago
  43. d5e9377 BUG/MEDIUM: ssl/cli: trying to access to free'd memory by William Lallemand · 4 years, 4 months ago
  44. ba1c33f MINOR: ssl: replace ckchs_free() by ckch_store_free() by William Lallemand · 4 years, 4 months ago
  45. d9d5d1b MINOR: ssl: free instances and SNIs with ckch_inst_free() by William Lallemand · 4 years, 4 months ago
  46. 9cef2e2 MINOR: ssl: initialize all list in ckch_inst_new() by William Lallemand · 4 years, 4 months ago
  47. 8621ac5 BUG/MINOR: ssl: memleak of the struct cert_key_and_chain by William Lallemand · 4 years, 4 months ago
  48. caa1619 CLEANUP: ssl/cli: use the list of filters in the crtlist_entry by William Lallemand · 4 years, 4 months ago
  49. 02e19a5 CLEANUP: ssl: use the refcount for the SSL_CTX' by William Lallemand · 4 years, 4 months ago
  50. 24be710 BUG/MINOR: ssl/cli: memory leak in 'set ssl cert' by William Lallemand · 4 years, 4 months ago
  51. 41ca930 BUG/MINOR: ssl: trailing slashes in directory names wrongly cached by William Lallemand · 4 years, 4 months ago
  52. 419e634 MINOR: ssl/cli: 'del ssl cert' deletes a certificate by William Lallemand · 4 years, 4 months ago
  53. 36ccc39 MINOR: ssl/cli: improve error for bundle in add/del ssl crt-list by William Lallemand · 4 years, 4 months ago
  54. 463b524 BUG/MINOR: ssl/cli: lock the ckch structures during crt-list delete by William Lallemand · 4 years, 4 months ago
  55. 7fd01b3 MINOR: ssl: improve the errors when a crt can't be open by William Lallemand · 4 years, 4 months ago
  56. c69f02d MINOR: ssl/cli: replace dump/show ssl crt-list by '-n' option by William Lallemand · 4 years, 4 months ago
  57. 0a9b941 MINOR: ssl/cli: 'del ssl crt-list' delete an entry by William Lallemand · 4 years, 4 months ago
  58. 58a5222 BUG/MINOR: ssl/cli: fix spaces in 'show ssl crt-list' by William Lallemand · 4 years, 4 months ago
  59. a690fed BUG/MINOR: ssl/cli: initialize fcount int crtlist_entry by William Lallemand · 4 years, 4 months ago
  60. 557823f MINOR: ssl: add a comment above the ssl_bind_conf keywords by William Lallemand · 4 years, 4 months ago
  61. c7c7a6b MINOR: ssl/cli: support filters and options in add ssl crt-list by William Lallemand · 4 years, 4 months ago
  62. 97b0810 MINOR: ssl: split the line parsing of the crt-list by William Lallemand · 4 years, 4 months ago
  63. c2e3b72 BUG/MINOR: ssl: entry->ckch_inst not initialized by William Lallemand · 4 years, 4 months ago
  64. e67c80b MEDIUM: ssl/cli: 'add ssl crt-list' command by William Lallemand · 4 years, 4 months ago
  65. 90afe90 MINOR: ssl/cli: update pointer to store in 'commit ssl cert' by William Lallemand · 4 years, 4 months ago
  66. fa8cf0c MINOR: ssl: store a ptr to crtlist in crtlist_entry by William Lallemand · 4 years, 4 months ago
  67. 23d61c0 MINOR: ssl: add a list of crtlist_entry in ckch_store by William Lallemand · 4 years, 4 months ago
  68. 09bd5a0 MINOR: ssl: use crtlist_free() upon error in directory loading by William Lallemand · 4 years, 4 months ago
  69. 4c68bba REORG: ssl: move some functions above crtlist_load_cert_dir() by William Lallemand · 4 years, 4 months ago
  70. 4939831 BUG/MINOR: ssl: ckch_inst wrongly inserted in crtlist_entry by William Lallemand · 4 years, 4 months ago
  71. ad3c37b REORG: ssl: move SETCERT enum to ssl_sock.h by William Lallemand · 4 years, 4 months ago
  72. 79d31ec MINOR: ssl: add a list of bind_conf in struct crtlist by William Lallemand · 4 years, 4 months ago
  73. 1673977 MINOR: ssl: skip self issued CA in cert chain for ssl_ctx by Emmanuel Hocdet · 4 years, 5 months ago
  74. 4fed93e MINOR: ssl: rework add cert chain to CTX to be libssl independent by Emmanuel Hocdet · 4 years, 5 months ago
  75. ef87e0a CLEANUP: ssl: rename ssl_get_issuer_chain to ssl_get0_issuer_chain by Emmanuel Hocdet · 4 years, 4 months ago
  76. f4f14ea BUG/MINOR: ssl: memory leak when find_chain is NULL by Emmanuel Hocdet · 4 years, 4 months ago
  77. 18eeb8e BUG/MINOR: ssl/cli: fix a potential NULL dereference by William Lallemand · 4 years, 4 months ago
  78. 67b991d BUG/MINOR: ssl/cli: free BIO upon error in 'show ssl cert' by William Lallemand · 4 years, 4 months ago
  79. 3c516fc BUG/MINOR: ssl: crtlist_dup_filters() must return NULL with fcount == 0 by William Lallemand · 4 years, 4 months ago
  80. 2445f8d BUG/MINOR: ssl: Correctly add the 1 for the sentinel to the number of elements by Tim Duesterhus · 4 years, 4 months ago
  81. 8c12025 BUG/MINOR: ssl: Do not free garbage pointers on memory allocation failure by Tim Duesterhus · 4 years, 4 months ago
  82. 59c16fc MINOR: ssl/cli: show certificate status in 'show ssl cert' by William Lallemand · 4 years, 4 months ago
  83. ea987ed MINOR: ssl/cli: 'new ssl cert' command by William Lallemand · 4 years, 4 months ago
  84. a64593c BUG/MINOR: ssl: memleak of struct crtlist_entry by William Lallemand · 4 years, 4 months ago
  85. 909086e BUG/MINOR: ssl: memory leak in crtlist_parse_file() by William Lallemand · 4 years, 4 months ago
  86. 2ea1b49 BUG/MINOR: ssl/cli: free the trash chunk in dump_crtlist by William Lallemand · 4 years, 4 months ago
  87. a6ffd5b MINOR: ssl/cli: show/dump ssl crt-list by William Lallemand · 4 years, 5 months ago
  88. 83918e2 BUG/MINOR: ssl: can't open directories anymore by William Lallemand · 4 years, 4 months ago
  89. 6be66ec MINOR: ssl: directories are loaded like crt-list by William Lallemand · 4 years, 5 months ago
  90. 2954c47 MEDIUM: ssl: allow crt-list caching by William Lallemand · 4 years, 5 months ago
  91. 24bde43 MINOR: ssl: pass ckch_inst to ssl_sock_load_ckchs() by William Lallemand · 4 years, 5 months ago
  92. 06b22a8 REORG: ssl: move ssl_sock_load_cert() by William Lallemand · 4 years, 4 months ago
  93. 77e3b4a CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 5 months ago
  94. 2d232c2 CLEANUP: ssl: separate the directory loading in a new function by William Lallemand · 4 years, 5 months ago
  95. 6763016 BUG/MINOR: ssl/cli: sni_ctx' mustn't always be used as filters by William Lallemand · 4 years, 5 months ago
  96. d04a2a6 BUG/MINOR: ssl-sock: do not return an uninitialized pointer in ckch_inst_sni_ctx_to_sni_filters by Willy Tarreau · 4 years, 5 months ago
  97. cfca142 MINOR: ssl: reach a ckch_store from a sni_ctx by William Lallemand · 4 years, 5 months ago
  98. 38df1c8 MINOR: ssl/cli: support crt-list filters by William Lallemand · 4 years, 8 months ago
  99. f4629a5 BUG/MINOR: connection/debug: do not enforce !event_type on subscribe() anymore by Willy Tarreau · 4 years, 5 months ago
  100. 842e94e MINOR: ssl: add "ca-verify-file" directive by Emmanuel Hocdet · 4 years, 7 months ago