JuliaLang / MbedTLS.jl

Wrapper around mbedtls
Other
41 stars 50 forks source link

MbedTLS changed ABI #278

Open Keno opened 10 months ago

Keno commented 10 months ago

In https://github.com/Mbed-TLS/mbedtls/commit/84dea01f36240592c162cd3724dc89abb25b3080, mbedtls changed the C ABI of mbedtls_pk_parse_keyfile. We still call this with the old signature, which is bad (TM). I don't think many places in the ecosystem are using this function, but it should be fixed.

Keno commented 10 months ago

Never mind, we're still on MbedTLS v2, so this isn't urgent.