summaryrefslogtreecommitdiffstats
path: root/src/lib/dns/tests/rdata_dnskey_unittest.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* [#3208] restore unittestsRazvan Becheriu2024-03-071-1/+0
* [#3208] remove unused code in libdnsRazvan Becheriu2024-03-071-199/+0
* Added #include <config.h> to all .cc files.Andrei Pavel2016-12-141-0/+2
* [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
* [2168] Remove use of UnitTestUtil::matchWireData() in dns/tests/Mukund Sivaraman2014-01-151-7/+8
* [2387] Test DNSKEY operator= correctlyMukund Sivaraman2013-04-031-1/+2
* [2387] Move short keydata check for RSA/MD5 into getTag()Mukund Sivaraman2013-04-031-9/+13
* [2387] Permit missing key data in DNSKEY RDATAMukund Sivaraman2013-04-031-7/+9
* [2387] Add unmatched parenthesis testcases that cause lexer failures (when lo...Mukund Sivaraman2013-04-021-0/+3
* [2387] Add tests for trailing garbage in stringsMukund Sivaraman2013-04-021-0/+12
* [2387] Fix key digest to match the test dataMukund Sivaraman2013-04-011-3/+3
* [2387] Add DNSKEY support in wire data generatorMukund Sivaraman2013-04-011-7/+9
* [2387] added toWireBuffer tests for DNSKEY and NSEC3PARAM.JINMEI Tatuya2013-03-281-1/+6
* [2387] Update coding styleMukund Sivaraman2013-03-261-10/+5
* [2387] Rewrite unified tests using helper methodsMukund Sivaraman2013-03-261-24/+43
* [2387] Unify string and lexer constructor testsMukund Sivaraman2013-03-261-48/+44
* [2387] Rearrange some codeMukund Sivaraman2013-03-261-19/+16
* [2387] Add number vs non-number testsMukund Sivaraman2013-03-251-0/+8
* [2387] Keep extracting strings until end-of-input, and throw otherwiseMukund Sivaraman2013-03-251-0/+6
* [2387] Remove duplicate testcaseMukund Sivaraman2013-03-141-7/+0
* [2387] Use valid Base64 encoding in testMukund Sivaraman2013-03-141-1/+1
* [2387] Add DNSKEY wire test for short keydata for RSA/MD5Mukund Sivaraman2013-03-141-0/+4
* [2387] Make DNSKEY wire constructor throw on empty keydataMukund Sivaraman2013-03-141-0/+4
* [2387] Re-enable previously disabled testsMukund Sivaraman2013-03-071-4/+5
* [2387] Add DNSKEY implementationMukund Sivaraman2013-03-071-0/+18
* [2497] Return NULL upon exception in rdata::createRdata()Mukund Sivaraman2012-11-301-5/+3
* [2497] Add tests for AFSDB, DHCID and DNSKEY rrtypesMukund Sivaraman2012-11-301-0/+13
* [1697] 1st update: make MessageRenderer constructors parameter-free.JINMEI Tatuya2012-02-241-2/+2
* [trac749] update namespace nameschenzhengzhang2011-04-141-2/+2
* [trac749] refactor more C++ utility codechenzhengzhang2011-04-121-2/+2
* [trac749] refactor C++ utility librarychenzhengzhang2011-04-111-1/+2
* cleanup: removed $Id$, which is useless now that we've migrated to git.JINMEI Tatuya2011-01-211-2/+0
* sync with trunkJINMEI Tatuya2010-07-201-22/+14
|\
| * - changed 'if 0'ed tests to DISABLED_xxxJINMEI Tatuya2010-07-161-20/+12
| * s/#include "header"/#include <[path/]header>/ (trac #291)JINMEI Tatuya2010-07-161-2/+2
* | for trac #256: completely revised the base32(hex) implementation byJINMEI Tatuya2010-07-111-3/+4
|/
* made test data paths dynamically configurable with the default path of @srcdi...JINMEI Tatuya2010-04-141-2/+2
* added tests that would fail (commented out)JINMEI Tatuya2010-03-161-5/+7
* Restructure trunk again.Jeremy C. Reed2010-03-051-0/+130