]> www.wagner.pp.ru Git - openssl-gost/engine.git/commit
test_digest: Do HMAC using EVP_MAC API
authorVitaly Chikunov <vt@altlinux.org>
Sat, 9 May 2020 04:46:17 +0000 (07:46 +0300)
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>
Sat, 9 May 2020 08:28:38 +0000 (11:28 +0300)
commit3c0db93862faa4b5f302bf6f310c5f86f4dded24
tree4c7591f2d4a8476448cf6c9ce4e13679711fd234
parent541bf464a0b5849e0823d075a2403eeb37f90ea9
test_digest: Do HMAC using EVP_MAC API

They say `HMAC' API is deprecated since 3.0, thus `EVP_MAC' API should
be used.
  https://www.openssl.org/docs/manmaster/man3/HMAC_CTX_free.html
test_digest.c