You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just tried to check what has got changed, it looks like some function names are removed which were there in 1.1.0
doc/man3/HMAC.pod:HMAC_CTX_cleanup() existed in OpenSSL before version 1.1.0.
crypto/hmac/hmac.c:static void hmac_ctx_cleanup(HMAC_CTX *ctx)
crypto/hmac/hmac.c: hmac_ctx_cleanup(ctx);
crypto/hmac/hmac.c: hmac_ctx_cleanup(ctx);
crypto/hmac/hmac.c: hmac_ctx_cleanup(ctx);
crypto/hmac/hmac.c: hmac_ctx_cleanup(dctx);
CHANGES: HMAC_CTX_cleanup() were removed. HMAC_CTX_reset() and
The text was updated successfully, but these errors were encountered:
Thanks for the information. I don't have time to support newer versions of OpenSSL right now, so if anyone wants to give this a go (use shim.c and shim.h to select correct implementations based on the OpenSSL version defines), then I'd be happy to review and merge it.
I just tried to check what has got changed, it looks like some function names are removed which were there in 1.1.0
doc/man3/HMAC.pod:HMAC_CTX_cleanup() existed in OpenSSL before version 1.1.0.
crypto/hmac/hmac.c:static void hmac_ctx_cleanup(HMAC_CTX *ctx)
crypto/hmac/hmac.c: hmac_ctx_cleanup(ctx);
crypto/hmac/hmac.c: hmac_ctx_cleanup(ctx);
crypto/hmac/hmac.c: hmac_ctx_cleanup(ctx);
crypto/hmac/hmac.c: hmac_ctx_cleanup(dctx);
CHANGES: HMAC_CTX_cleanup() were removed. HMAC_CTX_reset() and
The text was updated successfully, but these errors were encountered: