linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH nvme-cli 0/2] Support commands for NVMe In-band authentication
@ 2021-09-13 10:24 Hannes Reinecke
  2021-09-13 10:24 ` [PATCH 1/2] Add 'gen-dhchap-key' command Hannes Reinecke
  2021-09-13 10:24 ` [PATCH 2/2] Add 'check-dhchap-key' function Hannes Reinecke
  0 siblings, 2 replies; 7+ messages in thread
From: Hannes Reinecke @ 2021-09-13 10:24 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: Sagi Grimberg, Keith Busch, linux-nvme, Hannes Reinecke

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


_______________________________________________
Linux-nvme mailing list
Linux-nvme@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-nvme

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-09-14  6:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-13 10:24 [PATCH nvme-cli 0/2] Support commands for NVMe In-band authentication Hannes Reinecke
2021-09-13 10:24 ` [PATCH 1/2] Add 'gen-dhchap-key' command Hannes Reinecke
2021-09-13 19:26   ` Sagi Grimberg
2021-09-14  6:18     ` Hannes Reinecke
2021-09-14  6:49       ` Sagi Grimberg
2021-09-14  6:59         ` Sagi Grimberg
2021-09-13 10:24 ` [PATCH 2/2] Add 'check-dhchap-key' function Hannes Reinecke

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).