-
Notifications
You must be signed in to change notification settings - Fork 7
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
Compatibility with OpenSSL 1.1.1 #12
Comments
I rebuilt it just now and tried it with the
What did you try that gave you a segfault? |
(note that you don't have to install the engine to try it, all you need is to set the environment variable |
BTW hwcrhk's functions are now fully thread safe (since v12.40) so you may need to do less locking from chil. |
You don't actually have to install the engine to get it to work:
Which shows it working fine (ignore the speed, I'm not actually using a real HSM with accelerator chips) Doing an actual signature using an embed key:
|
Hi. I was wondering if this engine is compatible with OpenSSL 1.1.1?
I compiled it successfully using
--with-openssl
configuration option together with OpenSSL 1.1.1c.However, the library files produced are in folder
../lib/engines
instead of what i'd expect../lib/engines-1.1/
.If i try to use them anyway i get segmentation fault then.
The text was updated successfully, but these errors were encountered: