In my day-job I am working with this Thales cryptographic security module - the nCipher netHSM.
The application normally runs as a daemon on Linux so I didn't notice this message until I started it under the debugger.
Basically it constantly issues this message
2014-11-09 22:59:06 [16458] t00c71fc6ff7f0000: pkcs11-sam: 000008d2 Warning: key is considered weak; set CKNFAST_OVERRIDE_SECURITY_ASSURANCES=weak_des to allow
So I set the environment variable and ran it again. It still keeps spitting out a message but this time it says:
t00c71fc6ff7f0000: pkcs11-sam: 000008d1 Warning: key considered adequate because CKNFAST_OVERRIDE_SECURITY_ASSURANCES=weak_des set
Is there any way to make it actually STFU?
No comments:
Post a Comment