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
+2
-1
@@ -68,7 +68,8 @@ int handle_apqns(const char *apqns, enum card_type cardtype,
|
||||
int print_mk_info(const char *apqns, enum card_type cardtype, bool verbose);
|
||||
|
||||
int cross_check_apqns(const char *apqns, u8 *mkvp, int min_level,
|
||||
enum card_type cardtype, bool print_mks, bool verbose);
|
||||
const struct fw_version *min_fw_version,
|
||||
enum card_type cardtype, bool print_mks, bool verbose);
|
||||
|
||||
bool prompt_for_yes(bool verbose);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user