Home | Trees | Indices | Help |
|
---|
|
Common DNSSEC-related functions and constants.
|
|||
UnsupportedAlgorithm Raised if an algorithm is not supported. |
|||
ValidationFailure The DNSSEC signature is invalid. |
|
|||
int |
|
||
string |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
RSAMD5 = 1
|
|||
DH = 2
|
|||
DSA = 3
|
|||
ECC = 4
|
|||
RSASHA1 = 5
|
|||
DSANSEC3SHA1 = 6
|
|||
RSASHA1NSEC3SHA1 = 7
|
|||
RSASHA256 = 8
|
|||
RSASHA512 = 10
|
|||
INDIRECT = 252
|
|||
PRIVATEDNS = 253
|
|||
PRIVATEOID = 254
|
|||
_algorithm_by_text = {'RSAMD5': RSAMD5, 'DH': DH, 'DSA': DSA,
|
|||
_algorithm_by_value = dict([(y, x) for x, y in _algorithm_by_t
|
|
Validate an RRset against a single signature rdata The owner name of the rrsig is assumed to be the same as the owner name of the rrset.
|
Validate an RRset
|
|
_algorithm_by_text
|
_algorithm_by_value
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Mar 31 05:21:19 2013 | http://epydoc.sourceforge.net |