1. 95a61e8 MINOR: stream: Add pointer to front/back conn-streams into stream struct by Christopher Faulet · 3 years ago
  2. 13a35e5 MAJOR: conn_stream/stream-int: move the appctx to the conn-stream by Christopher Faulet · 3 years ago
  3. 1329f2a REORG: conn_stream: move conn-stream stuff in dedicated files by Christopher Faulet · 3 years ago
  4. 2559bc8 MINOR: ssl: Use high level OpenSSL APIs in sha2 converter by Remi Tricot-Le Breton · 2 years, 10 months ago
  5. a996763 BUG/MINOR: ssl: Store client SNI in SSL context in case of ClientHello error by Remi Tricot-Le Breton · 2 years, 11 months ago
  6. 579259d MINOR: ssl: make the ssl_fc_sni() sample-fetch function always available by Willy Tarreau · 3 years, 1 month ago
  7. 99ea188 REORG: sample: move the crypto samples to ssl_sample.c by Willy Tarreau · 3 years, 2 months ago
  8. 1fe0fad MINOR: ssl: Rename ssl_bc_hsk_err to ssl_bc_err by Remi Tricot-Le Breton · 3 years, 2 months ago
  9. 163cdeb MINOR: ssl: Add new ssl_bc_hsk_err sample fetch by Remi Tricot-Le Breton · 3 years, 3 months ago
  10. 959a48c MINOR: sample: Expose SSL captures using new fetchers by Marcin Deranek · 3 years, 5 months ago
  11. 769fd2e MEDIUM: ssl: Capture more info from Client Hello by Marcin Deranek · 3 years, 5 months ago
  12. 74f6ab6 MEDIUM: ssl: Keep a reference to the client's certificate for use in logs by Remi Tricot-Le Breton · 3 years, 3 months ago
  13. 7c6898e MINOR: ssl: Add new ssl_fc_hsk_err sample fetch by Remi Tricot-Le Breton · 3 years, 4 months ago
  14. 89b65cf MINOR: ssl: Enable error fetches in case of handshake error by Remi Tricot-Le Breton · 3 years, 4 months ago
  15. 5fcd428 BUG/MEDIUM: ssl_sample: fix segfault for srv samples on invalid request by Amaury Denoyelle · 3 years, 4 months ago
  16. 722180a BUILD: make tune.ssl.keylog available again by William Lallemand · 3 years, 6 months ago
  17. 4bef8d1 BUG/MINOR: ssl-samples: Fix ssl_bc_* samples when called from a health-check by Christopher Faulet · 3 years, 8 months ago
  18. df62794 BUILD: ssl: introduce fine guard for ssl random extraction functions by Ilya Shipitsin · 3 years, 8 months ago
  19. 3702f78 MINOR: ssl-sample: Don't check if argument list is set in sample fetches by Christopher Faulet · 3 years, 10 months ago
  20. 04a5a44 BUILD: ssl: use HAVE_OPENSSL_KEYLOG instead of OpenSSL versions by Ilya Shipitsin · 4 years, 1 month ago
  21. c9dfee4 BUILD: ssl: use SSL_CTRL_GET_RAW_CIPHERLIST instead of OpenSSL versions by Ilya Shipitsin · 4 years, 1 month ago
  22. 2f0a797 MINOR: ssl: add volatile flags to ssl samples by Amaury Denoyelle · 4 years, 1 month ago
  23. e3a5f84 BUG/MINOR: ssl: double free w/ smp_fetch_ssl_x_chain_der() by William Lallemand · 4 years, 4 months ago
  24. a598b50 MINOR: ssl: add ssl_{c,s}_chain_der fetch methods by William Dauchy · 4 years, 4 months ago
  25. bd97f1d CLEANUP: ssl: remove unrelevant comment in smp_fetch_ssl_x_keylog() by William Lallemand · 4 years, 5 months ago
  26. eec1d45 BUG/MINOR: ssl: check conn in keylog sample fetch by William Lallemand · 4 years, 5 months ago
  27. 7d42ef5 WIP/MINOR: ssl: add sample fetches for keylog in frontend by William Lallemand · 4 years, 5 months ago
  28. bfa3e81 MINOR: ssl: add the ssl_s_* sample fetches for server side certificate by William Lallemand · 4 years, 5 months ago
  29. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 6 months ago
  30. 209108d REORG: include: move ssl_sock.h to haproxy/ssl_sock{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  31. dcc048a REORG: include: move acl.h to haproxy/acl.h{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  32. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  33. b2bd865 REORG: include: move ssl_utils.h to haproxy/ssl_utils.h by Willy Tarreau · 4 years, 6 months ago
  34. 8efbdfb REORG: include: move obj_type.h to haproxy/obj_type{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  35. aa74c4e REORG: include: move arg.h to haproxy/arg{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  36. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  37. 2741c8c REORG: include: move common/buffer.h to haproxy/dynbuf{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  38. 6019fab REORG: include: move openssl-compat.h from common/ to haproxy/ by Willy Tarreau · 4 years, 6 months ago
  39. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · 4 years, 6 months ago
  40. 6a66a5e REORG: ssl: move utility functions to src/ssl_utils.c by William Lallemand · 4 years, 6 months ago
  41. 15e1694 REORG: ssl: move sample fetches to src/ssl_sample.c by William Lallemand · 4 years, 6 months ago