update jdnssec-keygen to use a default algorithm of 8 instead of 5.
git-svn-id: https://svn.verisignlabs.com/jdnssec/tools/trunk@238 4cbd57fe-54e5-0310-bd9a-f30fe5ea5e6e
This commit is contained in:
parent
e770f01958
commit
c459de830f
@ -1,3 +1,11 @@
|
|||||||
|
2011-02-03 Blacka <davidb@verisignlabs.com>
|
||||||
|
|
||||||
|
* Update logging across all command line tools to use a consistent
|
||||||
|
'-v' option, and consistent, simpler log formatting.
|
||||||
|
* jdnssec-verifyzone: resume logging the key information at INFO,
|
||||||
|
but make the default log level WARNING. To see the old logging
|
||||||
|
behavior, use -v 4.
|
||||||
|
|
||||||
2011-02-02 Blacka <davidb@verisignlabs.com>
|
2011-02-02 Blacka <davidb@verisignlabs.com>
|
||||||
|
|
||||||
* DnsKeyConverter: support the new BIND 9.7 private key format,
|
* DnsKeyConverter: support the new BIND 9.7 private key format,
|
||||||
|
@ -50,7 +50,7 @@ public class KeyGen
|
|||||||
private static class CLIState
|
private static class CLIState
|
||||||
{
|
{
|
||||||
private Options opts;
|
private Options opts;
|
||||||
public int algorithm = 5;
|
public int algorithm = 8;
|
||||||
public int keylength = 1024;
|
public int keylength = 1024;
|
||||||
public boolean useLargeE = true;
|
public boolean useLargeE = true;
|
||||||
public String outputfile = null;
|
public String outputfile = null;
|
||||||
|
Loading…
Reference in New Issue
Block a user