File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed
Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ 0.10.1
5+ ------
6+
7+ - DNS
8+
9+ - add parser for DNSSEC-related records (#72)
10+
11+ - `DNSKEY <https://www.rfc-editor.org/rfc/rfc4034#section-2 >`__
12+ - `DS <https://www.rfc-editor.org/rfc/rfc4034#section-5 >`__
13+ - `RRSIG <https://www.rfc-editor.org/rfc/rfc4034#section-3 >`__
14+
4150.10.0 - 2023-08-03
516-------------------
617
Original file line number Diff line number Diff line change @@ -23,6 +23,11 @@ Transport Layer Security (TLS)
2323- `TLS 1.2 <https://tools.ietf.org/html/rfc5246 >`__
2424- `TLS 1.3 <https://tools.ietf.org/html/rfc8446 >`__
2525
26+ Domain Name System (DNS)
27+ """"""""""""""""""""""""
28+
29+ - `DNSSEC <https://www.rfc-editor.org/rfc/rfc4034 >`__ (Domain Name System Security Extensions)
30+
2631Protocol Specific Features
2732^^^^^^^^^^^^^^^^^^^^^^^^^^
2833
@@ -101,3 +106,12 @@ Secure Shell (SSH)
101106- public keys
102107
103108 1. supports host keys and cretificates (both ``V00 `` and ``V01 ``)
109+
110+ Domain Name System (DNS)
111+ """"""""""""""""""""""""
112+
113+ - DNSSEC (Domain Name System Security Extensions)
114+
115+ - `DNSKEY <https://www.rfc-editor.org/rfc/rfc4034#section-2 >`__
116+ - `DS <https://www.rfc-editor.org/rfc/rfc4034#section-5 >`__
117+ - `RRSIG <https://www.rfc-editor.org/rfc/rfc4034#section-3 >`__
You can’t perform that action at this time.
0 commit comments