File tree Expand file tree Collapse file tree 4 files changed +18
-3
lines changed
Expand file tree Collapse file tree 4 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 22Changelog
33=========
44
5+ -------------------
6+ 0.12.1 - 2023-12-13
7+ -------------------
8+
9+ Notable fixes
10+ =============
11+
12+ - SSH
13+
14+ - add missing host key algorithms to key parser classes (#79)
15+
16+ - Generic
17+
18+ - fix markdown generation in the case of TLS client versions (#80)
19+
520-------------------
6210.12.0 - 2023-11-23
722-------------------
Original file line number Diff line number Diff line change 22
33__title__ = 'CryptoParser'
44__technical_name__ = __title__ .lower ()
5- __version__ = '0.12.0 '
5+ __version__ = '0.12.1 '
66__description__ = 'Fast and flexible security protocol parser and generator'
77__author__ = 'Szilárd Pfeiffer'
88__author_email__ = 'coroner@pfeifferszilard.hu'
Original file line number Diff line number Diff line change 11asn1crypto
22attrs >= 20.3.0 ,< 22.0.1
3- cryptodatahub == 0.11.2
3+ cryptodatahub == 0.12.1
44python-dateutil
55py2-ipaddress ;python_version < "3.4"
66typing ;python_version < "3.5"
You can’t perform that action at this time.
0 commit comments