1. 3bf56c4 BUG/MINOR: ssl: fix possible ctx memory leak in sample_conv_aes_gcm() by Dragan Dosen · 9 months ago
  2. 6e0c39d BUILD: ssl: ssl_c_r_dn fetches uses functiosn only available since 1.1.1 by William Lallemand · 1 year, 6 months ago
  3. df97f47 MINOR: ssl: add new sample ssl_c_r_dn by Abhijeet Rastogi · 1 year, 6 months ago
  4. 117c7fd BUG/MINOR: ssl/sample: x509_v_err_str converter output when not found by William Lallemand · 1 year, 7 months ago
  5. b60a77b BUG/MINOR: ssl: don't initialize the keylog callback when not required by William Lallemand · 2 years ago
  6. 9fbc84e MINOR: ssl: x509_v_err_str converter transforms an integer to a X509_V_ERR name by William Lallemand · 2 years, 1 month ago
  7. bde14ad CLEANUP: check: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · 2 years, 6 months ago
  8. cb086c6 REORG: stconn: rename conn_stream.{c,h} to stconn.{c,h} by Willy Tarreau · 2 years, 6 months ago
  9. fd9417b CLEANUP: stconn: rename cs_conn() to sc_conn() by Willy Tarreau · 2 years, 6 months ago
  10. 7cb9e6c CLEANUP: stream: rename "csf" and "csb" to "scf" and "scb" by Willy Tarreau · 2 years, 6 months ago
  11. 7e2e4f8 CLEANUP: tree-wide: remove 25 occurrences of unneeded fcntl.h by Willy Tarreau · 2 years, 7 months ago
  12. ce7a5e0 MINOR: ssl: refine the error testing for fc_err and fc_err_str by Willy Tarreau · 2 years, 8 months ago
  13. 939b0bf MEDIUM: ssl: stop using conn->xprt_ctx to access the ssl_sock_ctx by Willy Tarreau · 2 years, 8 months ago
  14. 95a61e8 MINOR: stream: Add pointer to front/back conn-streams into stream struct by Christopher Faulet · 3 years ago
  15. 13a35e5 MAJOR: conn_stream/stream-int: move the appctx to the conn-stream by Christopher Faulet · 3 years ago
  16. 1329f2a REORG: conn_stream: move conn-stream stuff in dedicated files by Christopher Faulet · 3 years ago
  17. 2559bc8 MINOR: ssl: Use high level OpenSSL APIs in sha2 converter by Remi Tricot-Le Breton · 2 years, 10 months ago
  18. 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
  19. 579259d MINOR: ssl: make the ssl_fc_sni() sample-fetch function always available by Willy Tarreau · 3 years, 1 month ago
  20. 99ea188 REORG: sample: move the crypto samples to ssl_sample.c by Willy Tarreau · 3 years, 2 months ago
  21. 1fe0fad MINOR: ssl: Rename ssl_bc_hsk_err to ssl_bc_err by Remi Tricot-Le Breton · 3 years, 2 months ago
  22. 163cdeb MINOR: ssl: Add new ssl_bc_hsk_err sample fetch by Remi Tricot-Le Breton · 3 years, 3 months ago
  23. 959a48c MINOR: sample: Expose SSL captures using new fetchers by Marcin Deranek · 3 years, 4 months ago
  24. 769fd2e MEDIUM: ssl: Capture more info from Client Hello by Marcin Deranek · 3 years, 5 months ago
  25. 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
  26. 7c6898e MINOR: ssl: Add new ssl_fc_hsk_err sample fetch by Remi Tricot-Le Breton · 3 years, 4 months ago
  27. 89b65cf MINOR: ssl: Enable error fetches in case of handshake error by Remi Tricot-Le Breton · 3 years, 4 months ago
  28. 5fcd428 BUG/MEDIUM: ssl_sample: fix segfault for srv samples on invalid request by Amaury Denoyelle · 3 years, 4 months ago
  29. 722180a BUILD: make tune.ssl.keylog available again by William Lallemand · 3 years, 6 months ago
  30. 4bef8d1 BUG/MINOR: ssl-samples: Fix ssl_bc_* samples when called from a health-check by Christopher Faulet · 3 years, 7 months ago
  31. df62794 BUILD: ssl: introduce fine guard for ssl random extraction functions by Ilya Shipitsin · 3 years, 8 months ago
  32. 3702f78 MINOR: ssl-sample: Don't check if argument list is set in sample fetches by Christopher Faulet · 3 years, 10 months ago
  33. 04a5a44 BUILD: ssl: use HAVE_OPENSSL_KEYLOG instead of OpenSSL versions by Ilya Shipitsin · 4 years, 1 month ago
  34. c9dfee4 BUILD: ssl: use SSL_CTRL_GET_RAW_CIPHERLIST instead of OpenSSL versions by Ilya Shipitsin · 4 years, 1 month ago
  35. 2f0a797 MINOR: ssl: add volatile flags to ssl samples by Amaury Denoyelle · 4 years, 1 month ago
  36. e3a5f84 BUG/MINOR: ssl: double free w/ smp_fetch_ssl_x_chain_der() by William Lallemand · 4 years, 4 months ago
  37. a598b50 MINOR: ssl: add ssl_{c,s}_chain_der fetch methods by William Dauchy · 4 years, 4 months ago
  38. bd97f1d CLEANUP: ssl: remove unrelevant comment in smp_fetch_ssl_x_keylog() by William Lallemand · 4 years, 5 months ago
  39. eec1d45 BUG/MINOR: ssl: check conn in keylog sample fetch by William Lallemand · 4 years, 5 months ago
  40. 7d42ef5 WIP/MINOR: ssl: add sample fetches for keylog in frontend by William Lallemand · 4 years, 5 months ago
  41. bfa3e81 MINOR: ssl: add the ssl_s_* sample fetches for server side certificate by William Lallemand · 4 years, 5 months ago
  42. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 6 months ago
  43. 209108d REORG: include: move ssl_sock.h to haproxy/ssl_sock{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  44. dcc048a REORG: include: move acl.h to haproxy/acl.h{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  45. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  46. b2bd865 REORG: include: move ssl_utils.h to haproxy/ssl_utils.h by Willy Tarreau · 4 years, 6 months ago
  47. 8efbdfb REORG: include: move obj_type.h to haproxy/obj_type{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  48. aa74c4e REORG: include: move arg.h to haproxy/arg{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  49. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  50. 2741c8c REORG: include: move common/buffer.h to haproxy/dynbuf{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  51. 6019fab REORG: include: move openssl-compat.h from common/ to haproxy/ by Willy Tarreau · 4 years, 6 months ago
  52. 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
  53. 6a66a5e REORG: ssl: move utility functions to src/ssl_utils.c by William Lallemand · 4 years, 6 months ago
  54. 15e1694 REORG: ssl: move sample fetches to src/ssl_sample.c by William Lallemand · 4 years, 6 months ago