]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl/cli: update ocsp/issuer/sctl file from the CLI
authorWilliam Lallemand <wlallemand@haproxy.com>
Thu, 17 Oct 2019 14:28:40 +0000 (16:28 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Wed, 23 Oct 2019 09:54:51 +0000 (11:54 +0200)
commit44b35322501b263113b21b938103bc8c32d4ffaf
tree6494b2619e2cb9bd659e606968c30a11176e7326
parent849eed6b25fb0d4f5c350158ae02d0ca8d4b4618
MINOR: ssl/cli: update ocsp/issuer/sctl file from the CLI

It is now possible to update new parts of a CKCH from the CLI.

Currently you will be able to update a PEM (by default), a OCSP response
in base64, an issuer file, and a SCTL file.

Each update will creates a new CKCH and new sni_ctx structure so we will
need a "commit" command later to apply several changes and create the
sni_ctx only once.
src/ssl_sock.c