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/rcpgenerator.hh

    r510 r650  
    4848  void xfrLabel(string& val, bool compress=false); 
    4949  void xfrText(string& val); 
     50  void xfrHexBlob(string& val); 
    5051  void xfrBlob(string& val); 
    5152 
     
    7374  void xfrText(const string& val); 
    7475  void xfrBlob(const string& val); 
     76  void xfrHexBlob(const string& val); 
    7577 
    7678private: