mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 15:05:23 +00:00
note about original design vs reality with message headers
This commit is contained in:
@@ -61,6 +61,12 @@ authid = a 32-bit authenticator handle.
|
|||||||
hash. The mechanism for doing this has yet to be finalized.
|
hash. The mechanism for doing this has yet to be finalized.
|
||||||
If authid is zero, the message is not authenticated.
|
If authid is zero, the message is not authenticated.
|
||||||
|
|
||||||
|
[[
|
||||||
|
This is not consistent with what the code does (as originally written),
|
||||||
|
which is read a header that has, in order:
|
||||||
|
authid, authlen, op, handle, id, rid
|
||||||
|
]]
|
||||||
|
|
||||||
op = 32-bit opcode, one of:
|
op = 32-bit opcode, one of:
|
||||||
open = 1
|
open = 1
|
||||||
refresh = 2
|
refresh = 2
|
||||||
|
Reference in New Issue
Block a user