#ssh #ssh-key #openssh #certificate

no-std ssh-encoding

Pure Rust implementation of SSH data type decoders/encoders as described in RFC4251

6 releases

0.3.0-pre.1 Aug 13, 2024
0.3.0-pre.0 Jul 28, 2024
0.2.0 Aug 11, 2023
0.2.0-pre.0 Jun 20, 2023
0.0.0 Oct 21, 2022

#2843 in Cryptography

Download history 30347/week @ 2025-01-29 36005/week @ 2025-02-05 36358/week @ 2025-02-12 35915/week @ 2025-02-19 35714/week @ 2025-02-26 35968/week @ 2025-03-05 33804/week @ 2025-03-12 36966/week @ 2025-03-19 36883/week @ 2025-03-26 34828/week @ 2025-04-02 34997/week @ 2025-04-09 35264/week @ 2025-04-16 40625/week @ 2025-04-23 35489/week @ 2025-04-30 40463/week @ 2025-05-07 33365/week @ 2025-05-14

157,507 downloads per month
Used in 208 crates (10 directly)

Apache-2.0 OR MIT

42KB
756 lines

RustCrypto: SSH Encoding

crate Docs Build Status Apache2/MIT licensed Rust Version Project Chat

Documentation

About

Pure Rust implementation of SSH data type decoders/encoders as described in RFC4251.

Minimum Supported Rust Version

This crate requires Rust 1.71 at a minimum.

We may change the MSRV in the future, but it will be accompanied by a minor version bump.

License

Licensed under either of:

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~180KB