Skip to content

Releases: JuliaLang/MbedTLS.jl

v1.1.9

22 Nov 10:35
4c4de15
Compare
Choose a tag to compare

MbedTLS v1.1.9

Diff since v1.1.8

Merged pull requests:

Closed issues:

  • MethodError on findfirst instead of "Certificate verification failed" (#274)

v1.1.8

14 Nov 22:05
52b021a
Compare
Choose a tag to compare
[Diff since v1.1.7](https://github.com/JuliaLang/MbedTLS.jl/compare/v…

…1.1.7...v1.1.8)

**Merged pull requests:**
- MBEDTLSJL_CERT_PEM_* env vars to a more flexible scheme to cert.pem (#261) (@csantosb)
- Use stdlib NetworkOptions to locate system cert file (#262) (@dhanak)
- Add GC-safe regions around `ssl_read` and `ssl_write` (#265) (@kpamnany)
- Bump version (#266) (@kpamnany)
- remove unsafe pointer calls (#267) (@vtjnash)
- Revert "Bump version" (#268) (@kpamnany)
- Bump version (#269) (@kpamnany)
- add compat bounds (#270) (@vtjnash)

**Closed issues:**
- Add a build variable for pulling in cacert.pem (#103)
- Get MbedTLS to use system trusted roots (#200)
- Potential conflict with SMTPClient (#212)

v1.1.7

21 Oct 18:07
fc1d432
Compare
Choose a tag to compare

MbedTLS v1.1.7

Diff since v1.1.6

Closed issues:

  • MbedException or IOError? (#259)

Merged pull requests:

v1.1.6

16 Sep 17:15
Compare
Choose a tag to compare

MbedTLS v1.1.6

Diff since v1.1.5

Closed issues:

  • ssl_unsafe_read requires isreadable(::SSLContext) (#188)

Merged pull requests:

  • Use Base.IOError more consistently for read/write operation failures (#257) (@quinnj)
  • Update readme badges and bump patch version (#258) (@ararslan)

v1.1.5

31 Aug 16:05
1cf08a2
Compare
Choose a tag to compare

MbedTLS v1.1.5

Diff since v1.1.4

Merged pull requests:

  • Another attempt at cleaning up eof call (#256) (@quinnj)

v1.1.4

25 Aug 14:05
b3ba37b
Compare
Choose a tag to compare

MbedTLS v1.1.4

Diff since v1.1.3

Closed issues:

  • Init error when running relocatable app (#242)
  • MbedTLS 1.1.1 causing issues for authentication on Azure (#250)
  • Cannot find cert.pem in compiled applications (#251)

Merged pull requests:

  • Take out extra, unnecessary isopen checks (#255) (@quinnj)

v1.1.3

04 Aug 06:05
22f5393
Compare
Choose a tag to compare

MbedTLS v1.1.3

Diff since v1.1.2

Closed issues:

  • Failure in multi-threaded application with GoogleCloud.jl and HTTP.jl (#240)

Merged pull requests:

  • make sure we have handling for IO errors (#253) (@vtjnash)

v1.1.2

30 Jul 16:04
4ed38f6
Compare
Choose a tag to compare

MbedTLS v1.1.2

Diff since v1.1.1

Merged pull requests:

v1.1.1

18 Jul 19:04
dfd1108
Compare
Choose a tag to compare

MbedTLS v1.1.1

Diff since v1.1.0

Merged pull requests:

  • fix some subtle bugs with error handling and cleanup (#243) (@vtjnash)
  • Add global locks to pk ccalls (#245) (@quinnj)
  • Use julia-bundled cert as fallback (#246) (@quinnj)

v1.1.0

01 Jul 13:17
0c02e44
Compare
Choose a tag to compare

MbedTLS v1.1.0

Diff since v1.0.3

Closed issues:

  • 1.6.0-DEV and Windows (#228)
  • LoadError: InitError: could not load library "libmbedcrypto.so.5" (#234)

Merged pull requests: