Windows: use "HMAC-BLAKE2s-256" instead of "HMAC-BLAKE2s" for BLAKE2s PRF name

This commit is contained in:
Mounir IDRASSI 2022-03-09 22:41:50 +01:00
parent 36795a688f
commit dd0f3cd167
No known key found for this signature in database
GPG Key ID: 02C30AE90FAE4A6F

View File

@ -1263,7 +1263,7 @@ wchar_t *get_pkcs5_prf_name (int pkcs5_prf_id)
return L"HMAC-SHA-256";
case BLAKE2S:
return L"HMAC-BLAKE2s";
return L"HMAC-BLAKE2s-256";
case WHIRLPOOL:
return L"HMAC-Whirlpool";