wolfssl-wolfcrypt Rust Crate Version 1.1.0 Released with FIPS Support

We are excited to announce the immediate availability of version 1.1.0 of the wolfssl-wolfcrypt Rust crate!

This update is a big milestone, bringing official support for wolfSSL FIPS-enabled cryptography to the Rust ecosystem.

Getting started with wolfSSL? Download the latest libraries here and start exploring.

Key Highlights

The new version focuses on providing robust, validated cryptographic capabilities for your Rust projects.

  • FIPS 140-3 Validated Cryptography: The new release allows Rust developers to utilize the FIPS-certified features of wolfSSL’s underlying wolfCrypt cryptography engine. This is critical for projects in regulated industries requiring FIPS compliance.
  • API Stability: Continued refinement of the Rust API for seamless integration with wolfCrypt.
  • Performance: Improved bindings ensure minimal overhead when using wolfCrypt’s high-performance algorithms.

You can find the updated crate at https://crates.io/crates/wolfssl-wolfcrypt.

Lean more about FIPS.

Getting Started

To use the new FIPS-enabled features, ensure your wolfSSL library is configured with FIPS support. You can then update your Cargo.toml file:

[dependencies]
wolfssl-wolfcrypt = "1.1"

If you have questions about any of the above, please contact us at facts@wolfssl.com or call us at +1 425 245 8247.

Download wolfSSL Now