JackOfMostTrades / aws-kms-pkcs11

PKCS#11 Provider Using AWS KMS
MIT License
39 stars 17 forks source link

[Question] Is this library working for OpenSSL v3? #25

Open leticiamontalvillo opened 1 year ago

leticiamontalvillo commented 1 year ago

Hi there,

I compiled the library against OpenSSL v3 and saw some compilation "OSSL_DEPRECATED" warnings. Is the library working with OpenSSL v3?

Thanks!

JackOfMostTrades commented 1 year ago

@ozbenh did some great work getting the build to compile against both openssl 1.1 and 3. As far as I'm aware it should work with v3, so do let me know if you see any issues.

ozbenh commented 1 year ago

It will compile against 1.0.2, 1.1 and 3.0. However it will issue deprecation warnings with 3.0, but fixing them might require us to drop support for earlier versions (or have multiple implementations of some code pieces). I plan to look into this as time permits but feel free to beat me to it :-)

hongkongkiwi commented 4 months ago

@ozbenh did time ever permit? :)

ozbenh commented 4 months ago

Nah, unfortunately I didn't have the bandwidth so far