index
:
botan.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
cli
/
cli.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some MSVC and LGTM warnings
Jack Lloyd
2019-06-29
1
-0
/
+4
*
Add --format option for RNG cmdlet
Jack Lloyd
2019-05-09
1
-0
/
+9
*
Support getting a passphrase from most of the cli tools
Jack Lloyd
2018-12-01
1
-0
/
+7
*
Add pk_encrypt/pk_decrypt commands
Jack Lloyd
2018-07-04
1
-0
/
+2
*
Merge the rest of GH #1387
Jack Lloyd
2018-01-14
1
-1
/
+1
|
\
|
*
Simplify code
René Korthaus
2018-01-14
1
-3
/
+4
|
*
Print a command description for cli help
René Korthaus
2018-01-14
1
-5
/
+8
*
|
Print a command description for cli help
René Korthaus
2018-01-04
1
-5
/
+8
|
/
*
Remove BOTAN_FORCE_SEMICOLON macro
Jack Lloyd
2017-12-30
1
-4
/
+3
*
Tweak help output a bit
Jack Lloyd
2017-10-24
1
-5
/
+8
*
Refactor option parsing in cli and test code
Jack Lloyd
2017-10-24
1
-434
/
+45
*
Additional final annotations
Jack Lloyd
2017-10-15
1
-1
/
+1
*
Use class instead of struct for objects with member functions
Jack Lloyd
2017-09-30
1
-1
/
+1
*
Change header guard format to BOTAN_FOO_H_
Jack Lloyd
2017-09-20
1
-2
/
+2
*
Avoid using std::cout and std::cerr within cli code
Jack Lloyd
2017-09-02
1
-5
/
+23
*
Fix --error-output= option to cli
Jack Lloyd
2017-09-01
1
-3
/
+3
*
Simplify RNG logic in CLI a bit
Jack Lloyd
2017-08-31
1
-8
/
+3
*
Refactor RNG seeding logic in command line interface
Jack Lloyd
2017-08-30
1
-33
/
+8
*
Fix missing binary mode flag on compression ofstreams
Volker Aßmann
2017-06-06
1
-2
/
+2
*
Reformat code with astyle + fix code style
Tomasz Frydrych
2017-05-01
1
-21
/
+47
*
In CLI, if system RNG is available prefer it
Jack Lloyd
2017-02-23
1
-1
/
+8
*
RNG changes (GH #593)
Jack Lloyd
2016-08-24
1
-1
/
+6
*
Fix a couple MSVC warnings.
Jack Lloyd
2016-04-09
1
-1
/
+1
*
cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...
Daniel Neus
2016-03-05
1
-4
/
+4
*
Get rid of "extra ';'" warnings and force semicolon after macros
Simon Warta
2016-01-11
1
-1
/
+2
*
Avoid having Command* objects be created until requested.
Jack Lloyd
2015-12-30
1
-15
/
+41
*
Add Command::rng()
Jack Lloyd
2015-12-27
1
-0
/
+16
*
Merge pull request #378 from neusdan/warning_fixes
Jack Lloyd
2015-12-26
1
-1
/
+1
|
\
|
*
some trivial compiler/PVS-Studio warning fixes
Daniel Neus
2015-12-22
1
-1
/
+1
*
|
Add virtual destructor to Botan_CLI::Command
Simon Warta
2015-12-26
1
-0
/
+1
*
|
Add DSA keygen and --der-out flag to keygen and pkcs8 tools
Jack Lloyd
2015-12-23
1
-24
/
+2
|
/
*
Add --data-dir option to test command
Jack Lloyd
2015-12-20
1
-2
/
+24
*
Remove all remaining uses of throwing a std:: exception directly
Jack Lloyd
2015-12-19
1
-2
/
+5
*
CLI rewrite
Jack Lloyd
2015-12-19
1
-0
/
+508