File tree Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Expand file tree Collapse file tree 2 files changed +31
-1
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
+ Features
10
+ ========
11
+
12
+ - Generic
13
+
14
+ - add certificate transparency (CT) logs (#24)
15
+
16
+ Improvements
17
+ ============
18
+
19
+ - Generic
20
+
21
+ - add elliptic-curve parameters (#24)
22
+
23
+ - add missing PQC named curves (#29)
24
+
25
+ | ``SecP256r1MLKEM768``, ``X25519MLKEM768``
26
+
27
+ - TLS
28
+
29
+ - add missing PQC named curves (#29)
30
+
31
+ | ``SECP256R1_ML_KEM_768``, ``X25519_ML_KEM_768``
32
+
33
+ - add capabilities for Firefox version 108-133 (#30)
34
+
5
35
-------------------
6
36
0.12.5 - 2024-05-25
7
37
-------------------
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.12.5 '
5
+ __version__ = '0.12.6 '
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