mbedtls 0.12.0-alpha.2

Idiomatic Rust wrapper for MbedTLS, allowing you to use MbedTLS with only safe code while being able to use such great Rust features like error handling and closures. Building on MbedTLS's focus on embedded use, this crate can be used in a no_std environment.
Documentation

mbedtls

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 26 feature flags, 6 of them enabled by default.

default

  • std
  • aesni
  • time
  • padlock

std

  • byteorder/std
  • mbedtls-sys-auto/std
  • serde/std
  • yasna
  • mbedtls-platform-support/std

aesni

  • mbedtls-platform-support/aesni

time

  • mbedtls-platform-support/time

padlock

  • mbedtls-sys-auto/padlock

yasna

  • dep:yasna

async

  • std
  • tokio
  • tokio/net
  • tokio/io-util
  • tokio/macros

async-rt

  • async
  • tokio/rt
  • tokio/sync
  • tokio/rt-multi-thread

dsa

  • std
  • yasna
  • num-bigint
  • bit-vec

pkcs12_rc2

  • pkcs12
  • rc2
  • cbc

pkcs12

  • std
  • yasna
  • x509

no_std_deps

  • mbedtls-platform-support/spin
  • serde/alloc

legacy_protocols

  • mbedtls-sys-auto/legacy_protocols
  • ssl

force_aesni_support

  • mbedtls-platform-support/force_aesni_support
  • aesni

num-bigint

  • dep:num-bigint

mpi_force_c_code

  • mbedtls-sys-auto/mpi_force_c_code

debug

  • mbedtls-sys-auto/debug

rc2

  • dep:rc2

cbc

  • dep:cbc

tokio

  • dep:tokio

zlib

  • mbedtls-sys-auto/zlib

chrono

  • dep:chrono

bit-vec

  • dep:bit-vec

ssl

  • x509

rdrand

    This feature flag does not enable additional features.

x509

    This feature flag does not enable additional features.