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
/
pubkey.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a hint to help output for pk_workfactor [ci skip]
Jack Lloyd
2021-04-15
1
-1
/
+1
*
Convert DL_Group::Format to enum class
Jack Lloyd
2020-12-15
1
-5
/
+5
*
Avoid using deprecated functions for key loading
Jack Lloyd
2020-12-14
1
-2
/
+2
*
Have gen_dl_group default to 2048 bit groups
Jack Lloyd
2020-12-13
1
-1
/
+1
*
Correct DL format of DSA groups generated by the CLI
Jack Lloyd
2020-12-12
1
-2
/
+2
*
Remove deprecated headers, make more headers internal
Jack Lloyd
2020-11-06
1
-1
/
+1
*
Should be dl_group
René Fischer
2020-06-05
1
-4
/
+4
*
Fix cppcheck findings
René Fischer
2020-06-05
1
-11
/
+11
*
cli: pubkey: fingerprint: read from stdin
Nuno Goncalves
2019-11-11
1
-2
/
+5
*
format code
Nuno Goncalves
2019-11-10
1
-15
/
+15
*
Updates private key prior to signature output
Matthias Gierlings
2019-08-17
1
-2
/
+5
*
Add Private_Key::stateful_operation and use it in cli signer
Jack Lloyd
2019-07-30
1
-0
/
+11
*
Fix some extra semicolons
Jack Lloyd
2019-03-27
1
-1
/
+1
*
cli: sign and verify emsa default is empty for Ed25519 (fix #1828)
Nuno Goncalves
2019-02-07
1
-14
/
+33
*
Support getting a passphrase from most of the cli tools
Jack Lloyd
2018-12-01
1
-9
/
+10
*
Add an explicit OS target for Emscripten
Jack Lloyd
2018-10-12
1
-0
/
+1
*
Spell check the documentation
Jack Lloyd
2018-09-28
1
-2
/
+2
*
Add --no-fsname option to fingerprint command
Jack Lloyd
2018-08-02
1
-2
/
+8
*
Need to bypass OpenSSL-based RSA keygen
Jack Lloyd
2018-07-04
1
-3
/
+4
*
Output order with ec_group_info
Jack Lloyd
2018-06-14
1
-0
/
+1
*
In gen_dl_group cmdlet let --seed be optional for DSA params
Jack Lloyd
2018-05-21
1
-10
/
+17
*
Let pkcs8 command line util accept '-' for stdin
Jack Lloyd
2018-05-03
1
-3
/
+6
*
Fix indentation [ci skip]
Jack Lloyd
2018-04-11
1
-5
/
+5
*
Add pk_workfactor CLI and refactor workfactor estimator functions
Jack Lloyd
2018-04-05
1
-0
/
+34
*
Add --provider option to sign command
Jack Lloyd
2018-04-05
1
-2
/
+4
*
Add functions to EC_Group for getting base point coordinates
Jack Lloyd
2018-02-25
1
-2
/
+1
*
Support generating DSA groups in gen_dl_group CLI
Jack Lloyd
2018-02-20
1
-2
/
+28
*
Use shared representation of EC_Group
Jack Lloyd
2018-01-31
1
-3
/
+3
*
Reorganize code to avoid cli/test build failures if filesystem disabled
Jack Lloyd
2018-01-19
1
-106
/
+110
*
Merge GH #1387 Improve help output of cli tool
Jack Lloyd
2018-01-14
1
-0
/
+80
|
\
|
*
Print a command description for cli help
René Korthaus
2018-01-04
1
-0
/
+80
*
|
Add --der-format flag to sign and verify cli utils
Jack Lloyd
2018-01-12
1
-4
/
+10
|
/
*
Add ability to fingerprint public keys
Jack Lloyd
2017-12-14
1
-0
/
+20
*
Further header cleanups
Jack Lloyd
2017-09-28
1
-0
/
+1
*
Fix loading of unencrypted PKCS#8 key via CLI
René Korthaus
2017-07-11
1
-10
/
+16
*
Reformat code with astyle + fix code style
Tomasz Frydrych
2017-05-01
1
-14
/
+35
*
Add DL_Group tests
Jack Lloyd
2016-12-23
1
-1
/
+1
*
Add ec_group_info cmdlet
Jack Lloyd
2016-11-06
1
-0
/
+35
*
Add create_private_key, expose key loading functions in pk_algs.h
Jack Lloyd
2016-10-20
1
-82
/
+7
*
cli: Add dl_group_info cmdlet
Jack Lloyd
2016-10-20
1
-0
/
+24
*
Revert PK_Verifier change (don't require RNG there).
Jack Lloyd
2016-10-07
1
-1
/
+1
*
Remove Algo_Registry usage from public key code.
Jack Lloyd
2016-10-07
1
-2
/
+2
*
Remove deprecated Nyberg-Rueppel and Rabin-Williams signatures
Jack Lloyd
2016-09-02
1
-2
/
+0
*
cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...
Daniel Neus
2016-03-05
1
-1
/
+1
*
Add final attribute to many classes
Jack Lloyd
2016-01-10
1
-5
/
+5
*
Avoid having Command* objects be created until requested.
Jack Lloyd
2015-12-30
1
-11
/
+11
*
Add Command::rng()
Jack Lloyd
2015-12-27
1
-15
/
+7
*
Add DSA keygen and --der-out flag to keygen and pkcs8 tools
Jack Lloyd
2015-12-23
1
-23
/
+70
*
CLI rewrite
Jack Lloyd
2015-12-19
1
-0
/
+278