summaryrefslogtreecommitdiffstats
path: root/src/lib/dns/tests/rdata_sshfp_unittest.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* [4236] Updated copyright dates in all files.Marcin Siodelski2015-12-161-1/+1
* [4236] Replaced license text in all files containing it.Marcin Siodelski2015-12-161-11/+3
* [3833] some signed for loop variables aka #3833Francis Dupont2015-05-121-2/+2
* Merge branch 'master' into trac2168Mukund Sivaraman2014-02-061-12/+20
|\
| * [3287] Update test to use sizeof instead of hardcoded lengthMukund Sivaraman2014-01-141-1/+2
| * [3287] Don't passthrough BadValue exceptions in decoding hex from SSHFPMukund Sivaraman2014-01-141-7/+2
| * [3287] Add getter for the fingerprintMukund Sivaraman2014-01-141-0/+12
| * [3287] Rename methodMukund Sivaraman2014-01-141-4/+4
* | [2168] Remove use of UnitTestUtil::matchWireData() in dns/tests/Mukund Sivaraman2014-01-151-13/+10
|/
* [2522] revised "copy" test for SSHFP: make sure to use assignment, not copy.JINMEI Tatuya2013-05-241-4/+6
* [2522] a couple more TSIG and SSHFP unit testsPaul Selkirk2013-05-231-0/+3
* [2522] support multiline or space-separated fingerprint text in SSHFPPaul Selkirk2013-05-211-2/+12
* [2522] style fix: folded long linesJINMEI Tatuya2013-05-181-3/+6
* [2522] add some SSHFP negative-value unit testsPaul Selkirk2013-05-181-5/+13
* [2522] MINFO & RP review updatesPaul Selkirk2013-05-181-2/+2
* [2522] more and better SSHFP unit testsPaul Selkirk2013-05-171-20/+50
* [2522] convert SSHFP to use Impl structPaul Selkirk2013-05-171-1/+1
* [2522] add MasterLexer constructors for in::SSHFP, ch::A, hs::A.Paul Selkirk2013-05-161-1/+2
* [2497] Add rdata::createRdata() and tests for some RRtypesMukund Sivaraman2012-11-291-0/+6
* [2124] Don't catch InvalidBufferPosition when parsing wiredataMukund Sivaraman2012-07-291-3/+3
* [2124] Rename SSHFP getter methodsMukund Sivaraman2012-07-261-8/+8
* [2124] Add another toWire() testMukund Sivaraman2012-07-261-0/+17
* [2124] Don't add trailing space in toText() if fingerprint is emptyMukund Sivaraman2012-07-261-0/+7
* [2124] Don't access fingerprint_ data when size is 0Mukund Sivaraman2012-07-261-0/+6
* [2124] don't keep a reference to a temporary object.JINMEI Tatuya2012-07-261-1/+1
* [2124] Test toWire() with empty fingerprint dataMukund Sivaraman2012-07-251-0/+16
* [2124] Handle empty SSHFP fingerprintsMukund Sivaraman2012-07-251-1/+47
* [2124] Add wiredata tests where the record is shorter than rdata len indicatesMukund Sivaraman2012-07-251-0/+15
* [2124] Add another wiredata test with short fingerprint dataMukund Sivaraman2012-07-241-0/+4
* [2124] Allow algorithm=0 and fingerprint-type=0Mukund Sivaraman2012-07-241-11/+7
* [2124] Add some more wire data testsMukund Sivaraman2012-07-231-1/+21
* [2124] Add more tests (check >255)Mukund Sivaraman2012-07-231-0/+6
* [2124] Catch isc::BadValue and throw InvalidRdataText insteadMukund Sivaraman2012-07-231-1/+1
* [2124] Shorten rdataMukund Sivaraman2012-07-231-12/+12
* [2124] Check that algorithm and fingerprint are in the range [1,255]Mukund Sivaraman2012-07-231-1/+6
* [2124] Relax algorithm and fingerprint type checks for SSHFPMukund Sivaraman2012-07-191-1/+18
* [1136] Add more tests from reviewMukund Sivaraman2012-03-111-0/+14
* [1136] Rename non-generated wire data fileMukund Sivaraman2012-03-111-1/+1
* [1136] Fix testcase to do case insensitive compareMukund Sivaraman2012-03-111-1/+2
* [1136] Implement the SSHFP type, from RFC 4255Mukund Sivaraman2012-03-111-0/+79