dnssec-bis-16 updates fix

This commit is contained in:
Miek Gieben 2012-02-28 20:09:00 +01:00
parent d7a7e6e112
commit c32c13ba25

View File

@ -325,7 +325,6 @@ func (s *RR_RRSIG) Verify(k *RR_DNSKEY, rrset []RR) error {
sigwire.Expiration = s.Expiration
sigwire.Inception = s.Inception
sigwire.KeyTag = s.KeyTag
// Copy the signername as-is, don't ToLower() it
sigwire.SignerName = s.SignerName
// Create the desired binary blob
signeddata := make([]byte, DefaultMsgSize)