We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c7318d commit 2bde58fCopy full SHA for 2bde58f
CHANGELOG.rst
@@ -2,6 +2,17 @@
2
Changelog
3
=========
4
5
+-------------------
6
+0.12.3 - 2024-0-051
7
8
+
9
+Notable fixes
10
+=============
11
12
+- TLS
13
14
+ - fix MAC values of TLS 1.3 cipher suites (#21)
15
16
-------------------
17
0.12.2 - 2024-01-11
18
cryptodatahub/__setup__.py
@@ -2,7 +2,7 @@
__title__ = 'CryptoDataHub'
__technical_name__ = __title__.lower()
-__version__ = '0.12.2'
+__version__ = '0.12.3'
__description__ = 'Repository of cryptography-related data'
__author__ = 'Szilárd Pfeiffer'
__author_email__ = '[email protected]'
0 commit comments