Skip to content

zig-devel/mbedtls

Repository files navigation

mbedtls@v3.6.5 Build and test library

An open source, portable, easy to use, readable and flexible TLS library

Usage

Install library:

zig fetch --save https://github.com/zig-devel/mbedtls/archive/refs/tags/3.6.5-0.tar.gz

Statically link with mod module:

const mbedtls = b.dependency("mbedtls", .{
    .target = target,
    .optimize = optimize,
});

mod.linkLibrary(mbedtls.artifact("mbedtls"));

License

All code in this repo is double-licensed under 0BSD OR Apache-2.0.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages