Skip to content

Releases: coreos/openssh-keys

openssh-keys v0.2.2

14 Dec 21:30
v0.2.2
19d968e
Compare
Choose a tag to compare
  • Make PublicKey fields public (#14, thanks @Trolldemorted!)
  • bump base64 from 0.6.x to 0.8.x
  • bump sha2 from 0.6.x to 0.7.x

openssh-keys v0.2.1

06 Dec 00:24
v0.2.1
Compare
Choose a tag to compare
  • add md5 fingerprinting with fingerprint_md5 and to_fingerprint_md5_string
  • move fingerprint algorithm label to to_fingerprint_string and to_fingerprint_md5_string, now fingerprint only prints the fingerprint without the hashing algorithm label

openssh-keys v0.2.0

07 Nov 23:37
v0.2.0
Compare
Choose a tag to compare
  • respect authorized_keys file options and known_hosts hostnames (#7). this means that read_keys is now a valid authorized_keys file and known_hosts file parser.

openssh-keys v0.1.2

07 Nov 23:35
v0.1.2
Compare
Choose a tag to compare
  • cleaned up release crate
  • added several trait derivations for exported datatypes
  • renamed to_key_file to to_key_format
  • added read_keys which reads multiple newline separated keys from a Read. it would be a fully featured authorized_keys file and known_hosts file parser except for #7.

v0.1.1

20 Sep 21:51
Compare
Choose a tag to compare
  • bumps error-chain to v0.11.0
  • uses sha2 library instead of rust-crypto for sha256 fingerprint hashes
  • adds docs and examples

v0.1.0

02 Sep 01:35
Compare
Choose a tag to compare

ssh-keys can parse, write, and fingerprint all ssh public keys supported by ssh-keygen at the time of writing that can be used for public/private key authentication (eg not certs and sign-only keys).