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
1 changed files with 14 additions and 0 deletions

View File

@ -32,6 +32,20 @@
* How does the DNSSEC canonical form of a hostname with a label
* 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