|
Revision tags: v25.01-rc1, v24.09, v25.01-pre, v24.09-rc1 |
|
| #
e93c9915 |
| 05-Sep-2024 |
Konrad Sztyber <konrad.sztyber@intel.com> |
keyring/file: expose {add,remove}_key() functions
We'll want to use them from places other than the RPC methods.
Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com> Change-Id: Ice1d2e143949f79
keyring/file: expose {add,remove}_key() functions
We'll want to use them from places other than the RPC methods.
Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com> Change-Id: Ice1d2e143949f791bdef1dbe5fe5649071e31e98 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/24808 Reviewed-by: Aleksey Marchuk <alexeymar@nvidia.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <jim.harris@samsung.com> Community-CI: Mellanox Build Bot
show more ...
|
|
Revision tags: v24.05, v24.09-pre, v24.05-rc1, LTS, v24.01, v24.05-pre, v24.01-rc1 |
|
| #
8db51b4e |
| 13-Dec-2023 |
Konrad Sztyber <konrad.sztyber@intel.com> |
module/keyring: add keyring_file module
This module allows for using keys stored in files. Each such file should only contain a single key and the module copies it without any modifications. Addit
module/keyring: add keyring_file module
This module allows for using keys stored in files. Each such file should only contain a single key and the module copies it without any modifications. Additionally, it checks the permissions of the file to ensure that only the owner of the file is allowed to access it.
This mechanism is very similar to the method employed by the NVMe driver and the NVMe-oF target to supply NVMe/TLS pre-shared keys.
Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com> Change-Id: I6eb15549073e8388b3f806f2888df3b1e3676ad5 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21737 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Seung yeon Shin <syeon.shin@samsung.com> Reviewed-by: Jim Harris <jim.harris@samsung.com> Reviewed-by: Aleksey Marchuk <alexeymar@nvidia.com>
show more ...
|