File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 2
2
Changelog
3
3
=========
4
4
5
+ -------------------
6
+ 0.12.1 - 2023-12-13
7
+ -------------------
8
+
9
+ Improvements
10
+ ============
11
+
12
+ - SSH
13
+
14
+ - add missing compression algorithms (#16)
15
+ - add missing encryption algorithms (#16)
16
+ - add missing host key algorithms (#16)
17
+ - add missing KEX algorithms (#16)
18
+
19
+ - TLS
20
+
21
+ - add grade for SSL cipher kinds (#18)
22
+
5
23
-------------------
6
24
0.11.2 - 2023-11-13
7
25
-------------------
Original file line number Diff line number Diff line change 2
2
3
3
__title__ = 'CryptoDataHub'
4
4
__technical_name__ = __title__ .lower ()
5
- __version__ = '0.11.2 '
5
+ __version__ = '0.12.1 '
6
6
__description__ = 'Repository of cryptography-related data'
7
7
__author__ = 'Szilárd Pfeiffer'
8
8
__author_email__ = '[email protected] '
You can’t perform that action at this time.
0 commit comments