]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
Add 'gen-dhchap-key' command
authorHannes Reinecke <hare@suse.de>
Thu, 17 Dec 2020 08:43:50 +0000 (09:43 +0100)
committerHannes Reinecke <hare@suse.de>
Thu, 18 Nov 2021 14:40:27 +0000 (15:40 +0100)
commita05d4213f0f9226935478b4f75beaf0eddd1e92b
tree1cc2091345630d68ebb585281035ea7b7328895d
parent3a1e80a45aa58f528a2ddb732abdfce5689fc5be
Add 'gen-dhchap-key' command

Add command 'gen-dhchap-key' to generate an DH-HMAC-CHAP host key
for NVMe in-band authentication.

Signed-off-by: Hannes Reinecke <hare@suse.de>
Documentation/nvme-gen-dhchap-key.txt [new file with mode: 0644]
Makefile
meson.build
nvme-builtin.h
nvme.c
util/argconfig.h
util/base64.c [new file with mode: 0644]
util/base64.h [new file with mode: 0644]
util/meson.build