Added ksecprintf for securely printing messages from the kernel.
If SECRET_TESTING is defined, the function will compute and print a salt value and the hmac/sha256 hash of the message, which can be verified from the test161 server.
This commit is contained in:
@@ -45,6 +45,6 @@
|
||||
*/
|
||||
|
||||
#undef SECRET_TESTING
|
||||
#define SECRET 0
|
||||
#define SECRET ""
|
||||
|
||||
#endif /* _SECRET_H_ */
|
||||
|
Reference in New Issue
Block a user