ssh-key 0.4.2

Pure Rust implementation of SSH key file format decoders/encoders as described in RFC4251 and RFC4253 as well as the OpenSSH key formats, certificates (including certificate validation and certificate authority support), and the `authorized_keys` and `known_hosts` file formats. Supports a `no_std` profile for embedded targets.
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 20 feature flags, 9 of them enabled by default.

default

  • ecdsa
  • fingerprint
  • rand_core
  • std

ecdsa

  • sec1

fingerprint

  • sha2

rand_core

    This feature flag does not enable additional features.

std

  • alloc
  • base64ct/std

sec1

    This feature flag does not enable additional features.

sha2

    This feature flag does not enable additional features.

alloc

  • signature
  • zeroize/alloc
  • base64ct/alloc

signature

    This feature flag does not enable additional features.

encryption

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

ed25519

  • ed25519-dalek
  • rand_core

getrandom

  • rand_core/getrandom

ed25519-dalek

    This feature flag does not enable additional features.

subtle

    This feature flag does not enable additional features.

rsa

    This feature flag does not enable additional features.

serde

    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.

aes

    This feature flag does not enable additional features.

p256

    This feature flag does not enable additional features.