Loading CHANGELOG.rst +19 −0 Original line number Diff line number Diff line Changelog ========= Features ^^^^^^^^ * Generic * add parser for `text-based protocols <https://en.wikipedia.org/wiki/Text-based_protocol>`_ (#21) * SSH (``ssh``) * Versions (``versions``) * add `protocol version exchange <https://tools.ietf.org/html/rfc4253#section-4.2>`_ related messages (#21) * SSH 2.0 (``ssh2``) * Cipher Suites (``ciphers``) * add `algorithm negotiation <https://tools.ietf.org/html/rfc4253#section-7.1>`_ related messages (#21) .. _v0-4-0: 0.4.0 - 2021-01-30 Loading README.rst +4 −0 Original line number Diff line number Diff line Loading @@ -44,6 +44,10 @@ Features Protocols ^^^^^^^^^ * Secure Shell (SSH) * `SSH 2.0 <https://tools.ietf.org/html/rfc4253>`_ * Secure Socket Layer (SSL) * `SSL 2.0 <https://tools.ietf.org/html/draft-hickman-netscape-ssl-00>`_ Loading Loading
CHANGELOG.rst +19 −0 Original line number Diff line number Diff line Changelog ========= Features ^^^^^^^^ * Generic * add parser for `text-based protocols <https://en.wikipedia.org/wiki/Text-based_protocol>`_ (#21) * SSH (``ssh``) * Versions (``versions``) * add `protocol version exchange <https://tools.ietf.org/html/rfc4253#section-4.2>`_ related messages (#21) * SSH 2.0 (``ssh2``) * Cipher Suites (``ciphers``) * add `algorithm negotiation <https://tools.ietf.org/html/rfc4253#section-7.1>`_ related messages (#21) .. _v0-4-0: 0.4.0 - 2021-01-30 Loading
README.rst +4 −0 Original line number Diff line number Diff line Loading @@ -44,6 +44,10 @@ Features Protocols ^^^^^^^^^ * Secure Shell (SSH) * `SSH 2.0 <https://tools.ietf.org/html/rfc4253>`_ * Secure Socket Layer (SSL) * `SSL 2.0 <https://tools.ietf.org/html/draft-hickman-netscape-ssl-00>`_ Loading