# Copyright 2004-2012 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/without support for the following modules:

--without-nsec3 : don't include support for NSEC3 
--without-dlv   : don't include support for Dynamic Lookaside Validation (DLV)
--without-ipv6  : don't include support for IPv6

