In hmac.c rev. 1.13 2018/02/17 14:53:59, jsing@ provided HMAC_CTX_new(3),
authorschwarze <schwarze@openbsd.org>
Sun, 18 Feb 2018 17:32:13 +0000 (17:32 +0000)
committerschwarze <schwarze@openbsd.org>
Sun, 18 Feb 2018 17:32:13 +0000 (17:32 +0000)
commit55967afe8085dd63bb004cadc870661003a588e9
tree180de0fa802aea9c4b2639dd4cadbf94af57c43f
parent0d94137cb86cb7384bf4bc86ae1750ac57c08e4e
In hmac.c rev. 1.13 2018/02/17 14:53:59, jsing@ provided HMAC_CTX_new(3),
HMAC_CTX_free(3), HMAC_CTX_reset(3), and HMAC_CTX_get_md(3).
Merge the documentation from OpenSSL, with many tweaks by me.
Also include a few earlier improvements from OpenSSL.

While here, improve the order of the functions, the description of
deprecated functions, and remove a confusing warning about the
behaviour of HMAC_Init(3) in historical versions of OpenSSL.
lib/libcrypto/man/HMAC.3