File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ .. _v0-3-0 :
5+
6+ 0.3.0 - 2020-04-30
7+ ------------------
8+
9+ Features
10+ ^^^^^^^^
11+
12+ * protocol item classes for RDP support (#4)
13+ * `JA3 fingerprint <https://engineering.salesforce.com/tls-fingerprinting-with-ja3-and-ja3s-247362855967 >`_ calculation
14+ for TLS client hello (#2)
15+
16+ Bugs
17+ ^^^^
18+
19+ * compose all the messages in case of a TLS record (#1)
20+
21+ Refactor
22+ ^^^^^^^^
23+
24+ * use attrs to avoid boilerplates (#3)
25+
426.. _v0-2-0 :
527
6280.2.0 - 2019-12-02
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.2 .0' ,
33+ version = '0.3 .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