]> git.proxmox.com Git - mirror_edk2.git/blobdiff - CryptoPkg/Application/Cryptest/Cryptest.h
CryptoPkg: Add new API to retrieve commonName of X.509 certificate
[mirror_edk2.git] / CryptoPkg / Application / Cryptest / Cryptest.h
index 17b4224b65ba3a33b7b7f99fba8437d76d7d8675..9e3e0fb8bf3966bae290dbb8b4dfc94816d97538 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Application for Cryptographic Primitives Validation.\r
 \r
-Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -84,6 +84,18 @@ ValidateCryptRsa2 (
   VOID\r
   );\r
 \r
+/**\r
+  Validate UEFI-OpenSSL PKCS#5 PBKDF2 Interface.\r
+\r
+  @retval  EFI_SUCCESS  Validation succeeded.\r
+  @retval  EFI_ABORTED  Validation failed.\r
+\r
+**/\r
+EFI_STATUS\r
+ValidateCryptPkcs5Pbkdf2 (\r
+  VOID\r
+  );\r
+\r
 /**\r
   Validate UEFI-OpenSSL PKCS#7 Signing & Verification Interfaces.\r
 \r
@@ -144,4 +156,4 @@ ValidateCryptPrng (
   VOID\r
   );\r
 \r
-#endif
\ No newline at end of file
+#endif\r