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 7a2a2d2 commit a89a28eCopy full SHA for a89a28e
CHANGELOG.rst
@@ -2,6 +2,17 @@
2
Changelog
3
=========
4
5
+-------------------
6
+0.12.3 - 2024-03-05
7
8
+
9
+Notable fixes
10
+=============
11
12
+- DNS
13
14
+ - handle private values of RRSIG type (#83)
15
16
-------------------
17
0.12.2 - 2024-01-11
18
cryptoparser/__setup__.py
@@ -2,7 +2,7 @@
__title__ = 'CryptoParser'
__technical_name__ = __title__.lower()
-__version__ = '0.12.2'
+__version__ = '0.12.3'
__description__ = 'An analysis oriented security protocol parser and generator'
__author__ = 'Szilárd Pfeiffer'
__author_email__ = 'coroner@pfeifferszilard.hu'
0 commit comments