Docs.rs
  • rustls-rustcrypto-0.0.2-alpha
    • rustls-rustcrypto 0.0.2-alpha
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • tarcieri
    • github:rustcrypto:rustls
    • Dependencies
      • aead ^0.5.2 normal
      • aes-gcm ^0.10.3 normal
      • chacha20poly1305 ^0.10.1 normal
      • crypto-common ^0.1.6 normal
      • der ^0.7.9 normal
      • digest ^0.10.7 normal
      • ecdsa ^0.16.8 normal
      • ed25519-dalek ^2 normal
      • hmac ^0.12.1 normal
      • p256 ^0.13.2 normal
      • p384 ^0.13.0 normal
      • paste ^1.0.14 normal
      • pkcs8 ^0.10.2 normal
      • rustls-pki-types ^1.0.1 normal
      • rand_core ^0.6.4 normal
      • rsa ^0.9.2 normal
      • rustls ^0.23.0 normal
      • sec1 ^0.7.3 normal
      • sha2 ^0.10.7 normal
      • signature ^2.1.0 normal
      • rustls-webpki ^0.102.0 normal
      • x25519-dalek ^2 normal
      • getrandom ^0.2 dev
    • Versions
    • 12.5% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

rustls_rustcrypto0.0.2-alpha

Crate Items

  • Macros
  • Structs
  • Constants
  • Functions

List of all items

Structs

  • Provider
  • quic::HeaderProtectionKey
  • quic::KeyBuilder
  • quic::PacketKey
  • sign::GenericRandomizedSigner
  • sign::GenericSigner
  • sign::ecdsa::EcdsaSigningKeyP256
  • sign::ecdsa::EcdsaSigningKeyP384
  • sign::eddsa::Ed25519SigningKey
  • sign::rsa::RsaSigningKey

Macros

  • const_concat_slices

Functions

  • provider
  • sign::any_ecdsa_type
  • sign::any_eddsa_type
  • sign::any_supported_type

Constants

  • TLS13_AES_128_GCM_SHA256
  • TLS13_AES_256_GCM_SHA384
  • TLS13_CHACHA20_POLY1305_SHA256
  • TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
  • TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
  • TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256
  • TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
  • TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
  • TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256