Commit 0116f347 authored by Szilárd Pfeiffer's avatar Szilárd Pfeiffer
Browse files

doc: Add SSH protocol to the changelog and readme

parent 7c79ba05
Loading
Loading
Loading
Loading
Loading
+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
+4 −0
Original line number Diff line number Diff line
@@ -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>`_