aboutsummaryrefslogtreecommitdiffstats
path: root/src/cli/x509.cpp
Commit message (Expand)AuthorAgeFilesLines
* Extensions to X509 CLI utilsJack Lloyd2018-05-091-5/+18
* Support multiple DNS names through the command line interfaceJack Lloyd2018-03-191-3/+5
* Don't default to PSS signaturesJack Lloyd2018-03-091-4/+17
* Reorganize code to avoid cli/test build failures if filesystem disabledJack Lloyd2018-01-191-1/+1
* Print a command description for cli helpRené Korthaus2018-01-041-0/+60
* Enable signing X509 structures with rsa-pssFabian Weissberg2017-12-221-4/+7
* Expose timeouts on the freestanding OCSP request utilsJack Lloyd2017-12-171-2/+3
* Add ability to print fingerprint in cert_info cliJack Lloyd2017-10-201-1/+4
* Further header cleanupsJack Lloyd2017-09-281-1/+2
* More include header cleanupsJack Lloyd2017-09-211-0/+1
* Fix sign_cert CLI incorrectly handling --ca-key-passRené Korthaus2017-07-011-2/+4
* Reformat code with astyle + fix code styleTomasz Frydrych2017-05-011-31/+29
* CLI OCSP: fix expected OK return codeNuno Goncalves2017-02-181-1/+1
* Refactor X.509 path validationJack Lloyd2016-11-231-3/+4
* Remove Algo_Registry usage from public key code.Jack Lloyd2016-10-071-1/+1
* Have cli cert_info parse multiple certs from fileJack Lloyd2016-10-021-3/+25
* Make cli sign_cert key pass param optionalRené Korthaus2016-09-231-4/+12
* Add final attribute to many classesJack Lloyd2016-01-101-6/+6
* Avoid having Command* objects be created until requested.Jack Lloyd2015-12-301-6/+6
* Add Command::rng()Jack Lloyd2015-12-271-13/+6
* CLI rewriteJack Lloyd2015-12-191-0/+224