Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying to compile with Openssl 1.1.1, getting many issues #110

Open
ngashok opened this issue Nov 17, 2018 · 2 comments
Open

Trying to compile with Openssl 1.1.1, getting many issues #110

ngashok opened this issue Nov 17, 2018 · 2 comments

Comments

@ngashok
Copy link

ngashok commented Nov 17, 2018

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

@zeebo
Copy link
Member

zeebo commented Dec 5, 2018

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.

@savely-krasovsky
Copy link

@ngashok builds okay with 1.1.1d (not 1.1.1g).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants