aboutsummaryrefslogtreecommitdiffstats
path: root/src/cli/pk_crypt.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add a 'none' OS target for bare metal builds.Jack Lloyd2020-03-141-1/+1
| | | | GH #2303
* Reduce usage of oids.h with the addition of some helpers on OIDJack Lloyd2019-08-041-2/+2
|
* Deprecate and replace OIDS::lookupJack Lloyd2019-08-041-4/+4
|
* s/as_string/to_string/Jack Lloyd2019-03-011-1/+1
| | | | | A few older APIs use as_string where everywhere else uses to_string. Add to_string's where missing, and deprecate X::as_string.
* Split CLI utils.cpp into more partsJack Lloyd2019-02-281-4/+10
| | | | | | Add base58 encoding/decoding CLI Use decrypt_or_random in pk_decrypt
* Fixes for minimized buildsJack Lloyd2019-02-161-0/+1
| | | | Various configurations would fail build or test, fix that.
* Tighten up error checking in pk_decryptJack Lloyd2018-07-131-16/+26
|
* Add pk_encrypt/pk_decrypt commandsJack Lloyd2018-07-041-0/+212