2022-09-14 20:37:50 +02:00
|
|
|
--- libica-4.3.0/src/fips.c 2020-05-04 17:01:23.238805001 -0400
|
|
|
|
+++ libica-4.3.0/src/fips.c 2020-05-04 16:58:51.352241763 -0400
|
|
|
|
@@ -65,10 +65,9 @@
|
|
|
|
* integrity test. The recommended key size for HMAC-SHA256 is 64 bytes.
|
|
|
|
* The known HMAC is supposed to be provided as hex string in a file
|
2020-09-15 23:37:09 +02:00
|
|
|
* .libica.so.VERSION.hmac in the same directory as the .so module.
|
|
|
|
- */
|
|
|
|
+ /* HMAC key is hexidecimal for: "orboDeJITITejsirpADONivirpUkvarP" */
|
2020-05-07 21:48:37 +02:00
|
|
|
static const char hmackey[] =
|
|
|
|
- "0000000000000000000000000000000000000000000000000000000000000000"
|
|
|
|
- "0000000000000000000000000000000000000000000000000000000000000000";
|
2020-09-15 23:37:09 +02:00
|
|
|
+ "6f72626f44654a49544954656a7369727041444f4e6976697270556b76617250";
|
2020-05-07 21:48:37 +02:00
|
|
|
|
2022-09-14 20:37:50 +02:00
|
|
|
#endif /* ICA_INTERNAL_TEST */
|
2020-05-07 21:48:37 +02:00
|
|
|
|