summaryrefslogtreecommitdiffstats
path: root/src/lib/dns/tests/rdata_nsec3param_like_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
* Merge branch 'master' into trac2168Mukund Sivaraman2014-02-181-0/+1
|\
| * [2536] Remove "using namespace" from headers (DNS code)Mukund Sivaraman2014-02-041-0/+1
* | [2168] Remove use of UnitTestUtil::matchWireData() in dns/tests/Mukund Sivaraman2014-01-151-3/+5
|/
* [2497] Return NULL upon exception in rdata::createRdata()Mukund Sivaraman2012-11-301-6/+4
* [2497] Add tests for NSEC3PARAM-like rrtypesMukund Sivaraman2012-11-301-0/+13
* [1697] 1st update: make MessageRenderer constructors parameter-free.JINMEI Tatuya2012-02-241-1/+1
* [1638] unified NSEC3PARAM::toWire() methods, fixing a small bug for empty salt.JINMEI Tatuya2012-02-151-1/+1
* [1638] corrected "from wire" NSEC3PARAM constructor behaviorsJINMEI Tatuya2012-02-151-1/+1
* [1638] corrected salt comparison logic in NSEC3PARAMJINMEI Tatuya2012-02-151-1/+1
* [1638] corrected toText() output of NSEC3PARAM with empty saltJINMEI Tatuya2012-02-151-8/+8
* [1638] fixed various "from text" bugs in NSEC3PARAMJINMEI Tatuya2012-02-151-5/+15
* [1638] pre-work refactoring: extracted some NSEC3 tests into TYPED_TESTsJINMEI Tatuya2012-02-151-0/+250