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 2
2
Changelog
3
3
=========
4
4
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
+
5
21
-------------------
6
22
0.12.5 - 2024-05-25
7
23
-------------------
Original file line number Diff line number Diff line change 2
2
3
3
__title__ = 'CryptoParser'
4
4
__technical_name__ = __title__ .lower ()
5
- __version__ = '0.12.5 '
5
+ __version__ = '0.12.6 '
6
6
__description__ = 'An analysis oriented security protocol parser and generator'
7
7
__author__ = 'Szilárd Pfeiffer'
8
8
__author_email__ = 'coroner@pfeifferszilard.hu'
Original file line number Diff line number Diff line change 1
1
asn1crypto
2
2
attrs >= 20.3.0 ,< 22.0.1
3
- cryptodatahub == 0.12.5
3
+ cryptodatahub == 0.12.6
4
4
python-dateutil
5
5
py2-ipaddress ;python_version < "3.4"
6
6
typing ;python_version < "3.5"
You can’t perform that action at this time.
0 commit comments