Loading CHANGELOG.rst +14 −0 Original line number Diff line number Diff line Changelog ========= .. _v0-5-0: 0.5.0 - 2021-04-08 ------------------ Features ^^^^^^^^ Loading @@ -20,6 +25,15 @@ Features * add `algorithm negotiation <https://tools.ietf.org/html/rfc4253#section-7.1>`_ related messages (#21) Usability ^^^^^^^^^ * Generic * show attributes in user-friendly order in Markdown output (#30) * use human readable algorithms names in Markdown output (#32) * add human readable descriptions for exceptions (#33) .. _v0-4-0: 0.4.0 - 2021-01-30 Loading README.rst +8 −0 Original line number Diff line number Diff line Loading @@ -104,6 +104,14 @@ Cipher Suites #. supports `GOST <https://en.wikipedia.org/wiki/GOST>`_ (national standards of the Russian Federation and CIS countries) cipher suites Secure Shell (SSH) ^^^^^^^^^^^^^^^^^^ Cipher Suites """"""""""""" #. identifies as much encryption algorithms as possible (more than 200, compared to 70+ currently supported by OpenSSH) License ------- Loading setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ def test_discover(): setup( name='cryptoparser', version='0.4.0', version='0.5.0', description='Fast and flexible security protocol parser and generator', long_description=long_description, author='Szilárd Pfeiffer', Loading Loading
CHANGELOG.rst +14 −0 Original line number Diff line number Diff line Changelog ========= .. _v0-5-0: 0.5.0 - 2021-04-08 ------------------ Features ^^^^^^^^ Loading @@ -20,6 +25,15 @@ Features * add `algorithm negotiation <https://tools.ietf.org/html/rfc4253#section-7.1>`_ related messages (#21) Usability ^^^^^^^^^ * Generic * show attributes in user-friendly order in Markdown output (#30) * use human readable algorithms names in Markdown output (#32) * add human readable descriptions for exceptions (#33) .. _v0-4-0: 0.4.0 - 2021-01-30 Loading
README.rst +8 −0 Original line number Diff line number Diff line Loading @@ -104,6 +104,14 @@ Cipher Suites #. supports `GOST <https://en.wikipedia.org/wiki/GOST>`_ (national standards of the Russian Federation and CIS countries) cipher suites Secure Shell (SSH) ^^^^^^^^^^^^^^^^^^ Cipher Suites """"""""""""" #. identifies as much encryption algorithms as possible (more than 200, compared to 70+ currently supported by OpenSSH) License ------- Loading
setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ def test_discover(): setup( name='cryptoparser', version='0.4.0', version='0.5.0', description='Fast and flexible security protocol parser and generator', long_description=long_description, author='Szilárd Pfeiffer', Loading