JuliaLang / MbedTLS.jl

Wrapper around mbedtls
Other
41 stars 50 forks source link

Change mbedtls library version to 2.13 to ensure compatibility with … #196

Closed quinnj closed 5 years ago

quinnj commented 5 years ago

…the mbedtls binaries shipped with julia 1.0/1.1. We also add a test to ensure MbedTLS.jl tests run properly in the presence of the julia-shipped mbedtls libraries loaded. Fixes #193