File tree Expand file tree Collapse file tree 2 files changed +42
-1
lines changed
Expand file tree Collapse file tree 2 files changed +42
-1
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ .. _v0-3-1 :
5+
6+ 0.3.1 - 2020-09-15
7+ ------------------
8+
9+ Features
10+ ^^^^^^^^
11+
12+ * Generic
13+
14+ * `Markdown <https://en.wikipedia.org/wiki/Markdown >`_ serializable format (#19)
15+
16+ Improvements
17+ ^^^^^^^^^^^^
18+
19+ * TLS (``tls ``)
20+
21+ * Cipher Suites (``ciphers ``)
22+
23+ * add missing ``ECDHE_PSK `` cipher suites (#7)
24+ * add `GOST <https://en.wikipedia.org/wiki/GOST >`_ cipher suites
25+ * add missing draft ECC cipher suites (#9)
26+ * add missing `FIPS <https://en.wikipedia.org/wiki/FIPS_140-2 >`_ cipher suites (#11)
27+ * add `CECPQ1 <https://en.wikipedia.org/wiki/CECPQ1 >`_ cipher suites (#12)
28+ * add missing `Fortezza <https://en.wikipedia.org/wiki/Fortezza >`_ cipher suites (#13)
29+ * add missing ``DHE `` cipher suites (#14)
30+ * add missing SSLv3 cipher suites (#15)
31+
32+ Notable fixes
33+ ^^^^^^^^^^^^^
34+
35+ * Generic
36+
37+ * fix unicode string representation in JSON output (#18)
38+
39+ * TLS (``tls ``)
40+
41+ * Cipher Suites (``ciphers ``)
42+
43+ * fix some cipher suite names and parameters (#7, #10)
44+
445.. _v0-3-0 :
546
6470.3.0 - 2020-04-30
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.3.0 ' ,
33+ version = '0.3.1 ' ,
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