]> git.ipfire.org Git - thirdparty/bind9.git/commit
allow TSIG key to be added to message structure after parsing
authorMatthijs Mekking <matthijs@isc.org>
Tue, 29 Jan 2019 17:10:27 +0000 (18:10 +0100)
committerEvan Hunt <each@isc.org>
Wed, 30 Jan 2019 20:34:02 +0000 (12:34 -0800)
commit326d40ab088f5596ac6322b2e601680591efcbf5
tree8089b7d99d45dc2960910f1a80f51e91b3f7cd40
parent13636ac3b0b4ee31dcdc3ef55e179e8becf8af64
allow TSIG key to be added to message structure after parsing

up until now, message->tsigkey could only be set during parsing
of the request, but gss-tsig allows one to be created afterward.

(cherry picked from commit 879fc0285edf135a78a71911a6d49746f6e67342)
lib/dns/include/dns/message.h
lib/dns/message.c
lib/dns/tkey.c
lib/dns/tsig.c