Hello,
> I have a doubt about how to use the HMAC() function. I developed this
code in C
> language: (abridged)
>
> ...
> unsigned char *auth = NULL;
> unsigned char *session_auth_key;
> unsigned char *auth_tag;
> .
> .
> auth = HMAC(EVP_sha1(), session_aut
Hello everybody,
I have a doubt about how to use the HMAC() function. I developed this code in C
language: (abridged)
...
unsigned char *auth = NULL;
unsigned char *session_auth_key;
unsigned char *auth_tag;
.
.
auth = HMAC(EVP_sha1(), session_auth_key, auth_key_length, length