Commit Graph

14 Commits

Author SHA1 Message Date
David Blacka e322186112
Port to DNSJava 3.5.1, Java 8, linter fixes (#13)
* Initial port to dnsjava 3.5.1

* java.util.Date -> java.time.Instant
* for (Iterator ..) to for ( Object : List )
* DSRecord.<digest type> -> DNSSEC.Digest.<type>
* source to java 8

* formatting overhaul; copyright; author

* add slf4j jars for dnsjava 3.5.1

* NSEC/NSEC3 ttls are now min(soa.min, soa.ttl)

* Upgrade to commons-cli-1.5; some linter fixes

* Add CDS support of jdnssec-dstool

* linter suggestions

* add a TODO list

* Add a TODO list
2022-09-21 14:24:42 -04:00
David Blacka 62b5b0ad23 Updates for gradle; changelog 2018-07-23 19:17:23 +00:00
Pallavi d0e85431c5 Added support for gradle and restructured the source code directory from src to src/main/java directory 2018-07-15 10:59:40 -04:00
David Blacka 7706b73d8c Start of alg 15/16 support 2018-07-14 22:06:49 +00:00
Christian Kaltepoth a7743fa18c Set javac options for source and target to JDK7 2018-02-28 08:47:40 +01:00
David Blacka f170bd170a Elliptic curve support.
Improve usage, unknown algorithm error handling in jdnssec-keygen
Use the bouncycastle crypto provider for ECCGOST if available
2016-12-09 17:52:10 -05:00
David Blacka c26b39d52e Update build.xml to use java 1.5 language features when compiling
git-svn-id: https://svn.verisignlabs.com/jdnssec/tools/trunk@230 4cbd57fe-54e5-0310-bd9a-f30fe5ea5e6e
2011-02-02 19:52:37 +00:00
David Blacka 5d6e980ca7 make sure compiled binaries are 1.4 compatible
git-svn-id: https://svn.verisignlabs.com/jdnssec/tools/trunk@146 4cbd57fe-54e5-0310-bd9a-f30fe5ea5e6e
2009-02-10 14:36:51 +00:00
David Blacka 661f31cdba fix packaging problem -- not including all of the shell-scripts
git-svn-id: https://svn.verisignlabs.com/jdnssec/tools/trunk@105 4cbd57fe-54e5-0310-bd9a-f30fe5ea5e6e
2006-10-10 23:18:28 +00:00
David Blacka ac79cc585e change the name of the package and the jar to jdnssec-tools (from java-dnssec-tools).
add ChangeLog file (created from looking at the svn log messages).

git-svn-id: https://svn.verisignlabs.com/jdnssec/tools/trunk@77 4cbd57fe-54e5-0310-bd9a-f30fe5ea5e6e
2006-05-24 22:21:06 +00:00
David Blacka da83c56fa8 type map changes for NSEC3 (changed in nsec3-05pre)
git-svn-id: https://svn.verisignlabs.com/jdnssec/tools/trunk@59 4cbd57fe-54e5-0310-bd9a-f30fe5ea5e6e
2006-03-15 16:11:33 +00:00
David Blacka 0b8c4c747d new zoneformatter, bug fixes
git-svn-id: https://svn.verisignlabs.com/jdnssec/tools/trunk@42 4cbd57fe-54e5-0310-bd9a-f30fe5ea5e6e
2005-11-08 19:08:13 +00:00
David Blacka 1f08b8abb8 up the version; fix minor issues
git-svn-id: https://svn.verisignlabs.com/jdnssec/tools/trunk@36 4cbd57fe-54e5-0310-bd9a-f30fe5ea5e6e
2005-10-27 22:42:57 +00:00
David Blacka eb93599f0b initial import
git-svn-id: https://svn.verisignlabs.com/jdnssec/tools/trunk@13 4cbd57fe-54e5-0310-bd9a-f30fe5ea5e6e
2005-08-13 23:18:03 +00:00