File tree Expand file tree Collapse file tree 3 files changed +23
-1
lines changed
Expand file tree Collapse file tree 3 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ .. _v0-5-0 :
5+
6+ 0.5.0 - 2021-04-08
7+ ------------------
8+
49Features
510^^^^^^^^
611
@@ -20,6 +25,15 @@ Features
2025
2126 * add `algorithm negotiation <https://tools.ietf.org/html/rfc4253#section-7.1 >`_ related messages (#21)
2227
28+ Usability
29+ ^^^^^^^^^
30+
31+ * Generic
32+
33+ * show attributes in user-friendly order in Markdown output (#30)
34+ * use human readable algorithms names in Markdown output (#32)
35+ * add human readable descriptions for exceptions (#33)
36+
2337.. _v0-4-0 :
2438
25390.4.0 - 2021-01-30
Original file line number Diff line number Diff line change @@ -104,6 +104,14 @@ Cipher Suites
104104#. supports `GOST <https://en.wikipedia.org/wiki/GOST >`_ (national standards of the Russian Federation and CIS
105105 countries) cipher suites
106106
107+ Secure Shell (SSH)
108+ ^^^^^^^^^^^^^^^^^^
109+
110+ Cipher Suites
111+ """""""""""""
112+
113+ #. identifies as much encryption algorithms as possible (more than 200, compared to 70+ currently supported by OpenSSH)
114+
107115License
108116-------
109117
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ def test_discover():
3030
3131setup (
3232 name = 'cryptoparser' ,
33- version = '0.4 .0' ,
33+ version = '0.5 .0' ,
3434 description = 'Fast and flexible security protocol parser and generator' ,
3535 long_description = long_description ,
3636 author = 'Szilárd Pfeiffer' ,
You can’t perform that action at this time.
0 commit comments