Can one use HMAC through EVP? If so, can someone point me to an example? It seems that when the OpenSSL module is in FIPS mode, it doesn't like programs using HMAC_*() functions directly:
"OpenSSL internal error, assertion failed: Low level API call to digest SHA1 forbidden in FIPS mode!" Thanks.