mbedtls 0.8.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 21 feature flags, 6 of them enabled by default.

default

  • std
  • aesni
  • time
  • padlock

std

  • mbedtls-sys-auto/std
  • serde/std
  • yasna

aesni

  • mbedtls-sys-auto/aesni

time

  • mbedtls-sys-auto/time

padlock

  • mbedtls-sys-auto/padlock

yasna

  • dep:yasna

dsa

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

pkcs12_rc2

  • pkcs12
  • rc2
  • cbc

force_aesni_support

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

pkcs12

  • std
  • yasna

no_std_deps

  • core_io
  • spin

zlib

  • mbedtls-sys-auto/zlib

debug

  • mbedtls-sys-auto/debug

cbc

  • dep:cbc

mpi_force_c_code

  • mbedtls-sys-auto/mpi_force_c_code

core_io

  • dep:core_io

spin

  • dep:spin

bit-vec

  • dep:bit-vec

num-bigint

  • dep:num-bigint

rc2

  • dep:rc2

rdrand

    This feature flag does not enable additional features.