File: README

package info (click to toggle)
dnssec-tools 1.13-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 16,064 kB
  • sloc: perl: 44,399; ansic: 31,547; cpp: 21,306; sh: 15,813; xml: 2,113; makefile: 1,390; pascal: 836; python: 290; csh: 11
file content (36 lines) | stat: -rw-r--r-- 718 bytes parent folder | download
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
# 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?


DNSSEC Validation library
-------------------------

A library that provides DNSSEC resource-record validation functionality. 
This library initiates queries which are then serviced by the libsres resolver 
library. 

Additional information about libval library can be found in the ../doc
directory.

The ../apps directory contains some utility programs for the validator.


Building the library
--------------------

In the parent (../) directory first run:

	./configure

To compile:

	make clean; make

To install:

	make install;