aboutsummaryrefslogtreecommitdiffstats
path: root/src/cli/x509.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix clang-tidy performance warningsJack Lloyd2022-02-061-4/+4
* Avoid using deprecated functions for key loadingJack Lloyd2020-12-141-4/+7
* Remove outer shared_ptr from Certificate in certstore interfaceJack Lloyd2020-11-231-2/+2
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-061-4/+3
* Add a wrapper class that wraps macOS or Linux certificate stores.Jack Lloyd2019-04-131-0/+58
* Allow creating intermediate CAs using CLIJack Lloyd2019-04-101-3/+8
* Fix more MSVC warningsJack Lloyd2018-12-101-2/+2
* Support getting a passphrase from most of the cli toolsJack Lloyd2018-12-011-6/+10
* Allow setting extended key usage when generating PKCS10Jack Lloyd2018-06-281-1/+6
* 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