mbedtls 0.7.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 33 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

aesni

  • mbedtls-sys-auto/aesni

time

  • mbedtls-sys-auto/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

dsa

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

sgx

  • std
  • rust_threading
  • rdrand
  • force_aesni_support

pthread

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

force_aesni_support

  • mbedtls-sys-auto/custom_has_support
  • mbedtls-sys-auto/aes_alt
  • aesni

spin_threading

  • threading
  • spin
  • mbedtls-sys-auto/custom_threading

rust_threading

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

pkcs12_rc2

  • pkcs12
  • rc2
  • cbc

custom_gmtime_r

  • mbedtls-sys-auto/custom_gmtime_r
  • chrono

async-rt

  • async
  • tokio/rt

custom_time

  • mbedtls-sys-auto/custom_time
  • chrono

pkcs12

  • std
  • yasna

core_io

  • dep:core_io

chrono

  • dep:chrono

bit-vec

  • dep:bit-vec

spin

  • dep:spin

cbc

  • dep:cbc

num-bigint

  • dep:num-bigint

zlib

  • mbedtls-sys-auto/zlib

tokio

  • dep:tokio

rc2

  • dep:rc2

core-io

  • core_io

mpi_force_c_code

  • mbedtls-sys-auto/mpi_force_c_code

threading

    This feature flag does not enable additional features.

rdrand

    This feature flag does not enable additional features.