1
0
mirror of https://github.com/systemd/systemd.git synced 2025-08-30 05:49:54 +03:00

resolved: maintain a short TODO list for DNSSEC support in the dnssec C files for now

This commit is contained in:
Lennart Poettering
2015-12-03 19:53:13 +01:00
parent 24710c48ed
commit 2cd8727718

View File

@ -32,6 +32,20 @@
* How does the DNSSEC canonical form of a hostname with a label * How does the DNSSEC canonical form of a hostname with a label
* containing a dot look like, the way DNS-SD does it? * containing a dot look like, the way DNS-SD does it?
* *
* TODO:
*
* - Iterative validation
* - NSEC proof of non-existance
* - NSEC3 proof of non-existance
* - Trust anchor store
* - wildcard zones
* - multi-label zones
* - cname support
* - DNSSEC bus API extensions
* - global + per-interface DNSSEC setting
* - DSA support
* - EC support?
*
* */ * */
#define VERIFY_RRS_MAX 256 #define VERIFY_RRS_MAX 256