MbedTLS.jl

Wrapper around mbedtls

OTHER License

Stars
41
Committers
39

Bot releases are visible (Hide)

MbedTLS.jl - v1.1.9 Latest Release

Published by github-actions[bot] 11 months ago

MbedTLS v1.1.9

Diff since v1.1.8

Merged pull requests:

  • Fix regression in strerror (#276) (@nsslh)
  • Add unit test for broken errorshow (#277) (@Keno)
  • Bump version to 1.1.9 (#279) (@Keno)

Closed issues:

  • MethodError on findfirst instead of "Certificate verification failed" (#274)
MbedTLS.jl - v1.1.8

Published by fredrikekre 11 months ago

MbedTLS.jl - v1.1.7

Published by github-actions[bot] almost 2 years ago

MbedTLS v1.1.7

Diff since v1.1.6

Closed issues:

  • MbedException or IOError? (#259)

Merged pull requests:

  • Use Base.IOError in closewrite (#260) (@gustafsson)
MbedTLS.jl - v1.1.6

Published by github-actions[bot] about 2 years ago

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)
MbedTLS.jl - v1.1.5

Published by github-actions[bot] about 2 years ago

MbedTLS v1.1.5

Diff since v1.1.4

Merged pull requests:

  • Another attempt at cleaning up eof call (#256) (@quinnj)
MbedTLS.jl - v1.1.4

Published by github-actions[bot] about 2 years ago

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)
MbedTLS.jl - v1.1.3

Published by github-actions[bot] about 2 years ago

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)
MbedTLS.jl - v1.1.2

Published by github-actions[bot] about 2 years ago

MbedTLS v1.1.2

Diff since v1.1.1

Merged pull requests:

  • handle normal stream EOF (TLS v1.3 feature) (#248) (@vtjnash)
  • make tls_dbg a better citizen (#249) (@vtjnash)
MbedTLS.jl - v1.1.1

Published by github-actions[bot] over 2 years ago

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)
MbedTLS.jl - v1.1.0

Published by github-actions[bot] over 2 years ago

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:

  • Improve docstrings (#230) (@cmcaine)
  • Use SSL for codecov badge (#235) (@aviks)
  • Switch default cert to MozillaCACerts_jll (#238) (@quinnj)
MbedTLS.jl - v1.0.3

Published by github-actions[bot] almost 4 years ago

MbedTLS v1.0.3

Diff since v1.0.2

Closed issues:

Merged pull requests:

  • These tests didn't do what you thought they did (#227) (@Keno)
MbedTLS.jl - v1.0.2

Published by github-actions[bot] over 4 years ago

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)
MbedTLS.jl - v1.0.1

Published by github-actions[bot] over 4 years ago

MbedTLS v1.0.1

Diff since v1.0.0

Closed issues:

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

Merged pull requests:

  • Read default cert at compile time (#219) (@JackDunnNZ)
MbedTLS.jl - v1.0.0

Published by julia-tagbot[bot] over 4 years ago

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:

  • Update readme (#217) (kmsquire)
  • Use MbedTLS_jll instead of BinaryProvider (#216) (JackDunnNZ)
  • remove duplicated info in Project (#213) (KristofferC)
MbedTLS.jl - v0.7.0

Published by julia-tagbot[bot] over 5 years ago

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:

  • Add a few missing GC preserves (#205) (quinnj)
  • Support Julia 1.2 (#204) (quinnj)
MbedTLS.jl - Update to mbedtls 2.16.0

Published by quinnj over 5 years ago

MbedTLS.jl -

Published by quinnj almost 6 years ago

MbedTLS.jl -

Published by quinnj almost 6 years ago

MbedTLS.jl - Bugfix release

Published by quinnj about 6 years ago

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