I want to use code like the following while in FIPS mode....

const EVP_MD *md
md = EVP_md5();

so I can call  HMAC()

unsigned char *HMAC(const EVP_MD *evp_md, const void *key, int key_len,
                                          const unsigned char *d, size_t n, 
unsigned char *md,
                                          unsigned int *md_len);

It appears that OPENSSL_NO_MD5 is defined so EVP_md5() is unavailable...
I am new to openssl/FIPS and was wondering if there was another way to generate 
a HMAC MD5?

Thanks in advance.


jl
_______________________________________________
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Reply via email to