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

mbedtls: make compatible with mbedtls-2.16.2 #27

Closed uipko closed 3 years ago

uipko commented 4 years ago

This changes removes polarssl compatibility.

alonbl commented 4 years ago

Hi, What is the reason of removing backward compatibility? Thanks!

uipko commented 4 years ago

Hi, What is the reason of removing backward compatibility?

The compat api is removed from mbedtls-2.16.2 and up. I had to make these changes to make pkcs11-helper work with mbedtls-2.16.2.

alonbl commented 3 years ago

Applied, thanks.