MicrochipTech / cryptoauth-openssl-engine

DEPRECATED: Use https://github.com/MicrochipTech/cryptoauthlib/wiki/PKCS11-Linux-Setup
Other
76 stars 49 forks source link

when will it support openssl 1.1.x? #23

Open matianfu opened 5 years ago

matianfu commented 5 years ago

on Ubuntu 18.04, openssl version is 1.1.0g and the source code won't compile.

Furthermore, we are using node.js. tls.certEngine is not supported until node.js v10. However, node.js v10 uses openSSL 1.1.0h. So we cannot use this chip until openssl 1.1.x is supported.

jgilles commented 5 years ago

Seconding request for compatibility with OpenSSL 1.1.x.

abuzarra commented 5 years ago

We also need compatibility with OpenSSL 1.1.x.

Is there a plan to support it?

Thanks