]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
updated to reality
authorMiek Gieben <miekg@NLnetLabs.nl>
Thu, 19 May 2005 13:48:38 +0000 (13:48 +0000)
committerMiek Gieben <miekg@NLnetLabs.nl>
Thu, 19 May 2005 13:48:38 +0000 (13:48 +0000)
TODO

diff --git a/TODO b/TODO
index 9619ec7beef39310594419efb969684b01b14537..c4381fb84eb233f829dcd406d555451a3dbce876 100644 (file)
--- a/TODO
+++ b/TODO
@@ -3,7 +3,6 @@ Current TODO list
 What actually doesn't work:
 ---------------------------
 o NSEC conversion frm str to host
-o Signing
 o Different digests for DS
  - need a digest type?
 o NSEC generation??
@@ -21,13 +20,7 @@ o check all conversion routines on missing types
        - host2str
 o use size_t where needed
 o DNSSEC
-       - signing
        - do we call random()?
-o verify rrsig should work for single keys or return a list of 
-  keys that verified (now you don't know which keys are verified in a list)
-o NSEC cannot be converted from str to host fmt
-o per RR functions (started, see rr_functions.c)
-o conversion from  ldns_key to key rr's
 o init function? random - load_ssl_errors()
        - SSL_load_error_str()? 
 o SERVER stuff; open connection and such
@@ -38,3 +31,6 @@ o private key type?
        ldns_algorithm used for verfication
        ldns_sign_algorithm used for signing - including
                                shared secret signing
+
+       work in progress - works for RSA/DSA. I want to 
+       fold in the tsig stuff as well