All of lore.kernel.org
 help / color / mirror / Atom feed
From: Srish Srinivasan <ssrish@linux.ibm.com>
To: grub-devel@gnu.org
Cc: daniel.kiper@oracle.com, phcoder@gmail.com, adhamilt@gmail.com,
	sudhakar@linux.ibm.com, stefanb@linux.ibm.com,
	nayna@linux.ibm.com, sridharm@linux.ibm.com,
	ssrish@linux.ibm.com
Subject: [PATCH v2] tests: Extend pbkdf2_test to cover HMAC-SHA{256, 512}
Date: Mon, 29 Sep 2025 16:59:34 +0530	[thread overview]
Message-ID: <20250929112934.554725-1-ssrish@linux.ibm.com> (raw)

HMAC-SHA1 is the only HMAC variant tested in the existing vectors.
Add vectors to test HMAC-SHA{256, 512} as well.

Signed-off-by: Srish Srinivasan <ssrish@linux.ibm.com>
Reviewed-by: Stefan Berger <stefanb@linux.ibm.com>
Reviewed-by: Sudhakar Kuppusamy <sudhakar@linux.ibm.com>
---
 grub-core/tests/pbkdf2_test.c | 89 ++++++++++++++++++++++++++++++++++-
 1 file changed, 88 insertions(+), 1 deletion(-)

diff --git a/grub-core/tests/pbkdf2_test.c b/grub-core/tests/pbkdf2_test.c
index 4eeb8b89f..ba735d4ec 100644
--- a/grub-core/tests/pbkdf2_test.c
+++ b/grub-core/tests/pbkdf2_test.c
@@ -31,6 +31,7 @@ static struct
   grub_size_t Slen;
   unsigned int c;
   grub_size_t dkLen;
+  const gcry_md_spec_t *HMAC_variant;
   const char *DK;
 } vectors[] = {
   /* RFC6070. */
@@ -38,6 +39,7 @@ static struct
     "password", 8,
     "salt", 4,
     1, 20,
+    GRUB_MD_SHA1,
     "\x0c\x60\xc8\x0f\x96\x1f\x0e\x71\xf3\xa9\xb5\x24\xaf\x60\x12"
     "\x06\x2f\xe0\x37\xa6"
   },
@@ -45,6 +47,7 @@ static struct
     "password", 8,
     "salt", 4,
     2, 20,
+    GRUB_MD_SHA1,
     "\xea\x6c\x01\x4d\xc7\x2d\x6f\x8c"
     "\xcd\x1e\xd9\x2a\xce\x1d\x41\xf0"
     "\xd8\xde\x89\x57"
@@ -53,6 +56,7 @@ static struct
     "password", 8,
     "salt", 4,
     4096, 20,
+    GRUB_MD_SHA1,
     "\x4b\x00\x79\x01\xb7\x65\x48\x9a\xbe\xad\x49\xd9\x26\xf7"
     "\x21\xd0\x65\xa4\x29\xc1"
   },
@@ -60,6 +64,7 @@ static struct
     "passwordPASSWORDpassword", 24,
     "saltSALTsaltSALTsaltSALTsaltSALTsalt", 36,
     4096, 25,
+    GRUB_MD_SHA1,
     "\x3d\x2e\xec\x4f\xe4\x1c\x84\x9b\x80\xc8\xd8\x36\x62\xc0"
     "\xe4\x4a\x8b\x29\x1a\x96\x4c\xf2\xf0\x70\x38"
   },
@@ -67,7 +72,89 @@ static struct
     "pass\0word", 9,
     "sa\0lt", 5,
     4096, 16,
+    GRUB_MD_SHA1,
     "\x56\xfa\x6a\xa7\x55\x48\x09\x9d\xcc\x37\xd7\xf0\x34\x25\xe0\xc3"
+  },
+  /* Re-using the above vectors for HMAC-SHA{256,512} */
+  {
+    "password", 8,
+    "salt", 4,
+    1, 20,
+    GRUB_MD_SHA256,
+    "\x12\x0f\xb6\xcf\xfc\xf8\xb3\x2c\x43\xe7\x22\x52\x56\xc4\xf8"
+    "\x37\xa8\x65\x48\xc9"
+  },
+  {
+    "password", 8,
+    "salt", 4,
+    2, 20,
+    GRUB_MD_SHA256,
+    "\xae\x4d\x0c\x95\xaf\x6b\x46\xd3"
+    "\x2d\x0a\xdf\xf9\x28\xf0\x6d\xd0"
+    "\x2a\x30\x3f\x8e"
+  },
+  {
+    "password", 8,
+    "salt", 4,
+    4096, 20,
+    GRUB_MD_SHA256,
+    "\xc5\xe4\x78\xd5\x92\x88\xc8\x41\xaa\x53\x0d\xb6\x84\x5c"
+    "\x4c\x8d\x96\x28\x93\xa0"
+  },
+  {
+    "passwordPASSWORDpassword", 24,
+    "saltSALTsaltSALTsaltSALTsaltSALTsalt", 36,
+    4096, 25,
+    GRUB_MD_SHA256,
+    "\x34\x8c\x89\xdb\xcb\xd3\x2b\x2f\x32\xd8\x14\xb8\x11\x6e"
+    "\x84\xcf\x2b\x17\x34\x7e\xbc\x18\x00\x18\x1c"
+  },
+  {
+    "pass\0word", 9,
+    "sa\0lt", 5,
+    4096, 16,
+    GRUB_MD_SHA256,
+    "\x89\xb6\x9d\x05\x16\xf8\x29\x89\x3c\x69\x62\x26\x65\x0a\x86\x87"
+  },
+  {
+    "password", 8,
+    "salt", 4,
+    1, 20,
+    GRUB_MD_SHA512,
+    "\x86\x7f\x70\xcf\x1a\xde\x02\xcf\xf3\x75\x25\x99\xa3\xa5\x3d"
+    "\xc4\xaf\x34\xc7\xa6"
+  },
+  {
+    "password", 8,
+    "salt", 4,
+    2, 20,
+    GRUB_MD_SHA512,
+    "\xe1\xd9\xc1\x6a\xa6\x81\x70\x8a"
+    "\x45\xf5\xc7\xc4\xe2\x15\xce\xb6"
+    "\x6e\x01\x1a\x2e"
+  },
+  {
+    "password", 8,
+    "salt", 4,
+    4096, 20,
+    GRUB_MD_SHA512,
+    "\xd1\x97\xb1\xb3\x3d\xb0\x14\x3e\x01\x8b\x12\xf3\xd1\xd1"
+    "\x47\x9e\x6c\xde\xbd\xcc"
+  },
+  {
+    "passwordPASSWORDpassword", 24,
+    "saltSALTsaltSALTsaltSALTsaltSALTsalt", 36,
+    4096, 25,
+    GRUB_MD_SHA512,
+    "\x8c\x05\x11\xf4\xc6\xe5\x97\xc6\xac\x63\x15\xd8\xf0\x36"
+    "\x2e\x22\x5f\x3c\x50\x14\x95\xba\x23\xb8\x68"
+  },
+  {
+    "pass\0word", 9,
+    "sa\0lt", 5,
+    4096, 16,
+    GRUB_MD_SHA512,
+    "\x9d\x9e\x9c\x4c\xd2\x1f\xe4\xbe\x24\xd5\xb8\x24\x4c\x75\x96\x65"
   }
 };
 
@@ -80,7 +167,7 @@ pbkdf2_test (void)
     {
       gcry_err_code_t err;
       grub_uint8_t DK[32];
-      err = grub_crypto_pbkdf2 (GRUB_MD_SHA1,
+      err = grub_crypto_pbkdf2 (vectors[i].HMAC_variant,
 				(const grub_uint8_t *) vectors[i].P,
 				vectors[i].Plen,
 				(const grub_uint8_t *) vectors[i].S,
-- 
2.51.0


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

             reply	other threads:[~2025-09-29 11:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-29 11:29 Srish Srinivasan [this message]
2025-11-05 19:19 ` [PATCH v2] tests: Extend pbkdf2_test to cover HMAC-SHA{256, 512} Daniel Kiper

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250929112934.554725-1-ssrish@linux.ibm.com \
    --to=ssrish@linux.ibm.com \
    --cc=adhamilt@gmail.com \
    --cc=daniel.kiper@oracle.com \
    --cc=grub-devel@gnu.org \
    --cc=nayna@linux.ibm.com \
    --cc=phcoder@gmail.com \
    --cc=sridharm@linux.ibm.com \
    --cc=stefanb@linux.ibm.com \
    --cc=sudhakar@linux.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.