aboutsummaryrefslogtreecommitdiffstats
path: root/src/cli/pubkey.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add a hint to help output for pk_workfactor [ci skip]Jack Lloyd2021-04-151-1/+1
* Convert DL_Group::Format to enum classJack Lloyd2020-12-151-5/+5
* Avoid using deprecated functions for key loadingJack Lloyd2020-12-141-2/+2
* Have gen_dl_group default to 2048 bit groupsJack Lloyd2020-12-131-1/+1
* Correct DL format of DSA groups generated by the CLIJack Lloyd2020-12-121-2/+2
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-061-1/+1
* Should be dl_groupRené Fischer2020-06-051-4/+4
* Fix cppcheck findingsRené Fischer2020-06-051-11/+11
* cli: pubkey: fingerprint: read from stdinNuno Goncalves2019-11-111-2/+5
* format codeNuno Goncalves2019-11-101-15/+15
* Updates private key prior to signature outputMatthias Gierlings2019-08-171-2/+5
* Add Private_Key::stateful_operation and use it in cli signerJack Lloyd2019-07-301-0/+11
* Fix some extra semicolonsJack Lloyd2019-03-271-1/+1
* cli: sign and verify emsa default is empty for Ed25519 (fix #1828)Nuno Goncalves2019-02-071-14/+33
* Support getting a passphrase from most of the cli toolsJack Lloyd2018-12-011-9/+10
* Add an explicit OS target for EmscriptenJack Lloyd2018-10-121-0/+1
* Spell check the documentationJack Lloyd2018-09-281-2/+2
* Add --no-fsname option to fingerprint commandJack Lloyd2018-08-021-2/+8
* Need to bypass OpenSSL-based RSA keygenJack Lloyd2018-07-041-3/+4
* Output order with ec_group_infoJack Lloyd2018-06-141-0/+1
* In gen_dl_group cmdlet let --seed be optional for DSA paramsJack Lloyd2018-05-211-10/+17
* Let pkcs8 command line util accept '-' for stdinJack Lloyd2018-05-031-3/+6
* Fix indentation [ci skip]Jack Lloyd2018-04-111-5/+5
* Add pk_workfactor CLI and refactor workfactor estimator functionsJack Lloyd2018-04-051-0/+34
* Add --provider option to sign commandJack Lloyd2018-04-051-2/+4
* Add functions to EC_Group for getting base point coordinatesJack Lloyd2018-02-251-2/+1
* Support generating DSA groups in gen_dl_group CLIJack Lloyd2018-02-201-2/+28
* Use shared representation of EC_GroupJack Lloyd2018-01-311-3/+3
* Reorganize code to avoid cli/test build failures if filesystem disabledJack Lloyd2018-01-191-106/+110
* Merge GH #1387 Improve help output of cli toolJack Lloyd2018-01-141-0/+80
|\
| * Print a command description for cli helpRené Korthaus2018-01-041-0/+80
* | Add --der-format flag to sign and verify cli utilsJack Lloyd2018-01-121-4/+10
|/
* Add ability to fingerprint public keysJack Lloyd2017-12-141-0/+20
* Further header cleanupsJack Lloyd2017-09-281-0/+1
* Fix loading of unencrypted PKCS#8 key via CLIRené Korthaus2017-07-111-10/+16
* Reformat code with astyle + fix code styleTomasz Frydrych2017-05-011-14/+35
* Add DL_Group testsJack Lloyd2016-12-231-1/+1
* Add ec_group_info cmdletJack Lloyd2016-11-061-0/+35
* Add create_private_key, expose key loading functions in pk_algs.hJack Lloyd2016-10-201-82/+7
* cli: Add dl_group_info cmdletJack Lloyd2016-10-201-0/+24
* Revert PK_Verifier change (don't require RNG there).Jack Lloyd2016-10-071-1/+1
* Remove Algo_Registry usage from public key code.Jack Lloyd2016-10-071-2/+2
* Remove deprecated Nyberg-Rueppel and Rabin-Williams signaturesJack Lloyd2016-09-021-2/+0
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-051-1/+1
* Add final attribute to many classesJack Lloyd2016-01-101-5/+5
* Avoid having Command* objects be created until requested.Jack Lloyd2015-12-301-11/+11
* Add Command::rng()Jack Lloyd2015-12-271-15/+7
* Add DSA keygen and --der-out flag to keygen and pkcs8 toolsJack Lloyd2015-12-231-23/+70
* CLI rewriteJack Lloyd2015-12-191-0/+278