File tree Expand file tree Collapse file tree 4 files changed +19
-3
lines changed
Expand file tree Collapse file tree 4 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 22Changelog
33=========
44
5+ -------------------
6+ 0.12.6 - 2024-12-08
7+ -------------------
8+
9+ Improvements
10+ ============
11+
12+
13+ - TLS (``tls ``)
14+
15+ - Extensions (``extensions ``)
16+
17+ - add `TLS encrypted client hello <https://datatracker.ietf.org/doc/draft-ietf-tls-esni/ >`__ extension related
18+ messages (#86)
19+ - add `post-handshake authentication <https://tools.ietf.org/html/rfc8446 >`__ messages (#86)
20+
521-------------------
6220.12.5 - 2024-05-25
723-------------------
Original file line number Diff line number Diff line change 22
33__title__ = 'CryptoParser'
44__technical_name__ = __title__ .lower ()
5- __version__ = '0.12.5 '
5+ __version__ = '0.12.6 '
66__description__ = 'An analysis oriented 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.12.5
3+ cryptodatahub == 0.12.6
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