summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremaldona%redhat.com <devnull@localhost>2012-11-21 22:19:22 +0000
committeremaldona%redhat.com <devnull@localhost>2012-11-21 22:19:22 +0000
commiteda3b65eecc4776b01fa38139e59a1c657810f02 (patch)
treef2fdfc427c48d758a0b1872e3a66b082e1ecb05d
parent706bcf23ba44e6b68e318593235646936fdead17 (diff)
downloadnss-hg-eda3b65eecc4776b01fa38139e59a1c657810f02.tar.gz
Bug 762198 - softoken sha224 powerup self-test fails on fips mode, r=rrelyea
-rw-r--r--security/nss/lib/freebl/nsslowhash.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/security/nss/lib/freebl/nsslowhash.c b/security/nss/lib/freebl/nsslowhash.c
index 5020389a4..e2ca562c2 100644
--- a/security/nss/lib/freebl/nsslowhash.c
+++ b/security/nss/lib/freebl/nsslowhash.c
@@ -102,10 +102,10 @@ freebl_fips_SHA_PowerUpSelfTest( void )
/* SHA-224 Known Digest Message (224-bits). */
static const PRUint8 sha224_known_digest[] = {
- 0x1c,0xc3,0x06,0x8e,0xce,0x37,0x68,0xfb,
- 0x1a,0x82,0x4a,0xbe,0x2b,0x00,0x51,0xf8,
- 0x9d,0xb6,0xe0,0x90,0x0d,0x00,0xc9,0x64,
- 0x9a,0xb8,0x98,0x4e};
+ 0x89,0x5e,0x7f,0xfd,0x0e,0xd8,0x35,0x6f,
+ 0x64,0x6d,0xf2,0xde,0x5e,0xed,0xa6,0x7f,
+ 0x29,0xd1,0x12,0x73,0x42,0x84,0x95,0x4f,
+ 0x8e,0x08,0xe5,0xcb};
/* SHA-256 Known Digest Message (256-bits). */
static const PRUint8 sha256_known_digest[] = {