mirror of
https://github.com/miekg/dns.git
synced 2025-10-11 18:01:02 +02:00
dnssec-bis-16 updates fix
This commit is contained in:
parent
d7a7e6e112
commit
c32c13ba25
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user