Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
a374161766de2e2fdb0b9ba3bcb652bd9f68ee5f
/
src
/
ssl_ckch.c
543af60
BUG/MINOR: ssl: Do not look for key in extra files if already in pem
by Remi Tricot-Le Breton
· Tue Jun 07 16:29:44 2022 +0200
83b3f8a
BUG/MINOR: ssl_ckch: Fix possible uninitialized value in show_cert I/O handler
by Christopher Faulet
· Fri Jun 03 16:24:02 2022 +0200
7f339cc
BUG/MINOR: ssl_ckch: Dump cert transaction only once if show command yield
by Christopher Faulet
· Fri Jun 03 10:46:40 2022 +0200
82ae56d
BUG/MEDIUM: ssl_ckch: Rework 'commit ssl cert' to handle full buffer cases
by Christopher Faulet
· Tue May 31 16:37:01 2022 +0200
2ec7822
BUG/MINOR: ssl_ckch: Don't duplicate path when replacing a cert entry
by Christopher Faulet
· Tue May 31 18:07:59 2022 +0200
2ecaf33
BUG/MEDIUM: ssl_ckch: Don't delete a cert entry if it is being modified
by Christopher Faulet
· Tue May 31 18:04:25 2022 +0200
659574d
BUG/MINOR: ssl_ckch: Free error msg if commit changes on a cert entry fails
by Christopher Faulet
· Tue May 31 18:02:30 2022 +0200
9f4503d
BUG/MINOR: ssl: Fix crash when no private key is found in pem
by Remi Tricot-Le Breton
· Mon May 09 11:07:13 2022 +0200
6cd7995
BUG/MINOR: ssl: free correctly the sni in the backend SSL cache
by William Lallemand
· Tue Nov 23 15:15:09 2021 +0100
c78ac5a
BUG/MEDIUM: ssl: backend TLS resumption with sni and TLSv1.3
by William Lallemand
· Wed Nov 17 02:59:21 2021 +0100
b205bfd
CLEANUP: cli/tree-wide: properly re-align the CLI commands' help messages
by Willy Tarreau
· Fri May 07 11:38:37 2021 +0200
5ba80d6
BUG/MINOR: ssl/cli: fix a lock leak when no memory available
by William Lallemand
· Tue May 04 16:17:27 2021 +0200
43899ec
BUG/MINOR: ssl: ssl_sock_prepare_ssl_ctx does not return an error code
by Remi Tricot-Le Breton
· Wed Apr 21 15:32:46 2021 +0200
2b71810
CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion
by Willy Tarreau
· Wed Apr 21 07:32:39 2021 +0200
61cfdf4
CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x)
by Willy Tarreau
· Sat Feb 20 10:46:51 2021 +0100
6ac61e3
BUG/MINOR: ssl: potential null pointer dereference in ckchs_dup()
by Eric Salama
· Tue Feb 23 16:50:57 2021 +0100
6c09614
BUG/MINOR: ssl/cli: potential null pointer dereference in "set ssl cert"
by William Lallemand
· Tue Feb 23 14:45:45 2021 +0100
c47d676
BUILD: ssl: introduce fine guard for OpenSSL specific SCTL functions
by Ilya Shipitsin
· Sat Feb 13 11:45:33 2021 +0500
3ce6eed
MEDIUM: ssl: add a rwlock for SSL server session cache
by William Lallemand
· Mon Feb 08 10:43:44 2021 +0100
acf8459
CLEANUP: assorted typo fixes in the code and comments
by Ilya Shipitsin
· Sat Feb 06 22:29:08 2021 +0500
e0de0a6
MINOR: ssl/cli: flush the server session cache upon 'commit ssl cert'
by William Lallemand
· Wed Feb 03 18:51:01 2021 +0100
8695ce0
BUG/MEDIUM: ssl/cli: abort ssl cert is freeing the old store
by William Lallemand
· Mon Feb 01 15:31:00 2021 +0100
8d67394
BUG/MINOR: ssl: init tmp chunk correctly in ssl_sock_load_sctl_from_file()
by William Lallemand
· Wed Jan 27 14:58:51 2021 +0100
795bd9b
CLEANUP: ssl: remove SSL_CTX function parameter
by William Lallemand
· Tue Jan 26 11:27:42 2021 +0100
1dedb0a
CLEANUP: ssl/cli: rework free in cli_io_handler_commit_cert()
by William Lallemand
· Tue Jan 26 10:18:57 2021 +0100
f3eedfe
MEDIUM: ssl: Enable backend certificate hot update
by Remi Tricot-Le Breton
· Mon Jan 25 17:19:44 2021 +0100
d817dc7
MEDIUM: ssl: Load client certificates in a ckch for backend servers
by Remi Tricot-Le Breton
· Mon Jan 25 17:19:43 2021 +0100
e5ff141
CLEANUP: Compare the return value of `XXXcmp()` functions with zero
by Tim Duesterhus
· Sat Jan 02 22:31:53 2021 +0100
a55685b
BUG/MEDIUM: ssl/crt-list: bad behavior with "commit ssl cert"
by William Lallemand
· Tue Dec 15 14:57:46 2020 +0100
089c138
MEDIUM: ssl: ssl-load-extra-del-ext work only with .crt
by William Lallemand
· Fri Oct 23 17:35:12 2020 +0200
8e8581e
MINOR: ssl: 'ssl-load-extra-del-ext' removes the certificate extension
by William Lallemand
· Tue Oct 20 17:36:46 2020 +0200
5685ccf
CLEANUP: ssl/cli: remove test on 'multi' variable in CLI functions
by William Lallemand
· Wed Sep 16 16:12:25 2020 +0200
bd8e6ed
CLEANUP: ssl: remove test on "multi" variable in ckch functions
by William Lallemand
· Wed Sep 16 16:08:08 2020 +0200
95fefa1
MEDIUM: ssl/cli: remove support for multi certificates bundle
by William Lallemand
· Wed Sep 09 12:01:33 2020 +0200
46a030c
CLEANUP: assorted typo fixes in the code and comments
by Ilya Shipitsin
· Sun Jul 05 16:36:08 2020 +0500
a941952
BUG/MEDIUM: ssl/cli: 'commit ssl cert' crashes when no private key
by William Lallemand
· Wed Jun 24 16:26:41 2020 +0200
ee8530c
MINOR: ssl: free the crtlist and the ckch during the deinit()
by William Lallemand
· Tue Jun 23 18:19:42 2020 +0200
b255105
CLEANUP: include: tree-wide alphabetical sort of include files
by Willy Tarreau
· Tue Jun 09 09:07:15 2020 +0200
aeed4a8
REORG: include: move log.h to haproxy/log{,-t}.h
by Willy Tarreau
· Thu Jun 04 22:01:04 2020 +0200
f1d32c4
REORG: include: move channel.h to haproxy/channel{,-t}.h
by Willy Tarreau
· Thu Jun 04 21:07:02 2020 +0200
5e539c9
REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h
by Willy Tarreau
· Thu Jun 04 20:45:39 2020 +0200
209108d
REORG: include: move ssl_sock.h to haproxy/ssl_sock{,-t}.h
by Willy Tarreau
· Thu Jun 04 20:30:20 2020 +0200
83487a8
REORG: include: move cli.h to haproxy/cli{,-t}.h
by Willy Tarreau
· Thu Jun 04 20:19:54 2020 +0200
47d7f90
REORG: include: move ssl_ckch.h to haproxy/ssl_ckch{,-t}.h
by Willy Tarreau
· Thu Jun 04 14:25:47 2020 +0200
b2bd865
REORG: include: move ssl_utils.h to haproxy/ssl_utils.h
by Willy Tarreau
· Thu Jun 04 14:21:22 2020 +0200
48fbcae
REORG: tools: split common/standard.h into haproxy/tools{,-t}.h
by Willy Tarreau
· Wed Jun 03 18:09:46 2020 +0200
8d36697
REORG: include: move base64.h, errors.h and hash.h from common to to haproxy/
by Willy Tarreau
· Wed May 27 16:10:29 2020 +0200
8d2b777
REORG: ebtree: move the include files from ebtree to include/import/
by Willy Tarreau
· Wed May 27 10:58:19 2020 +0200
e5ff4ad
BUG/MINOR: ssl: fix a trash buffer leak in some error cases
by William Lallemand
· Mon Jun 08 09:40:37 2020 +0200
6a66a5e
REORG: ssl: move utility functions to src/ssl_utils.c
by William Lallemand
· Fri May 15 12:01:17 2020 +0200
da8584c
REORG: ssl: move the CLI 'cert' functions to src/ssl_ckch.c
by William Lallemand
· Thu May 14 10:14:37 2020 +0200
fa1d8b4
REORG: ssl: move ckch_inst functions to src/ssl_ckch.c
by William Lallemand
· Wed May 13 15:46:10 2020 +0200
03c331c
REORG: ssl: move the ckch_store related functions to src/ssl_ckch.c
by William Lallemand
· Wed May 13 10:10:01 2020 +0200