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 2c320e5 commit 927779bCopy full SHA for 927779b
CHANGELOG.rst
@@ -2,6 +2,21 @@
2
Changelog
3
=========
4
5
+-------------------
6
+0.11.1 - 2023-11-06
7
8
+
9
+Features
10
+========
11
12
+- TLS
13
14
+ - add post-quantum safe hybrid curves (#14)
15
16
+- SSH
17
18
+ - distinguish host key algorithms use X.509 certificate from the one that use certificate chain (#12)
19
20
-------------------
21
0.11.0 - 2023-10-28
22
cryptodatahub/__setup__.py
@@ -2,7 +2,7 @@
__title__ = 'CryptoDataHub'
__technical_name__ = __title__.lower()
-__version__ = '0.11.0'
+__version__ = '0.11.1'
__description__ = 'Repository of cryptography-related data'
__author__ = 'Szilárd Pfeiffer'
__author_email__ = '[email protected]'
0 commit comments