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
66 stars 43 forks source link

soname bump/symbol versioning for openssl 1.1 transition #11

Closed zedinosaur closed 7 years ago

zedinosaur commented 7 years ago

I don't think a binary compiled against pkcs11-helper with openssl 1.0 if that binary is compiled against openssl 1.1 and vice versa. Should this get a soname bump and/or versioned symbols like libp11?

alonbl commented 7 years ago

On 9 July 2017 at 08:19, Eric Dorland notifications@github.com wrote:

I don't think a binary compiled against pkcs11-helper with openssl 1.0 if that binary is compiled against openssl 1.1 and vice versa. Should this get a soname bump and/or versioned symbols like libp11?

Why do you think so?