File: todo.mdwn

package info (click to toggle)
validns 0.8-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,056 kB
  • ctags: 756
  • sloc: ansic: 6,964; perl: 249; makefile: 160
file content (39 lines) | stat: -rw-r--r-- 1,742 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Goals / development milestones / features for validns:

1. Requirements for an initial public release (missing functionality/doc)

Task/feature/functionality          % done  Descr
-----------------------------------------------------------------------------
- understand all standard rdtypes   80      - currently missing:
                                              AFSDB, APL, CERT, DHCID,
                                              DLV, DNAME, HIP, IPSECKEY,
                                              KEY, KX, SIG, SPF, TA, TKEY

- initial user documentation        30


2. Performance and other non-critical enhancements

- speed up signature verification   0       - the initial parsing cannot
  (and possibly other operations)             be easily parallelized,
  via using multiple threads                  but signature checks can

- add an incremental checks mode    0       - store hashes of succesfully
  (do not do expensive                        verified records
  verifications which were done
  previously, provided the records
  did not change)


3. Nice to have features, for post-release

- user-defined policy checks via    0       - lua API shall provide
  lua embedding (split out                    convenient means to access
  syntactical and policy validation)          and search records, so that
                                              policy checks involving
                                              relationships between
                                              records can be implemented
                                              by the user

- speed up signature verification   0       - requires significan
  via GPU crypto offload                      amount of experimentation