# Copyright 2004-2009 SPARTA, Inc.  All rights reserved.
# See the COPYING file included with the dnssec-tools package for details.


			     DNSSEC-Tools
			Is your domain secure?

This directory contains the implementation for the DNSSEC validator library.
The contents are structured as follows:

doc:
	Documentation for the libval and libsres libraries.

libval:
	A library that provides DNSSEC resource-record validation functionality.

libsres:
	A library that is capable of sending queries to, and receiving answers
	from a DNSSEC-aware name server.	

apps:
	Utility programs for the validator.

etc:
	Configuration files for the validator.

include:
	Header files required to build the validator.

Installation instructions:

The validator library is normally configured, compiled and installed through
the normal build process for the DNSSEC-Tools suite. The validator library
can be optionally configured with support for the following modules:

--with-nsec3 : include support for NSEC3
--with-dlv   : include support for Dynamic Lookaside Validation (DLV)
--with-ipv6  : include support for IPv6

