JINMEI Tatuya
|
bf67156c77
[1638] an NSEC3 bug fix: reject padded base32hex string for next hash.
|
13 years ago |
JINMEI Tatuya
|
95b8b13fa1
[1638] fixed various "from text" bugs in NSEC3PARAM
|
13 years ago |
JINMEI Tatuya
|
a2bc586234
[1638] pre-work refactoring: extracted some NSEC3 tests into TYPED_TESTs
|
13 years ago |
JINMEI Tatuya
|
5c4967145b
[1641] moved bitmap comparison tests to bitmap tests to share it with NSEC
|
13 years ago |
JINMEI Tatuya
|
4a20cc2eef
[1641] added tests for NSEC::compare(). there's no bug, just confirming it.
|
13 years ago |
JINMEI Tatuya
|
d72e05e550
[1641] added comprehensive NSEC3::compare() tests. found bugs, and fixed them.
|
13 years ago |
JINMEI Tatuya
|
e9647bb3c6
[1641] covered some more cases of NSEC3 with empty salt
|
13 years ago |
JINMEI Tatuya
|
b86f7c330e
[1641] another bogus NSEC3 wire data case: RDLEN is too short to have hashlen.
|
13 years ago |
chenzhengzhang
|
1eb73e619a
[trac749] rename namespace
|
14 years ago |
chenzhengzhang
|
ecb22c0c22
[trac749] update namespace names
|
14 years ago |
chenzhengzhang
|
36dd3d4b0b
[trac749] refactor more C++ utility code
|
14 years ago |
chenzhengzhang
|
f6aa7d5956
[trac749] refactor C++ utility library
|
14 years ago |
JINMEI Tatuya
|
aa32fd56bf
[trac117] consolidated bogus type bitmap tests into a single separate
|
14 years ago |
JINMEI Tatuya
|
d0a29d0aa3
[trac117] added EXPECT_NO_THROW() to a bare statement.
|
14 years ago |
JINMEI Tatuya
|
d7a9547198
[trac117] handled empty type bitmap correctly. added tests for this case.
|
14 years ago |
JINMEI Tatuya
|
a9944090a8
[trac117] add a new test and code for too long hash. also add a trivial
|
14 years ago |
JINMEI Tatuya
|
866ae82be9
[trac117] additional test and code for from text: long salt
|
14 years ago |
JINMEI Tatuya
|
24afa6a4a2
[trac117] one more test case for empty salt
|
14 years ago |
JINMEI Tatuya
|
00b804d710
[trac117] added a test case with empty hash. code had a bug, so fixed it.
|
14 years ago |
JINMEI Tatuya
|
75cd27c3b2
[trac117] added test cases and code with empty NSEC3 salt
|
14 years ago |
JINMEI Tatuya
|
b099d02835
[trac117] fixed a bug of from text factory: it rejected flags > 0xf (it should be > 0xff)
|
14 years ago |
JINMEI Tatuya
|
ccdb524e2f
[trac117] cleanup: simplified tests, and made exception messages more helpful.
|
14 years ago |
JINMEI Tatuya
|
dd59f2ff60
[trac117] fixed a bug in "from text" factory that it cannot reject
|
14 years ago |
JINMEI Tatuya
|
42cd95d56e
[trac117] made NSEC "from wire" tests more complete.
|
14 years ago |
JINMEI Tatuya
|
e935dae553
[trac117] shared the "from wire" bitmap operation between NSEC and NSEC3
|
14 years ago |
JINMEI Tatuya
|
2cb4775fee
[trac117] imported bitmap related tests from the NSEC tests.
|
14 years ago |
JINMEI Tatuya
|
e3e59cf1f2
cleanup: removed $Id$, which is useless now that we've migrated to git.
|
14 years ago |
JINMEI Tatuya
|
5fd8a22cee
sync with trunk
|
15 years ago |
JINMEI Tatuya
|
f6161c16fa
- changed 'if 0'ed tests to DISABLED_xxx
|
15 years ago |
JINMEI Tatuya
|
5f1739873b
s/#include "header"/#include <[path/]header>/ (trac #291)
|
15 years ago |