1. 73617f9 BUG/MEDIUM: ssl_sample: fix segfault for srv samples on invalid request by Amaury Denoyelle · 3 years ago
  2. ca5cf0a BUILD: make tune.ssl.keylog available again by William Lallemand · 3 years, 1 month ago
  3. 4bef8d1 BUG/MINOR: ssl-samples: Fix ssl_bc_* samples when called from a health-check by Christopher Faulet · 3 years, 3 months ago
  4. df62794 BUILD: ssl: introduce fine guard for ssl random extraction functions by Ilya Shipitsin · 3 years, 3 months ago
  5. 3702f78 MINOR: ssl-sample: Don't check if argument list is set in sample fetches by Christopher Faulet · 3 years, 5 months ago
  6. 04a5a44 BUILD: ssl: use HAVE_OPENSSL_KEYLOG instead of OpenSSL versions by Ilya Shipitsin · 3 years, 8 months ago
  7. c9dfee4 BUILD: ssl: use SSL_CTRL_GET_RAW_CIPHERLIST instead of OpenSSL versions by Ilya Shipitsin · 3 years, 8 months ago
  8. 2f0a797 MINOR: ssl: add volatile flags to ssl samples by Amaury Denoyelle · 3 years, 9 months ago
  9. e3a5f84 BUG/MINOR: ssl: double free w/ smp_fetch_ssl_x_chain_der() by William Lallemand · 3 years, 11 months ago
  10. a598b50 MINOR: ssl: add ssl_{c,s}_chain_der fetch methods by William Dauchy · 4 years ago
  11. bd97f1d CLEANUP: ssl: remove unrelevant comment in smp_fetch_ssl_x_keylog() by William Lallemand · 4 years ago
  12. eec1d45 BUG/MINOR: ssl: check conn in keylog sample fetch by William Lallemand · 4 years ago
  13. 7d42ef5 WIP/MINOR: ssl: add sample fetches for keylog in frontend by William Lallemand · 4 years ago
  14. bfa3e81 MINOR: ssl: add the ssl_s_* sample fetches for server side certificate by William Lallemand · 4 years ago
  15. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 1 month ago
  16. 209108d REORG: include: move ssl_sock.h to haproxy/ssl_sock{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  17. dcc048a REORG: include: move acl.h to haproxy/acl.h{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  18. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  19. b2bd865 REORG: include: move ssl_utils.h to haproxy/ssl_utils.h by Willy Tarreau · 4 years, 1 month ago
  20. 8efbdfb REORG: include: move obj_type.h to haproxy/obj_type{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  21. aa74c4e REORG: include: move arg.h to haproxy/arg{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  22. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  23. 2741c8c REORG: include: move common/buffer.h to haproxy/dynbuf{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  24. 6019fab REORG: include: move openssl-compat.h from common/ to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  25. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · 4 years, 1 month ago
  26. 6a66a5e REORG: ssl: move utility functions to src/ssl_utils.c by William Lallemand · 4 years, 2 months ago
  27. 15e1694 REORG: ssl: move sample fetches to src/ssl_sample.c by William Lallemand · 4 years, 2 months ago