Remove building with NOCRYPTO option
[minix.git] / external / bsd / bind / dist / bin / tests / pkcs11 / README
blob4155b117f5b2d74e627ac9c23faebfca622060fe
1 "pkcs11-hmacmd5" is here to check for the presence of a known bug in
2 the Thales nCipher PKCS#11 provider library.  To test for the bug, use
3 pkcs11-hmacmd5 to hash a test vector from RFC 2104, and determine
4 whether the resulting digest is is correct.  For instance:
6     echo -n "Hi There" | \
7         ./pkcs11-hmacmd5 -p <PIN> -k '0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b'
9 ...must return "9294727a3638bb1c13f48ef8158bfc9d".
11 If any other value is returned, then the provider library is buggy,
12 and the compilation flag PKCS11CRYPTOWITHHMAC must *not* be defined.
13 However, if the correct value is returned, then it is safe to turn
14 on PKCS11CRYPTOWITHHMAC. (It is off by default.)