mbedtls 0.7.4

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 31 feature flags, 8 of them enabled by default.

default

  • std
  • aesni
  • time
  • padlock
  • legacy_protocols
  • use_libc

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

legacy_protocols

  • mbedtls-sys-auto/legacy_protocols

use_libc

  • mbedtls-sys-auto/libc

yasna

  • dep:yasna

async

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

sgx

  • std
  • rust_threading
  • rdrand
  • force_aesni_support

dsa

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

rust_threading

  • threading
  • mbedtls-platform-support/rust_threading
  • std

pthread

  • threading
  • std
  • mbedtls-sys-auto/pthread

pkcs12_rc2

  • pkcs12
  • rc2
  • cbc

force_aesni_support

  • mbedtls-platform-support/force_aesni_support
  • aesni

pkcs12

  • std
  • yasna

spin_threading

  • threading
  • mbedtls-platform-support/spin_threading

async-rt

  • async
  • tokio/rt

custom_gmtime_r

  • mbedtls-platform-support/custom_gmtime_r

core_io

  • dep:core_io

core-io

  • core_io

bit-vec

  • dep:bit-vec

mpi_force_c_code

  • mbedtls-sys-auto/mpi_force_c_code

zlib

  • mbedtls-sys-auto/zlib

custom_time

  • mbedtls-platform-support/custom_time

num-bigint

  • dep:num-bigint

rc2

  • dep:rc2

tokio

  • dep:tokio

cbc

  • dep:cbc

threading

    This feature flag does not enable additional features.

rdrand

    This feature flag does not enable additional features.