Cli improvements (#17)
* add config file processing, refactor CLIBase some * fix algorithm aliases with key generation * Refactor to remove CLIState et al, move CLI common statics to new Utils * only use usage() for help, otherwise fail() * add a universal command line client, build a one-jar to use it. * bump the version * update ChangeLog, README, README.TODO, minor fixes * undo overzealous find/replace. sigh. * fix use_large_exponent logic in KeyGen * more fixes, minor improvements
This commit is contained in:
@@ -11,5 +11,3 @@ This bit of code has been around since approximately 2005, and has been in "mini
|
||||
* allowing for an external sort once the data is shown to be larger than X, and/or
|
||||
* allowing for a memory-constrained internal sort that uses disk, and/or,
|
||||
* figuring out how to let the JVM use *a lot* of memory.
|
||||
* Add support for algorithm 16, perhaps refactor algorithm 15 support using bouncycastle.
|
||||
* Note that our current dnsjava version, 3.5.1 has some support, although it isn't clear if it has sign/verify support.
|
||||
|
||||
Reference in New Issue
Block a user