Show
Ignore:
Timestamp:
04/03/06 22:29:20 (7 years ago)
Author:
ahu
Message:

ok, I lied - rfc 4255 has chosen In All Its Wisdom to implement SSHFP as base-16 instead of base-64, like all the other crypto records. This is probably to make cutting & pasting from .ssh/known_hosts easier. Added support for hexadecimal records.

Files:
1 modified

Legend:

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

    r643 r650  
    163163} 
    164164 
     165void DNSPacketWriter::xfrHexBlob(const string& blob) 
     166{ 
     167  xfrBlob(blob); 
     168} 
     169 
     170 
    165171void DNSPacketWriter::getRecords(string& records) 
    166172{