Mukund Sivaraman
|
2b431168cf
[2387] Move short keydata check for RSA/MD5 into getTag()
|
12 years ago |
Mukund Sivaraman
|
dfd5516cd8
[2387] Permit missing key data in DNSKEY RDATA
|
12 years ago |
Mukund Sivaraman
|
ea89361128
[2387] Move string construction out of loop
|
12 years ago |
Mukund Sivaraman
|
e42c4c8383
[2387] Remove unnecessary checks
|
12 years ago |
Mukund Sivaraman
|
ed58ec0a82
[2387] Use a slightly more efficent getString()
|
12 years ago |
Mukund Sivaraman
|
09fff7c3f6
[2387] Add a code comment
|
12 years ago |
Mukund Sivaraman
|
2045020b58
[2387] Keep extracting strings until end-of-input, and throw otherwise
|
12 years ago |
Mukund Sivaraman
|
945103ccf3
[2387] Unify constructor API documentation
|
12 years ago |
Mukund Sivaraman
|
46cfb5ccca
[2387] Make DNSKEY wire constructor throw on empty keydata
|
12 years ago |
Mukund Sivaraman
|
b6bd57985b
[2387] Add key data size check in InputBuffer constructor too
|
12 years ago |
Mukund Sivaraman
|
8ee676bcec
[2387] Point to the RFC about why key data has to be at least 3 bytes long
|
12 years ago |
JINMEI Tatuya
|
d124a5b6f1
[2387] trivial (unrelated) cleanups: constify and indentation fix.
|
12 years ago |
Mukund Sivaraman
|
863be53af8
[2387] Add API doc for DNSKEY constructors
|
12 years ago |
Mukund Sivaraman
|
22362bbf67
[2387] Don't support trailing comments in DNSKEY string constructor
|
12 years ago |
Mukund Sivaraman
|
8674224a8d
[2387] Allow whitespace in the DNSKEY public key
|
12 years ago |
Mukund Sivaraman
|
3de4ecaf23
[2387] Update std::string DNSSEC constructor
|
12 years ago |
Mukund Sivaraman
|
f43b44eea1
[2387] Add DNSKEY implementation
|
12 years ago |
Mukund Sivaraman
|
7c41946c02
[2387] Delete trailing whitespace
|
12 years ago |
Tomek Mrugalski
|
eab5b84db6
[2017] Many Doxygen warnings removed.
|
13 years ago |
Stephen Morris
|
bf2e60ca2a
[1470] Change some loop indexes to unsigned values
|
13 years ago |
Michal 'vorner' Vaner
|
9ce716d340
Merge branch 'work/rdatafields'
|
14 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 |
Michal 'vorner' Vaner
|
56b5bef538
Merge branch 'master' into work/serialize
|
14 years ago |
JINMEI Tatuya
|
e3e59cf1f2
cleanup: removed $Id$, which is useless now that we've migrated to git.
|
14 years ago |
JINMEI Tatuya
|
ff5a80a319
initial implementation of trac#404: in-memory serialized representation of RDATA
|
14 years ago |
JINMEI Tatuya
|
8845466c19
overall style cleanup: adjusted brace positions according to the coding guideline.
|
14 years ago |
JINMEI Tatuya
|
96a06a2baf
for trac #256: completely revised the base32(hex) implementation by
|
15 years ago |