Show
Ignore:
Timestamp:
01/30/11 22:19:03 (2 years ago)
Author:
ahu
Message:

if I understand things correctly, powerdns does 'opt-out' NSEC3, but we did not say that in the NSEC3/NSEC3PARAM.
I hope I got it right ;-)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/pdns/packethandler.cc

    r1934 r1939  
    484484  n3rc.d_set.insert(QType::RRSIG); 
    485485  n3rc.d_salt=ns3prc.d_salt; 
    486   n3rc.d_flags = 0; 
     486  n3rc.d_flags = ns3prc.d_flags; 
    487487  n3rc.d_iterations = ns3prc.d_iterations; 
    488488  n3rc.d_algorithm = 1; // SHA1, fixed in PowerDNS for now