[Cryptech-Commits] [sw/libhal] 03/03: Doh, helps if one actually **uses** the argument one just parsed.

git at cryptech.is git at cryptech.is
Thu May 26 04:11:09 UTC 2016


This is an automated email from the git hooks/post-receive script.

sra at hactrn.net pushed a commit to branch master
in repository sw/libhal.

commit 5352d1bd1a5411064e8ac511240da2c8ed68a8c6
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Wed May 25 23:56:29 2016 -0400

    Doh, helps if one actually **uses** the argument one just parsed.
---
 last_gasp_pin_internal.h    | 4 ++--
 utils/last_gasp_default_pin | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/last_gasp_pin_internal.h b/last_gasp_pin_internal.h
index 62dc1e5..96dc879 100644
--- a/last_gasp_pin_internal.h
+++ b/last_gasp_pin_internal.h
@@ -4,6 +4,6 @@
 
 static const hal_ks_pin_t hal_last_gasp_pin = {
   100000,
-  {0xb0, 0x1a, 0xfb, 0xa8, 0xe9, 0x03, 0x99, 0xd5, 0xf6, 0xff, 0x33, 0x06, 0x7b, 0x64, 0xf2, 0x01, 0x0a, 0x13, 0x21, 0x9a, 0xf9, 0xe3, 0xfd, 0x26, 0x49, 0xe7, 0xbb, 0xca, 0xc0, 0xf0, 0x2e, 0x7d},
-  {0xc1, 0x87, 0x1d, 0xf2, 0x4c, 0xf4, 0xd9, 0xe7, 0x68, 0xfa, 0x62, 0xec, 0xac, 0x2d, 0xb7, 0x10}
+  {0xb8, 0x47, 0xcb, 0x83, 0xdd, 0x93, 0xf7, 0xd7, 0x53, 0x3f, 0xcb, 0xae, 0xc2, 0x19, 0xcd, 0xb9, 0x4e, 0x9d, 0x4e, 0x71, 0x30, 0xcd, 0x01, 0x05, 0x87, 0x6d, 0xa7, 0x03, 0x8d, 0x46, 0x36, 0xf1, 0xcf, 0x55, 0x1f, 0x36, 0x22, 0x9d, 0xc3, 0x18, 0xcd, 0x43, 0x49, 0x14, 0x0b, 0x79, 0x85, 0xf9, 0xd0, 0xa5, 0xb0, 0x9f, 0x43, 0x95, 0xf8, 0xae, 0x01, 0xa0, 0x82, 0xaf, 0xc6, 0xf2, 0x8f, 0xf4},
+  {0x37, 0x6e, 0x15, 0x14, 0x5a, 0xd4, 0x35, 0xaf, 0x1c, 0x81, 0xc2, 0x80, 0x97, 0x18, 0x8d, 0x81}
 };
diff --git a/utils/last_gasp_default_pin b/utils/last_gasp_default_pin
index c2ca965..70379ad 100755
--- a/utils/last_gasp_default_pin
+++ b/utils/last_gasp_default_pin
@@ -72,7 +72,7 @@ salt = urandom(16)
 
 pin  = PBKDF2(password = args.pin,
               salt     = salt,
-              dkLen    = 32,
+              dkLen    = args.derived_key_length,
               count    = args.iterations,
               prf      = HMAC_SHA256)
 



More information about the Commits mailing list