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 (29 lines) | stat: -rw-r--r-- 788 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
README
======

dnsval.py is a Python wrapper module around the libval validator
library. This code was contributed by Bob Novas, Shinkuro, Inc. 

Wrapper functions are provided for the following basic validator
functions: 
    val_context_create()
    val_free_context()
    val_resolve_and_check()
    val_free_result_chain()
    val_context_setqflags()
    val_istrusted()
    val_isvalidated()
    val_does_not_exist()
    p_val_status()
    p_ac_status()
    val_log_add_optarg()
    

There is no support, currently, for any of the libval asynchronous
resolution functions.


The test program performs some basic tests of the wrappers mapping with
the currently installed validator library. It may be run as follows:

$ LD_LIBRARY_PATH=<path/to/validator/libs> python test_dnsval.py