| 
							
							
								 David Blacka | 4073e6a576 | Add aliases defined in RFC 5155 (NSEC3); formatting. git-svn-id: https://svn.verisignlabs.com/jdnssec/tools/trunk@113 4cbd57fe-54e5-0310-bd9a-f30fe5ea5e6e | 2009-02-02 04:51:15 +00:00 |  | 
			
				
					| 
							
							
								 David Blacka | e5270de8ee | Move all signZone() method variants into JCEDnsSecSigner, make the SignZone class use them. git-svn-id: https://svn.verisignlabs.com/jdnssec/tools/trunk@112 4cbd57fe-54e5-0310-bd9a-f30fe5ea5e6e | 2009-02-02 04:45:49 +00:00 |  | 
			
				
					| 
							
							
								 David Blacka | 5170a087c9 | close the private key file after reading it.  patch by Wolfgang Nagele git-svn-id: https://svn.verisignlabs.com/jdnssec/tools/trunk@111 4cbd57fe-54e5-0310-bd9a-f30fe5ea5e6e | 2009-02-01 18:24:30 +00:00 |  | 
			
				
					| 
							
							
								 David Blacka | 1b778f279d | updates for nsec3-08 (wire format changes) git-svn-id: https://svn.verisignlabs.com/jdnssec/tools/trunk@108 4cbd57fe-54e5-0310-bd9a-f30fe5ea5e6e | 2006-12-15 15:00:10 +00:00 |  | 
			
				
					| 
							
							
								 David Blacka | ddd612231a | fix RRSIG order issue when dealing with mulitple RRSIGs with a given owner, class, and type git-svn-id: https://svn.verisignlabs.com/jdnssec/tools/trunk@104 4cbd57fe-54e5-0310-bd9a-f30fe5ea5e6e | 2006-09-19 19:17:52 +00:00 |  | 
			
				
					| 
							
							
								 David Blacka | 9777a223db | make sure the names are lowercased git-svn-id: https://svn.verisignlabs.com/jdnssec/tools/trunk@99 4cbd57fe-54e5-0310-bd9a-f30fe5ea5e6e | 2006-09-19 14:47:45 +00:00 |  | 
			
				
					| 
							
							
								 David Blacka | 4fa0a90fe8 | make the keyinfotool handle algorithm aliases git-svn-id: https://svn.verisignlabs.com/jdnssec/tools/trunk@90 4cbd57fe-54e5-0310-bd9a-f30fe5ea5e6e | 2006-09-12 12:00:44 +00:00 |  | 
			
				
					| 
							
							
								 David Blacka | 66f9e9b76c | add KeyInfoTool git-svn-id: https://svn.verisignlabs.com/jdnssec/tools/trunk@88 4cbd57fe-54e5-0310-bd9a-f30fe5ea5e6e | 2006-09-10 17:05:18 +00:00 |  | 
			
				
					| 
							
							
								 David Blacka | 3bd38f9fbc | add large exponent option to the key generation code git-svn-id: https://svn.verisignlabs.com/jdnssec/tools/trunk@87 4cbd57fe-54e5-0310-bd9a-f30fe5ea5e6e | 2006-09-10 16:48:21 +00:00 |  | 
			
				
					| 
							
							
								 David Blacka | 08b2c4bc32 | NSEC3PARAM support git-svn-id: https://svn.verisignlabs.com/jdnssec/tools/trunk@85 4cbd57fe-54e5-0310-bd9a-f30fe5ea5e6e | 2006-09-01 02:23:40 +00:00 |  | 
			
				
					| 
							
							
								 David Blacka | dff0e250f6 | Add support for the SHA256 DS digest algorithm. git-svn-id: https://svn.verisignlabs.com/jdnssec/tools/trunk@76 4cbd57fe-54e5-0310-bd9a-f30fe5ea5e6e | 2006-05-24 22:19:31 +00:00 |  | 
			
				
					| 
							
							
								 David Blacka | c95e1296ca | add some error checking for NSEC3 parameters git-svn-id: https://svn.verisignlabs.com/jdnssec/tools/trunk@72 4cbd57fe-54e5-0310-bd9a-f30fe5ea5e6e | 2006-05-24 19:48:48 +00:00 |  | 
			
				
					| 
							
							
								 David Blacka | 435acff6d0 | add support for algorithm aliases, fix SignZone so you can specify more than one KSK git-svn-id: https://svn.verisignlabs.com/jdnssec/tools/trunk@64 4cbd57fe-54e5-0310-bd9a-f30fe5ea5e6e | 2006-05-23 21:24:00 +00:00 |  | 
			
				
					| 
							
							
								 David Blacka | 5ba24d35b1 | add prelim implementation of the dstool  dstool is a simple command line tool that takes a DNSKEY record and converts it into a DS record (or DLV).  Right now, it requires that the key is stored in a file ending with '.key'.  Update the version number. git-svn-id: https://svn.verisignlabs.com/jdnssec/tools/trunk@60 4cbd57fe-54e5-0310-bd9a-f30fe5ea5e6e | 2006-05-03 16:34:32 +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 | e2977c41f8 | bug fixes: RecordComparator needs to also compare RDATA so the removeDuplicates step actually works reliably -- this was masked by the duplicate suppression in RRset; only allow one command line specified KSK, since commons-cli doesn't seem to handle multi-arg options correctly; do not croak on the lack of command-line keys for now;; Also: new dnsjava lib that contains NSEC3 changes for the -04pre draft git-svn-id: https://svn.verisignlabs.com/jdnssec/tools/trunk@55 4cbd57fe-54e5-0310-bd9a-f30fe5ea5e6e | 2006-02-16 20:23:56 +00:00 |  | 
			
				
					| 
							
							
								 David Blacka | e349476def | make VerifyZone work with just the zone (which is self-signed anyway) git-svn-id: https://svn.verisignlabs.com/jdnssec/tools/trunk@50 4cbd57fe-54e5-0310-bd9a-f30fe5ea5e6e | 2005-11-14 22:45:09 +00:00 |  | 
			
				
					| 
							
							
								 David Blacka | 13fae1fc81 | add original ownername comments to the NSEC3 generation git-svn-id: https://svn.verisignlabs.com/jdnssec/tools/trunk@49 4cbd57fe-54e5-0310-bd9a-f30fe5ea5e6e | 2005-11-09 22:21:02 +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 | 528bc6193a | new dnsjava w/bugfix; fix ordering problem with ProtoNSEC3s git-svn-id: https://svn.verisignlabs.com/jdnssec/tools/trunk@41 4cbd57fe-54e5-0310-bd9a-f30fe5ea5e6e | 2005-11-07 05:20:00 +00:00 |  | 
			
				
					| 
							
							
								 David Blacka | fbe70583ba | actually use the iterations command-lline option git-svn-id: https://svn.verisignlabs.com/jdnssec/tools/trunk@39 4cbd57fe-54e5-0310-bd9a-f30fe5ea5e6e | 2005-11-06 22:05:54 +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 | 04ab26f434 | NSEC3 support, remove plain opt-in support until private algs work git-svn-id: https://svn.verisignlabs.com/jdnssec/tools/trunk@35 4cbd57fe-54e5-0310-bd9a-f30fe5ea5e6e | 2005-10-27 21:50:54 +00:00 |  | 
			
				
					| 
							
							
								 David Blacka | ab479a3e7b | move signzone function into the command line tool; clean up some; add local _jdnssec-* shell wrappers git-svn-id: https://svn.verisignlabs.com/jdnssec/tools/trunk@17 4cbd57fe-54e5-0310-bd9a-f30fe5ea5e6e | 2005-08-14 17:05:50 +00:00 |  | 
			
				
					| 
							
							
								 David Blacka | 4b84bbf4db | update to dnsjava-2.0.0; refactor command line parseing a bit; switch to java.util.logging git-svn-id: https://svn.verisignlabs.com/jdnssec/tools/trunk@16 4cbd57fe-54e5-0310-bd9a-f30fe5ea5e6e | 2005-08-14 02:08:48 +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 |  |