summaryrefslogtreecommitdiff
path: root/include/haproxy/ssl_sock.h
Commit message (Expand)AuthorAgeFilesLines
* MINOR: ssl: rename confusing ssl_bind_kwsWilliam Lallemand2023-02-161-1/+1
* MINOR: ssl: Move OCSP code to a dedicated source fileRemi Tricot-Le Breton2022-12-211-10/+0
* MEDIUM: ssl: Add ocsp update task main functionRemi Tricot-Le Breton2022-12-211-0/+2
* MINOR: ssl: Add helper function that checks the validity of an OCSP responseRemi Tricot-Le Breton2022-12-211-0/+2
* MINOR: ssl: Add OCSP request helper functionRemi Tricot-Le Breton2022-12-211-0/+2
* MINOR: ssl: Add helper function that extracts an OCSP URI from a certificateRemi Tricot-Le Breton2022-12-211-0/+1
* BUG/MINOR: ssl: Fix potential overflowRemi Tricot-Le Breton2022-11-141-2/+2
* BUG/MEDIUM: ssl: Verify error codes can exceed 63Remi Tricot-Le Breton2022-11-101-0/+23
* BUILD: ssl: fix ssl_sock_switchtx_cbk when no client_hello_cbWilliam Lallemand2022-09-071-3/+6
* MINOR: ssl: Add 'ssl-provider' global optionRemi Tricot-Le Breton2022-05-171-0/+7
* MINOR: ssl: Add ssl_sock_get_dh_from_bio helper functionRemi Tricot-Le Breton2022-02-141-0/+1
* CLEANUP: ssl: Remove unused ssl_sock_create_cert functionRemi Tricot-Le Breton2022-02-091-1/+0
* MEDIUM: quic/ssl: add new ex data for quic_connAmaury Denoyelle2022-01-241-0/+3
* BUG/MINOR: ssl: Store client SNI in SSL context in case of ClientHello errorRemi Tricot-Le Breton2022-01-101-0/+1
* MEDIUM: quic: inspect ALPN to install app_opsAmaury Denoyelle2021-11-181-0/+2
* REORG: ssl-sock: move the sslconns/totalsslconns counters to globalWilly Tarreau2021-10-071-2/+0
* CLEANUP: ssl/server: move ssl_sock_set_srv() to srv_set_ssl() in server.cWilly Tarreau2021-10-071-1/+0
* REORG: ssl: move ssl_sock_is_ssl() to connection.h and rename itWilly Tarreau2021-10-071-10/+0
* MINOR: ssl: render file-access optional on server crt loadingAmaury Denoyelle2021-06-181-1/+1
* MINOR: ssl: always initialize random generatorAmaury Denoyelle2021-06-181-0/+1
* BUILD: ssl: Fix compilation with BoringSSLRemi Tricot-Le Breton2021-06-101-1/+1
* MINOR: ssl: Add new "show ssl ocsp-response" CLI commandRemi Tricot-Le Breton2021-06-101-0/+4
* MEDIUM: ssl: Chain ckch instances in ca-file entriesRemi Tricot-Le Breton2021-05-171-3/+4
* CLEANUP: ssl: Move ssl_store related code to ssl_ckch.cRemi Tricot-Le Breton2021-05-171-1/+1
* BUG/MINOR: ssl: Prevent disk access when using "add ssl crt-list"Remi Tricot-Le Breton2021-03-231-1/+1
* MEDIUM: ssl: Load client certificates in a ckch for backend serversRemi Tricot-Le Breton2021-01-261-0/+2
* MINOR: ssl: Server ssl context prepare function refactoringRemi Tricot-Le Breton2021-01-261-0/+1
* BUILD: ssl: guard Client Hello callbacks with HAVE_SSL_CLIENT_HELLO_CB macro ...Ilya Shipitsin2021-01-221-1/+1
* MINOR: ssl: Export definitions required by QUIC.Frédéric Lécaille2020-12-231-0/+12
* BUILD: ssl: use SSL_MODE_ASYNC macro instead of OPENSSL_VERSIONIlya Shipitsin2020-11-191-1/+1
* MEDIUM: cli/ssl: configure ssl on server at runtimeWilliam Dauchy2020-11-181-0/+1
* WIP/MINOR: ssl: add sample fetches for keylog in frontendWilliam Lallemand2020-07-061-0/+3
* CLEANUP: include: tree-wide alphabetical sort of include filesWilly Tarreau2020-06-111-1/+1
* REORG: include: move proxy.h to haproxy/proxy{,-t}.hWilly Tarreau2020-06-111-2/+1
* REORG: include: move ssl_sock.h to haproxy/ssl_sock{,-t}.hWilly Tarreau2020-06-111-0/+143