-
Notifications
You must be signed in to change notification settings - Fork 48
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
OSX port and OpenSSL v1.1 compatibility #14
base: master
Are you sure you want to change the base?
Conversation
Time to merge? :-) |
I tried this out and it also works without warnings with OpenSSL 3.0.9 (Debian bookworm).
Somehow the |
This still works, even with OpenSSL 3.3.0! I'd love to have it merged :) |
For anyone using this lib I create a new fork at https://github.com/bukka/pkcs11-proxy which has working build on OSX and Linux including GH actions which also run new Python based tests that I added. In addition it contains support for ECDH1_DERIVE mechanism and extend sane ones for mechanisms with IV parameters. |
Port to allow clean build on OSX
Cleanup compiler warnings on later level gcc
Clean build on CentOS7
Fix OpenSSL >= 1.1 compatibility