mbedtls 0.6.3

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.

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 29 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

    This feature flag does not enable additional features.

dsa

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

sgx

  • std
  • rust_threading
  • rdrand
  • force_aesni_support

pkcs12_rc2

  • pkcs12
  • rc2
  • block-modes

force_aesni_support

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

rust_threading

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

spin_threading

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

pthread

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

custom_gmtime_r

  • mbedtls-sys-auto/custom_gmtime_r
  • chrono

custom_time

  • mbedtls-sys-auto/custom_time
  • chrono

pkcs12

  • std
  • yasna

mpi_force_c_code

  • mbedtls-sys-auto/mpi_force_c_code

zlib

  • mbedtls-sys-auto/zlib

bit-vec

    This feature flag does not enable additional features.

spin

    This feature flag does not enable additional features.

rdrand

    This feature flag does not enable additional features.

chrono

    This feature flag does not enable additional features.

num-bigint

    This feature flag does not enable additional features.

core_io

    This feature flag does not enable additional features.

block-modes

    This feature flag does not enable additional features.

threading

    This feature flag does not enable additional features.

rc2

    This feature flag does not enable additional features.