mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
zkey: Enhance APQN cross check to check for firmware version
EP11 secure keys require a certain firmware version. Enhance the APQN cross check to not only check for a minimum card level, but also for a minimum firmware version. Signed-off-by: Ingo Franzki <ifranzki@linux.ibm.com> Reviewed-by: Harald Freudenberger <freude@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
committed by
Jan Höppner
parent
a7e47685e0
commit
88e6a18f96
+1
-1
@@ -65,7 +65,7 @@ zkey-cryptsetup-skip-jsonc:
|
||||
all: $(BUILD_TARGETS)
|
||||
|
||||
zkey.o: zkey.c pkey.h cca.h ep11.h misc.h
|
||||
pkey.o: pkey.c pkey.h cca.h ep11.h
|
||||
pkey.o: pkey.c pkey.h cca.h ep11.h utils.h
|
||||
cca.o: cca.c cca.h pkey.h ep11.h utils.h
|
||||
ep11.o: ep11.c ep11.h pkey.h cca.h utils.h
|
||||
utils.o: utils.h pkey.h cca.h ep11.h
|
||||
|
||||
Reference in New Issue
Block a user