- 7ea393d REORG: include: move connection.h to haproxy/connection{,-t}.h by Willy Tarreau · 4 years, 5 months ago
- fc77454 REORG: include: move proto_tcp.h to haproxy/proto_tcp.h by Willy Tarreau · 4 years, 5 months ago
- cea0e1b REORG: include: move task.h to haproxy/task{,-t}.h by Willy Tarreau · 4 years, 5 months ago
- f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · 4 years, 5 months ago
- a171892 REORG: include: move vars.h to haproxy/vars{,-t}.h by Willy Tarreau · 4 years, 5 months ago
- 225a90a REORG: include: move pattern.h to haproxy/pattern{,-t}.h by Willy Tarreau · 4 years, 5 months ago
- 213e990 REORG: include: move listener.h to haproxy/listener{,-t}.h by Willy Tarreau · 4 years, 5 months ago
- 52d8872 REORG: move ssl_crtlist.h to haproxy/ssl_crtlist{,-t}.h by Willy Tarreau · 4 years, 5 months ago
- 47d7f90 REORG: include: move ssl_ckch.h to haproxy/ssl_ckch{,-t}.h by Willy Tarreau · 4 years, 5 months ago
- b2bd865 REORG: include: move ssl_utils.h to haproxy/ssl_utils.h by Willy Tarreau · 4 years, 5 months ago
- c761f84 REORG: include: move http_rules.h to haproxy/http_rules.h by Willy Tarreau · 4 years, 5 months ago
- 762d7a5 REORG: include: move frontend.h to haproxy/frontend.h by Willy Tarreau · 4 years, 5 months ago
- aa74c4e REORG: include: move arg.h to haproxy/arg{,-t}.h by Willy Tarreau · 4 years, 5 months ago
- 0f6ffd6 REORG: include: move fd.h to haproxy/fd{,-t}.h by Willy Tarreau · 4 years, 5 months ago
- 334099c REORG: include: move shctx to haproxy/shctx{,-t}.h by Willy Tarreau · 4 years, 5 months ago
- 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · 4 years, 5 months ago
- c2f7c58 REORG: include: move common/ticks.h to haproxy/ticks.h by Willy Tarreau · 4 years, 5 months ago
- 2741c8c REORG: include: move common/buffer.h to haproxy/dynbuf{,-t}.h by Willy Tarreau · 4 years, 5 months ago
- c13ed53 REORG: include: move common/chunk.h to haproxy/chunk.h by Willy Tarreau · 4 years, 5 months ago
- 6634794 REORG: include: move freq_ctr to haproxy/ by Willy Tarreau · 4 years, 5 months ago
- 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · 4 years, 5 months ago
- af613e8 CLEANUP: thread: rename __decl_hathreads() to __decl_thread() by Willy Tarreau · 4 years, 5 months ago
- 58017ee REORG: include: move the BUG_ON() code to haproxy/bug.h by Willy Tarreau · 4 years, 5 months ago
- 6019fab REORG: include: move openssl-compat.h from common/ to haproxy/ by Willy Tarreau · 4 years, 5 months ago
- 8d36697 REORG: include: move base64.h, errors.h and hash.h from common to to haproxy/ by Willy Tarreau · 4 years, 5 months ago
- 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · 4 years, 5 months ago
- 8d2b777 REORG: ebtree: move the include files from ebtree to include/import/ by Willy Tarreau · 4 years, 5 months ago
- f187ce6 Revert "MINOR: ssl: rework add cert chain to CTX to be libssl independent" by William Lallemand · 4 years, 5 months ago
- 50df1cb MINOR: ssl: set ssl-min-ver in ambiguous configurations by William Lallemand · 4 years, 5 months ago
- 2f44a59 MEDIUM: ssl: use TLSv1.2 as the minimum default on bind lines by William Lallemand · 4 years, 5 months ago
- 6a66a5e REORG: ssl: move utility functions to src/ssl_utils.c by William Lallemand · 4 years, 6 months ago
- 15e1694 REORG: ssl: move sample fetches to src/ssl_sample.c by William Lallemand · 4 years, 6 months ago
- c0cdaff REORG: ssl: move ssl_sock_ctx and fix cross-dependencies issues by William Lallemand · 4 years, 6 months ago
- ef76107 MINOR: ssl: remove static keyword in some SSL utility functions by William Lallemand · 4 years, 6 months ago
- dad3105 REORG: ssl: move ssl configuration to cfgparse-ssl.c by William Lallemand · 4 years, 6 months ago
- da8584c REORG: ssl: move the CLI 'cert' functions to src/ssl_ckch.c by William Lallemand · 4 years, 6 months ago
- c756bbd REORG: ssl: move the crt-list CLI functions in src/ssl_crtlist.c by William Lallemand · 4 years, 6 months ago
- fa1d8b4 REORG: ssl: move ckch_inst functions to src/ssl_ckch.c by William Lallemand · 4 years, 6 months ago
- 03c331c REORG: ssl: move the ckch_store related functions to src/ssl_ckch.c by William Lallemand · 4 years, 6 months ago
- 6e9556b REORG: ssl: move crtlist functions to src/ssl_crtlist.c by William Lallemand · 4 years, 6 months ago
- c69973f CLEANUP: ssl: add ckch prototypes in proto/ssl_ckch.h by William Lallemand · 4 years, 6 months ago
- d4632b2 REORG: ssl: move the ckch structures to types/ssl_ckch.h by William Lallemand · 4 years, 6 months ago
- 336c4bb CLEANUP: ssl: remove the shsess_* macros by William Lallemand · 4 years, 6 months ago
- 7fd8b45 REORG: ssl: move macros and structure definitions to ssl_sock.h by William Lallemand · 4 years, 6 months ago
- 2dec6a3 MEDIUM: ssl: use ssl_sock_get_ssl_object() in fetchers where appropriate by Dragan Dosen · 4 years, 6 months ago
- eb607fe MINOR: ssl: add a new function ssl_sock_get_ssl_object() by Dragan Dosen · 4 years, 6 months ago
- 9ac9809 MEDIUM: ssl: split ssl_sock_msgcbk() and use a new callback mechanism by Dragan Dosen · 4 years, 6 months ago
- 1e7ed04 MEDIUM: ssl: allow to register callbacks for SSL/TLS protocol messages by Dragan Dosen · 4 years, 6 months ago
- b399bfb MINOR: sample: Move aes_gcm_dec implementation into sample.c by Patrick Gansterer · 6 years ago
- 3ba77d2 MEDIUM: ssl: increase default-dh-param to 2048 by Willy Tarreau · 4 years, 6 months ago
- f98e626 MINOR: checks/sample: Remove unnecessary tests on the sample session by Christopher Faulet · 4 years, 6 months ago
- d92ea7f MINOR: checks: Add support of server side ssl sample fetches by Christopher Faulet · 4 years, 6 months ago
- f35d69e BUG/MEDIUM: ssl: fix the id length check within smp_fetch_ssl_fc_session_id() by Dragan Dosen · 4 years, 6 months ago
- a6cd078 CLEANUP: ssl: silence a build warning when threads are disabled by Willy Tarreau · 4 years, 6 months ago
- d75f57e MINOR: ssl: Export a generic function to parse an alpn string by Christopher Faulet · 4 years, 7 months ago
- 8892e5d BUG/MEDIUM: server/checks: Init server check during config validity check by Christopher Faulet · 4 years, 7 months ago
- f61f33a BUG/MINOR: checks: Respect the no-check-ssl option by Christopher Faulet · 4 years, 7 months ago
- b203ff6 MINOR: config: add a global directive to set default SSL curves by Jerome Magnin · 4 years, 7 months ago
- 2e8d52f BUG/MINOR: ssl: default settings for ssl server options are not used by Jerome Magnin · 4 years, 7 months ago
- c3b7e74 MINOR: ssl: add ssl-skip-self-issued-ca global option by Emmanuel Hocdet · 4 years, 7 months ago
- 916d0b5 MINOR: ssl/cli: restrain certificate path when inserting into a directory by William Lallemand · 4 years, 7 months ago
- b74d564 MINOR: ssl/cli: disallow SSL options for directory in 'add ssl crt-list' by William Lallemand · 4 years, 7 months ago
- 1b2988b MINOR: ssl: don't alloc ssl_conf if no option found by William Lallemand · 4 years, 7 months ago
- 87a0db9 BUG/MINOR: ssl: ssl_conf always set to NULL on crt-list parsing by William Lallemand · 4 years, 7 months ago
- e718dfb MINOR: ssl: crtlist_entry_{new, free} by William Lallemand · 4 years, 7 months ago
- 82b21bb REORG: ssl: move some free/new functions by William Lallemand · 4 years, 7 months ago
- ec2d493 MINOR: ssl: crtlist_new() alloc and initialize a struct crtlist by William Lallemand · 4 years, 7 months ago
- 8a874e4 MINOR: ssl: ckch_store_new() alloc and init a ckch_store by William Lallemand · 4 years, 7 months ago
- d5e9377 BUG/MEDIUM: ssl/cli: trying to access to free'd memory by William Lallemand · 4 years, 7 months ago
- ba1c33f MINOR: ssl: replace ckchs_free() by ckch_store_free() by William Lallemand · 4 years, 7 months ago
- d9d5d1b MINOR: ssl: free instances and SNIs with ckch_inst_free() by William Lallemand · 4 years, 7 months ago
- 9cef2e2 MINOR: ssl: initialize all list in ckch_inst_new() by William Lallemand · 4 years, 7 months ago
- 8621ac5 BUG/MINOR: ssl: memleak of the struct cert_key_and_chain by William Lallemand · 4 years, 7 months ago
- caa1619 CLEANUP: ssl/cli: use the list of filters in the crtlist_entry by William Lallemand · 4 years, 7 months ago
- 02e19a5 CLEANUP: ssl: use the refcount for the SSL_CTX' by William Lallemand · 4 years, 7 months ago
- 24be710 BUG/MINOR: ssl/cli: memory leak in 'set ssl cert' by William Lallemand · 4 years, 7 months ago
- 41ca930 BUG/MINOR: ssl: trailing slashes in directory names wrongly cached by William Lallemand · 4 years, 7 months ago
- 419e634 MINOR: ssl/cli: 'del ssl cert' deletes a certificate by William Lallemand · 4 years, 7 months ago
- 36ccc39 MINOR: ssl/cli: improve error for bundle in add/del ssl crt-list by William Lallemand · 4 years, 7 months ago
- 463b524 BUG/MINOR: ssl/cli: lock the ckch structures during crt-list delete by William Lallemand · 4 years, 7 months ago
- 7fd01b3 MINOR: ssl: improve the errors when a crt can't be open by William Lallemand · 4 years, 7 months ago
- c69f02d MINOR: ssl/cli: replace dump/show ssl crt-list by '-n' option by William Lallemand · 4 years, 7 months ago
- 0a9b941 MINOR: ssl/cli: 'del ssl crt-list' delete an entry by William Lallemand · 4 years, 7 months ago
- 58a5222 BUG/MINOR: ssl/cli: fix spaces in 'show ssl crt-list' by William Lallemand · 4 years, 7 months ago
- a690fed BUG/MINOR: ssl/cli: initialize fcount int crtlist_entry by William Lallemand · 4 years, 7 months ago
- 557823f MINOR: ssl: add a comment above the ssl_bind_conf keywords by William Lallemand · 4 years, 7 months ago
- c7c7a6b MINOR: ssl/cli: support filters and options in add ssl crt-list by William Lallemand · 4 years, 7 months ago
- 97b0810 MINOR: ssl: split the line parsing of the crt-list by William Lallemand · 4 years, 7 months ago
- c2e3b72 BUG/MINOR: ssl: entry->ckch_inst not initialized by William Lallemand · 4 years, 7 months ago
- e67c80b MEDIUM: ssl/cli: 'add ssl crt-list' command by William Lallemand · 4 years, 7 months ago
- 90afe90 MINOR: ssl/cli: update pointer to store in 'commit ssl cert' by William Lallemand · 4 years, 7 months ago
- fa8cf0c MINOR: ssl: store a ptr to crtlist in crtlist_entry by William Lallemand · 4 years, 7 months ago
- 23d61c0 MINOR: ssl: add a list of crtlist_entry in ckch_store by William Lallemand · 4 years, 7 months ago
- 09bd5a0 MINOR: ssl: use crtlist_free() upon error in directory loading by William Lallemand · 4 years, 7 months ago
- 4c68bba REORG: ssl: move some functions above crtlist_load_cert_dir() by William Lallemand · 4 years, 7 months ago
- 4939831 BUG/MINOR: ssl: ckch_inst wrongly inserted in crtlist_entry by William Lallemand · 4 years, 7 months ago
- ad3c37b REORG: ssl: move SETCERT enum to ssl_sock.h by William Lallemand · 4 years, 7 months ago
- 79d31ec MINOR: ssl: add a list of bind_conf in struct crtlist by William Lallemand · 4 years, 7 months ago
- 1673977 MINOR: ssl: skip self issued CA in cert chain for ssl_ctx by Emmanuel Hocdet · 4 years, 8 months ago
- 4fed93e MINOR: ssl: rework add cert chain to CTX to be libssl independent by Emmanuel Hocdet · 4 years, 8 months ago