From ce9b1fdbf836aaf9aa0ffea802363c583dab6159 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Mon, 6 Oct 2014 10:57:49 +0000 Subject: [PATCH] Add TODOs --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b23cae49..15fb78e6 100644 --- a/README.md +++ b/README.md @@ -134,5 +134,6 @@ Example programs can be found in the `github.com/miekg/exdns` repository. * Missing in parsing: ISDN, UNSPEC, ATMA; * CAA parsing is broken; * NSEC(3) cover/match/closest enclose; -* Replies with TC bit are not parsed to the end. -* SIG(0) +* Replies with TC bit are not parsed to the end; +* SIG(0); +* Create IsMsg to validate a message before fully parsing it.