7 releases (4 breaking)

0.5.0 Sep 13, 2021
0.4.0 Nov 30, 2020
0.3.0 Aug 6, 2019
0.2.0 Apr 2, 2019
0.1.1 May 23, 2017

#1481 in Cryptography

Download history 144/week @ 2023-11-23 237/week @ 2023-11-30 333/week @ 2023-12-07 289/week @ 2023-12-14 91/week @ 2023-12-21 76/week @ 2023-12-28 153/week @ 2024-01-04 190/week @ 2024-01-11 324/week @ 2024-01-18 188/week @ 2024-01-25 161/week @ 2024-02-01 187/week @ 2024-02-08 133/week @ 2024-02-15 202/week @ 2024-02-22 257/week @ 2024-02-29 127/week @ 2024-03-07

766 downloads per month
Used in hassh

LGPL-2.1-or-later

36KB
634 lines

ssh-parser

LICENSE Build Status Crates.io Version

Overview

This crate provides functions to parse the SSH 2.0 protocol packets. It is also able to recognize older versions of SSH in the identification phase. The main purpose of ssh-parser is to implement safe protocol analysis in network monitoring tools such as IDS and thus it is only able to parse unprotected packets (like the SSH handshake).

Standards

The following specification are partially implemented:

  • RFC4253 The Secure Shell (SSH) Transport Layer Protocol
  • RFC4251 The Secure Shell (SSH) Protocol Architecture
  • RFC4250 The Secure Shell (SSH) Protocol Assigned Numbers
  • RFC5656 Elliptic Curve Algorithm Integration in the Secure Shell Transport Layer
  • RFC6239 Suite B Cryptographic Suites for Secure Shell (SSH)
  • IANA SSH Protocol Parameters

License

This library is licensed under the GNU Lesser General Public License version 2.1, or (at your option) any later version.

Dependencies

~0.8–1.1MB
~21K SLoC