| Home | Trees | Indices | Help |
|
|---|
|
|
DNS TSIG support.
|
|||
|
BadTime Raised if the current time is not within the TSIG's validity time. |
|||
|
BadSignature Raised if the TSIG signature fails to verify. |
|||
|
PeerError Base class for all TSIG errors generated by the remote peer |
|||
|
PeerBadKey Raised if the peer didn't know the key we used |
|||
|
PeerBadSignature Raised if the peer didn't like the signature we sent |
|||
|
PeerBadTime Raised if the peer didn't like the time we sent |
|||
|
PeerBadTruncation Raised if the peer didn't like amount of truncation in the TSIG we sent |
|||
|
|||
| (string, string, hmac.HMAC object) |
|
||
| hmac.HMAC object |
|
||
|
|||
_alg_name =
|
|||
BADSIG = 16
|
|||
BADKEY = 17
|
|||
BADTIME = 18
|
|||
BADTRUNC = 22
|
|||
|
|||
Return a (tsig_rdata, mac, ctx) tuple containing the HMAC-MD5 TSIG rdata for the input parameters, the HMAC-MD5 MAC calculated by applying the TSIG signature algorithm, and the TSIG digest context.
|
Validate the specified TSIG rdata against the other input parameters.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Jun 19 12:39:20 2009 | http://epydoc.sourceforge.net |