ssh-key 0.5.1

Pure Rust implementation of SSH key file format decoders/encoders as described in RFC4251/RFC4253 and OpenSSH key formats, as well as "sshsig" signatures and certificates (including certificate validation and certificate authority support), with further support for the `authorized_keys` and `known_hosts` file formats.
Documentation

ssh-key

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 22 feature flags, 5 of them enabled by default.

default

  • ecdsa
  • rand_core
  • std

ecdsa

  • dep:sec1

rand_core

    This feature flag does not enable additional features.

std

  • alloc
  • ed25519-dalek?/std
  • encoding/std
  • p256?/std
  • p384?/std
  • rsa?/std
  • sec1?/std
  • signature?/std

alloc

  • encoding/alloc
  • signature/hazmat-preview
  • zeroize/alloc

encryption

  • alloc
  • dep:aes
  • dep:bcrypt-pbkdf
  • dep:ctr
  • rand_core

ed25519

  • dep:ed25519-dalek
  • rand_core

getrandom

  • rand_core/getrandom

rsa

    This feature flag does not enable additional features.

subtle

    This feature flag does not enable additional features.

dsa

    This feature flag does not enable additional features.

aes

    This feature flag does not enable additional features.

bigint

    This feature flag does not enable additional features.

ctr

    This feature flag does not enable additional features.

bcrypt-pbkdf

    This feature flag does not enable additional features.

serde

    This feature flag does not enable additional features.

ed25519-dalek

    This feature flag does not enable additional features.

sec1

    This feature flag does not enable additional features.

sha1

    This feature flag does not enable additional features.

p256

    This feature flag does not enable additional features.

p384

    This feature flag does not enable additional features.

signature

    This feature flag does not enable additional features.