]> git.proxmox.com Git - mirror_edk2.git/blobdiff - CryptoPkg/Application/Cryptest/Cryptest.c
1. Add new API supports for PEM & X509 key retrieving & verification;
[mirror_edk2.git] / CryptoPkg / Application / Cryptest / Cryptest.c
index 188a36c4c3727737b5bd6adf36fda4909222d6f7..db8c89aa51d6507e97109eeb1d322161ff6010d6 100644 (file)
@@ -58,6 +58,11 @@ CryptestMain (
     return Status;\r
   }\r
 \r
+  Status = ValidateCryptRsa2 ();\r
+  if (EFI_ERROR (Status)) {\r
+    return Status;\r
+  }\r
+\r
   Status = ValidateAuthenticode ();\r
   if (EFI_ERROR (Status)) {\r
     return Status;\r