Docs.rs
  • libepf-0.1.0
    • libepf 0.1.0
    • Permalink
    • Docs.rs crate page
    • GPL-3.0-or-later
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • c0repwn3r
    • Dependencies
      • async-trait ^0.1 normal
      • chacha20poly1305 ^0.10 normal
      • chrono ^0.4 normal
      • ed25519-dalek ^2.0.0-rc.2 normal
      • hex ^0.4 normal
      • log ^0.4 normal
      • pem ^2 normal
      • rand ^0.8 normal
      • rmp-serde ^1 normal
      • serde ^1 normal
      • serde_arrays ^0.1 normal
      • sha2 ^0.10 normal
      • tokio ^1.28 normal
      • x25519-dalek ^2.0.0-rc.2 normal
      • futures ^0.3 dev
      • hex-literal ^0.4.1 dev
      • serial_test ^2.0.0 dev
      • simple_logger ^4.1 dev
      • tcp-test ^0.1 dev
      • tokio ^1.28 dev
    • Versions
    • 0% 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

libepf0.1.0

Crate Items

  • Macros
  • Structs
  • Enums
  • Constants
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • ca_pool::EpfCaPool
  • handshake_stream::EpfClientStream
  • handshake_stream::EpfClientUpgraded
  • handshake_stream::EpfServerStream
  • handshake_stream::EpfServerUpgraded
  • pki::EPFCertificate
  • pki::EPFCertificateDetails
  • protocol::EpfApplicationData
  • protocol::EpfClientHello
  • protocol::EpfFinished
  • protocol::EpfMessage
  • protocol::EpfServerHello

Enums

  • ca_pool::EpfCaPoolLoaderError
  • error::EpfHandshakeError
  • handshake_stream::ClientAuthentication
  • pki::EpfPkiCertificateValidationError
  • protocol::EpfClientState
  • protocol::EpfServerState

Traits

  • ca_pool::EpfCaPoolOps
  • handshake_stream::EpfClientHandshaker
  • handshake_stream::EpfClientUpgradable
  • handshake_stream::EpfServerHandshaker
  • handshake_stream::EpfServerUpgradable
  • handshake_stream::EpfStreamOps
  • pki::EpfPkiCertificateOps
  • pki::EpfPkiSerializable

Macros

  • danger_trace

Functions

  • ca_pool::load_ca_pool
  • pki::fingerprint
  • protocol::encode_packet
  • protocol::recv_packet
  • util::pretty_print_date
  • util::signing_key
  • util::u64_to_st
  • util::verifying_key

Type Aliases

  • pki::EpfPrivateKey
  • pki::EpfPublicKey

Constants

  • pki::EPFPKI_PUBLIC_KEY_LENGTH
  • pki::EPFPKI_SELF_SIGNED_CERTIFICATE
  • pki::EPFPKI_SIGNATURE_LENGTH
  • protocol::PACKET_APPLICATION_DATA
  • protocol::PACKET_CLIENT_HELLO
  • protocol::PACKET_FINISHED
  • protocol::PACKET_SERVER_HELLO
  • protocol::PROTOCOL_VERSION