docs.rs failed to build wolfcrypt-sys-0.1.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
wolfcrypt-sys
Raw FFI bindings to wolfCrypt, generated by bindgen. This is the foundation crate for the wolfssl-rs workspace.
Usage
Prefer the higher-level crates (wolfcrypt, wolfcrypt-ring-compat, wolfcrypt-tls) over depending on this directly.
= { = "0.1", = ["vendored"] }
Finding wolfSSL
The build script searches in order:
WOLFSSL_LIB_DIR+WOLFSSL_INCLUDE_DIRenvironment variablesWOLFSSL_DIRinstall prefixvendoredfeature +WOLFSSL_SRC— compiles from source viawolfssl-srcpkg-config
Features
| Feature | Description |
|---|---|
vendored |
Compile wolfSSL from source (requires WOLFSSL_SRC) |
fips |
Enable the FIPS 140-3 code path |
riscv-bare-metal |
Bare-metal RISC-V configuration (Caliptra) |
License
MIT