[PATCH nvme-cli 0/2] Support commands for NVMe In-band authentication
Hannes Reinecke
hare at suse.de
Mon Sep 13 03:24:13 PDT 2021
Hi all,
this patchset adds two new functions 'gen-dhchap-key' and 'check-dhchap-key'
to help generating and validating host keys for NVMe In-band authentication.
As usual, comments and reviews are welcome.
Hannes Reinecke (2):
Add 'gen-dhchap-key' command
Add 'check-dhchap-key' function
Documentation/nvme-check-dhchap-key.txt | 31 ++++
Documentation/nvme-gen-dhchap-key.txt | 52 ++++++
Makefile | 17 +-
nvme-builtin.h | 2 +
nvme.c | 224 ++++++++++++++++++++++++
util/argconfig.h | 1 +
util/base64.c | 100 +++++++++++
util/base64.h | 7 +
8 files changed, 433 insertions(+), 1 deletion(-)
create mode 100644 Documentation/nvme-check-dhchap-key.txt
create mode 100644 Documentation/nvme-gen-dhchap-key.txt
create mode 100644 util/base64.c
create mode 100644 util/base64.h
--
2.26.2
More information about the Linux-nvme
mailing list