Releases: coreos/openssh-keys
Releases · coreos/openssh-keys
openssh-keys v0.2.2
- Make
PublicKey
fields public (#14, thanks @Trolldemorted!) - bump
base64
from0.6.x
to0.8.x
- bump
sha2
from0.6.x
to0.7.x
openssh-keys v0.2.1
- add md5 fingerprinting with
fingerprint_md5
andto_fingerprint_md5_string
- move fingerprint algorithm label to
to_fingerprint_string
andto_fingerprint_md5_string
, nowfingerprint
only prints the fingerprint without the hashing algorithm label
openssh-keys v0.2.0
- respect authorized_keys file options and known_hosts hostnames (#7). this means that
read_keys
is now a validauthorized_keys
file andknown_hosts
file parser.
openssh-keys v0.1.2
- cleaned up release crate
- added several trait derivations for exported datatypes
- renamed
to_key_file
toto_key_format
- added
read_keys
which reads multiple newline separated keys from aRead
. it would be a fully featured authorized_keys file and known_hosts file parser except for #7.