Show
Ignore:
Timestamp:
04/03/06 22:29:20 (4 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/dnsrecords.cc

    r649 r650  
    253253                 conv.xfr8BitInt(d_algorithm);  
    254254                 conv.xfr8BitInt(d_fptype);  
    255                  conv.xfrBlob(d_fingerprint); 
     255                 conv.xfrHexBlob(d_fingerprint); 
    256256                 ) 
    257257 
     
    297297   RRSIGRecordContent::report(); 
    298298   DSRecordContent::report(); 
     299   SSHFPRecordContent::report(); 
    299300   NSECRecordContent::report(); 
    300301   OPTRecordContent::report();