]> www.infradead.org Git - users/sagi/libnvme.git/commit
fabrics: add configuration option 'tls_key'
authorHannes Reinecke <hare@suse.de>
Thu, 23 Mar 2023 09:44:02 +0000 (10:44 +0100)
committerDaniel Wagner <wagi@monom.org>
Mon, 27 Mar 2023 11:46:18 +0000 (13:46 +0200)
commit342b186434cfa386ef5fc07a1cd5413199ddb950
tree157cdfc66c14879610d4ee17f7191b834d05cbd2
parent92479af3fa53a5fc6f314460709f7acb2af9c507
fabrics: add configuration option 'tls_key'

Add a fabrics configuration option to specify the TLS PSK for a
connection. The PSK is referenced by its serial number, but stored
with its description in the JSON configuration file.

Signed-off-by: Hannes Reinecke <hare@suse.de>
doc/config-schema.json
doc/rst/fabrics.rst
src/nvme/fabrics.c
src/nvme/fabrics.h
src/nvme/json.c