Skip to content

Releases: JuliaLang/MbedTLS.jl

v1.0.3

27 Oct 07:08
838b657
Compare
Choose a tag to compare

MbedTLS v1.0.3

Diff since v1.0.2

Closed issues:

  • using MbedTLS on Travis with Julia 1.0.5 throws an error "MbedTLS does not have MbedTLS_jll" (#224)
  • Fails to precompile on the latest master (JuliaLang/julia@c0d06d3) (#226)

Merged pull requests:

  • These tests didn't do what you thought they did (#227) (@Keno)

v1.0.2

15 Apr 22:02
a5f62eb
Compare
Choose a tag to compare

MbedTLS v1.0.2

Diff since v1.0.1

Closed issues:

  • could not load library "C:\Users\Thor.julia\packages\MbedTLS\a1JFn\deps\usr\bin\libmbedtls.dll" (#211)
  • Error building MbedTLS.jl on windows - Julia v1.4 (#220)

Merged pull requests:

  • Actively check whether there's pending close notifications (#221) (@Keno)

v1.0.1

04 Mar 07:03
0ac1a98
Compare
Choose a tag to compare

MbedTLS v1.0.1

Diff since v1.0.0

Closed issues:

  • SystemError opening cert.pem with PackageCompiler-generated binary (#218)

Merged pull requests:

v1.0.0

28 Feb 06:30
v1.0.0
b865c89
Compare
Choose a tag to compare

v1.0.0 (2020-02-27)

Diff since v0.7.0

Closed issues:

  • MbedTLS installation failing (#214)
  • julia version requirement for package MbedTLS not satisfied (#206)

Merged pull requests:

v0.7.0

18 Jun 22:42
v0.7.0
0eaf7df
Compare
Choose a tag to compare

v0.7.0 (2019-06-18)

Diff since v0.6.8

Closed issues:

  • Build error in macOs Mojave 10.14.3 (#201)
  • Undefined symbol: mbedtls_x509_crt_verify_restartable (#193)

Merged pull requests:

Rollback mbedtls version due to compatibility conflicts with julia-shipped libraries

06 Mar 07:24
b71d85d
Compare
Choose a tag to compare
Merge pull request #196 from JuliaWeb/jq/fix

Change mbedtls library version to 2.13 to ensure compatibility with …

Update to mbedtls 2.16.0

27 Jan 06:34
6a72176
Compare
Choose a tag to compare
Merge pull request #192 from JuliaWeb/tan/fix191

avoid blocking on unnecessary eof check

v0.6.6: Merge pull request #181 from JuliaWeb/so/nsskeylog

02 Nov 16:16
38da8fb
Compare
Choose a tag to compare
add NSS Key Log Format export for debugging with Wireshark

v0.6.5: Merge pull request #185 from JuliaWeb/so/assert_cleanup

31 Oct 15:05
eea034c
Compare
Choose a tag to compare

Bugfix release

19 Oct 03:12
Compare
Choose a tag to compare

Better separation between mbedtls layer & julia async monitoring tasks. Also bump mbedtls shared library version.