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

    r612 r650  
    123123 
    124124  void xfrBlob(string& blob); 
     125  void xfrHexBlob(string& blob); 
    125126 
    126127  static uint16_t get16BitInt(const vector<unsigned char>&content, uint16_t& pos);