OpenSC / pkcs11-helper

Library that simplifies the interaction with PKCS#11 providers for end-user applications using a simple API and optional OpenSSL engine
Other
65 stars 43 forks source link

openssl: support OpenSSL 1.1.0 #7

Closed ueno closed 7 years ago

ueno commented 7 years ago

This PR makes it possible to build pkcs11-helper with the new OpenSSL 1.1.0 API, as well as 1.0.x.

alonbl commented 7 years ago

Hi, For some reason I did not see this, thanks for the patch! I will review it soon. Alon

alonbl commented 7 years ago

Hi! I made trivial changes[1], can you please make that all working? Thanks!

[1] https://github.com/alonbl/pkcs11-helper/commit/c77abb0a93b937e881137b55fdf48469bc144124

ueno commented 7 years ago

Thank you, updated the patch with those changes.

alonbl commented 7 years ago

Thanks! Have you done more changes? Is it working for you? I want to merge and release.

ueno commented 7 years ago

Only the additional changes are adjusting DSA*() functions to what you did for RSA*() functions. I can't test it thoroughly, but it compiled with both OpenSSL 1.1 and 1.0 here.

alonbl commented 7 years ago

Thanks! Merged and released.