ca2a932485fix multiple leading zeros padding in ECDSA sig conversion
Kees Monshouwer
2017-06-22 13:21:54 +0200
171594a92dfix leading zero padding in ECDSA sig conversion
Peter van Dijk
2017-02-28 12:18:34 +0100
fb689c046fUpdate changelog, set this as a release.
0.13
David Blacka
2017-01-06 13:01:05 -0500
8d3746fc22Validate the the RRset TTL is <= the OrigTTL.
David Blacka
2017-01-06 12:54:16 -0500
444601fb2aDetect duplicate RRSIGs as well.
David Blacka
2017-01-06 12:53:57 -0500
c5896495c7Either R or S could end up being shorter than the expected length, so adjust for that.
David Blacka
2017-01-05 13:50:48 -0500
c13d9379b3Update version, convert readme to markdown.
David Blacka
2016-12-05 18:36:36 -0500
f170bd170aElliptic curve support. Improve usage, unknown algorithm error handling in jdnssec-keygen Use the bouncycastle crypto provider for ECCGOST if available
David Blacka
2016-12-02 17:49:09 -0500
6bbcf38fe1update the embedded dnsjava version to 2.1.7 (jdnssec-dnsjava)
David Blacka
2016-08-22 09:40:47 -0400
15cb5e2ab7Fix issue in jdnssec-verifyzone (and ZoneVerifier) where junk in the zone wouldn't be handled correctly (that is, ignored.)
David Blacka
2014-04-22 16:39:00 -0400
9fad4941a6Make jdnssec-zoneformat -N also compute NSEC3 original owner names for ENTs
David Blacka
2014-04-22 16:37:58 -0400
18df8a8d9eupdate version to prep for an official release.
0.12
David Blacka
2012-07-16 14:20:14 -0400
a45f5d1df7use the perfectly OK (now) TypeMap.toString() method.
David Blacka
2012-07-16 14:16:42 -0400
3da308c4b9Fix TypeMap.fromBytes() and add a TypeMap.fromString() method.
David Blacka
2012-07-16 14:16:13 -0400
efa6dec7f7update version to prep for an official release.
v0.11
David Blacka
2012-05-29 13:17:36 -0400
d3e8c4c913Add duplicate RR detection to jdnssec-verifyzone, and a command line option to disable it.David Blacka2012-05-26 23:14:12 -0400
69d965cc0fWrap the new exceptions to mimic prior behavior.David Blacka2012-05-26 15:48:25 -0400
ca7f10bd07Instead of using DNSSEC.Secure, DNSSEC.Failed, etc, just use boolean results. This means we lose the idea of Insecure, but that wasn't effectively being used anyway. Further, remove any use of the DNSJava Cache class -- that also wasn't being used.David Blacka2012-05-26 15:40:15 -0400
25cc81d46aReplace use of old KEYConverter with new DNSKEYRecord constructor.David Blacka2012-05-26 14:50:51 -0400
3e34f13a28Increment version for a release.
v0.10.1
David Blacka
2011-02-14 22:21:06 +0000
fc05dc3c92Update README with correct SVN urls. Sigh.
David Blacka
2011-02-12 21:25:49 +0000
fb75a5419fUse generic types when possible.
David Blacka
2011-02-12 21:25:42 +0000
91207aeed2Refactor the command line classes with a new base class and upgrade commons-cli to version 1.2.
David Blacka
2011-02-12 21:25:26 +0000
645b8a1a60fix my logger normalization -- it was still defaulting to INFO.
David Blacka
2011-02-10 00:25:10 +0000
af2ae7401aupdate changelog
David Blacka
2011-02-09 23:58:57 +0000
453bf283baeclipse reformatting.
David Blacka
2011-02-09 23:58:56 +0000
faae654a23make reading and writing to stdin/stdout work for most of the tools
David Blacka
2011-02-09 23:58:54 +0000
73d930a850for jdnssec-signzone and jdnssec-signrrset, make 'multiline' output NOT the default, and add a command line switch to enable it.
David Blacka
2011-02-09 23:58:51 +0000
8347e5ffc3fix usage statement printing.
David Blacka
2011-02-09 23:58:49 +0000
c459de830fupdate jdnssec-keygen to use a default algorithm of 8 instead of 5.
David Blacka
2011-02-03 20:29:54 +0000
e770f01958Clean up logging: recognize all levels for -v, normalize the code that forces java.util.logging to set the correct log level, normalize on the use of our very simple log formatter.
David Blacka
2011-02-03 20:24:33 +0000
57fe4c05e7add a primary wrapper for the KeyInfoTool class
David Blacka
2011-02-02 19:58:44 +0000
c26b39d52eUpdate build.xml to use java 1.5 language features when compiling
David Blacka
2011-02-02 19:52:37 +0000
fd3d5a22ceincrement version.
David Blacka
2011-02-02 19:48:56 +0000
816c533639update README with actual web site location and real email address
David Blacka
2011-02-02 19:48:29 +0000
03737a1efdHandle the new bind 9.7 private key files (hopefully).
David Blacka
2011-02-02 19:36:40 +0000
1616d07fe6Add -N option for calculating original ownernames for NSEC3 RRs
David Blacka
2011-02-02 19:36:14 +0000
04d751ae56Add -m option to jdnssec-zoneformat
David Blacka
2011-02-02 18:59:06 +0000
86072cbcc8Add options for fudging or ignoring times in verifyzone.
David Blacka
2010-12-14 18:01:12 +0000
3d6b21b0fcoutput changes for VerifyZone, some code cleanup and bug fixes for ZoneVerifier
David Blacka
2010-12-07 05:31:58 +0000
41c96feffdRefactor the zone verification tool to fully check zones for correctness. Not quite complete, as more testing needs to be done and the output needs to be standardized
David Blacka
2010-12-06 05:59:42 +0000
3c9e33baf7fix a number of jdnssec-signzone signing bugs: do not incorrectly set the RRSIG bit on NSEC3 RRs corresponding to insecure delegations, ignore junk below a DNAME, ignore delegations below other delegations
David Blacka
2010-12-06 00:25:04 +0000
14ea619299add verbose signing mode to signzone; some comment fixes, some unused vars and imports removed
David Blacka
2010-12-05 23:08:13 +0000
51d4ca0333remove accidentally committed 'jdnssec-tools' directory
David Blacka
2010-12-05 20:58:14 +0000
beca0e4872Add jdnssec-signrrset tool which will sign any single rrset with any key.
David Blacka
2010-07-21 17:09:56 +0000
2b619d08b5remove stray typo character
David Blacka
2010-02-18 03:35:53 +0000
cdde8fa65erelease 0.9.6
David Blacka
2010-01-14 16:40:32 +0000
ef2b96782eSwitch to dnsjava-2.0.8: this fixes a typemap wire conversion bug
David Blacka
2010-01-10 02:52:02 +0000
179f7fa59dupdate version of DNSjava -- this version has a bug fix for typemap wireformat calculation
David Blacka
2010-01-08 00:42:27 +0000
fff3792206update version number, changelog
David Blacka
2009-11-03 02:24:06 +0000
34e6f91ef2restore NSEC3 original ownername comments.
David Blacka
2009-11-03 02:24:04 +0000
64f5de7b38fix our base32 context
David Blacka
2009-11-03 02:24:02 +0000
1fe3b49c17Switch to dnsjava-2.0.7: the NSEC3 comments won't work, and I had to rescue the nsec3 hash calculation function from the original NSEC3Record implementation.
David Blacka
2009-11-03 02:23:59 +0000
2bd2bef727Use the RFC 5702 algorithm identifiers
David Blacka
2009-11-03 02:23:57 +0000
f09d75453cwork around the ulimit behavior on mac os X
David Blacka
2009-09-19 20:21:48 +0000
ca9bee9d49allow for multiple -k options (for signing with multiple KSKs)
David Blacka
2009-09-03 04:16:49 +0000
5c6538cf62remove bogus directory (again)
David Blacka
2009-08-24 13:21:46 +0000
8b1203c243Merge changes from experimental branch 2255:2273.
David Blacka
2009-08-23 19:13:42 +0000
5d6e980ca7make sure compiled binaries are 1.4 compatible
David Blacka
2009-02-10 14:36:51 +0000
7a4e98378bfix the binary version on the dnsjava library (was the java 6 binary version, should be the java 1.4 version)
David Blacka
2009-02-10 14:36:00 +0000
194d28e876update version for 0.9.0 release
David Blacka
2009-02-10 14:19:00 +0000